You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combine the current KrillSigner and SignSupport so that we can have an async signer.
Initially, the signer implementation can be retrieved synchronously until #1101 is done.
The signing of objects itself can also still be done as a sync operation until async signing is supported in rpki-rs. We can do this as a separate later step to simplify the changes needed now.
The text was updated successfully, but these errors were encountered:
This is in progress. We needed an async KrillSigner for async storage, because KrillSigner needs to look access the storage layer. This is in PR #1152. It depends on a branch in rpki-rs. The actual signing implementations itself are still sync, but could also be changed. This can be done later.
Combine the current KrillSigner and SignSupport so that we can have an async signer.
Initially, the signer implementation can be retrieved synchronously until #1101 is done.
The signing of objects itself can also still be done as a sync operation until async signing is supported in rpki-rs. We can do this as a separate later step to simplify the changes needed now.
The text was updated successfully, but these errors were encountered: