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

Support PEM encoding for all key types #67

Merged
merged 1 commit into from
Jan 5, 2024

Commits on Jan 3, 2024

  1. Support PEM encoding for all key types

    This change matches python-securesystemslib by retiring the custom
    serialization format. With this change, RSA, ED25519, and ECDSA keys can
    be loaded from standard PEM encoding, meaning custom tooling isn't
    needed to generate the keys. This commit adds deprecation warnings to
    prior Load methods that expected the custom format.
    
    Signed-off-by: Aditya Sirish <aditya@saky.in>
    adityasaky committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    f2f97ab View commit details
    Browse the repository at this point in the history