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

tls: fix getEphemeralKeyInfo to support X25519 #20273

Closed
wants to merge 2 commits into from

Commits on Apr 25, 2018

  1. tls: fix getEphemeralKeyInfo to support X25519

    `EVP_PKEY_EC` only covers ANSI X9.62 curves not IETF ones(curve25519
    and curve448). This fixes to add support of X25519 in
    `tlsSocket.getEphemeralKeyInfo()`.
    X448 should be added in the future upgrade to OpenSSL-1.1.1.
    shigeki committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    36dc6e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fddb551 View commit details
    Browse the repository at this point in the history