Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make new api compatible with the Signing interface #1272

Merged
merged 1 commit into from
Mar 10, 2021

Commits on Mar 10, 2021

  1. Make new API compatible with the Signing interface

    In the securesystemslib pr secure-systems-lab/securesystemslib#319
    I added a new Signer interface with the purpose of supporting multiple
    signing implementations.
    Additionally, I added the SSlibSigner implementation of that interface
    which implements the signing operation for rsa, ed25519 and ecdsa
    schemes.
    With this commit, I integrate the SSlibSigner into the new API in tuf.
    
    Signed-off-by: Martin Vrachev <[email protected]>
    MVrachev authored and lukpueh committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    49aa0fc View commit details
    Browse the repository at this point in the history