Module rustls::kx

source ·

Structs§

  • An in-progress key exchange. This has the algorithm, our private key, and our public key.
  • A key-exchange group supported by rustls.

Statics§

  • A list of all the key exchange groups supported by rustls.
  • Ephemeral ECDH on secp256r1 (aka NIST-P256)
  • Ephemeral ECDH on secp384r1 (aka NIST-P384)
  • Ephemeral ECDH on curve25519 (see RFC7748)