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

[rustls] identity: handle elliptic curve private keys #1526

Commits on Apr 15, 2022

  1. [rustls] identity: handle elliptic curve private keys

    This commit improves the user experience of the users leveraging rustls.
    
    When building the identity to use for requests, it's now possible to use
    also private keys using Elliptic Curve that are encoded with SEC1
    standard.
    
    This is the default encoding used by openssl when EC keys are created.
    Prior to this commit users had to convert those keys from the SEC1
    encoding to the PKCS 8 one, which is something not trivial.
    
    This feature has been recently added to rustls-pemfile crate.
    
    Signed-off-by: Flavio Castelli <fcastelli@suse.com>
    flavio committed Apr 15, 2022
    Copy the full SHA
    1fac3cd View commit details
    Browse the repository at this point in the history