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

Allow loading ECDSA private key from PKCS8 file missing public key #2134

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 12, 2024

  1. Allow loading ECDSA private key from PKCS8 file missing public key

    PKCS8 encoded pem files have an option to have the public key in the
    same file as the private key.
    
    Not all pem files will have it, and the public key can be derived from
    the private key anyway.
    
    Fixes briansmith#2133
    
    I agree to license my contributions to each file under the terms given
    at the top of each file I changed.
    aj-bagwell committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a6d4f74 View commit details
    Browse the repository at this point in the history