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

Add support of Octet String and X509 bytes encoding (#255) #256

Closed
wants to merge 1 commit into from

Commits on Jan 11, 2024

  1. Add support of Octet String and X509 bytes encoding (aws#255)

    Address Mark's review comments at
    
      aws#256
    
    Address Mark's 2nd round of review comments at
    
      aws#256
    
    Computes the public key in X509 format from the
    private key used for key agreement.
    
    Fix doc per Mark's feedback
    
    Move Encoding and EncodingID from agreement.rs to
    public_key.rs so they can be reused them in both
    signature::UnparsedPublicKey and agreement::UnparsedPublicKey
    
    Move evp_pkey_from_x509_pubkey from ec.rs to
    public_key.rs as it can be reused for not only
    EC public keys but also RSA public keys.
    Hanson Char committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f75ab8c View commit details
    Browse the repository at this point in the history