Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Class SSL.Cipher.KeyExchangeECDH

Inheritance graph
SSL.Cipher.KeyExchange SSL.Cipher.KeyExchangeECDH SSL.Cipher.KeyExchangeECDHE
Description

KeyExchange for KE_ecdh_rsa and KE_ecdh_ecdsa.

NB: The only difference between the two is whether the certificate is signed with RSA or ECDSA.

This KeyExchange uses the Elliptic Curve parameters from the ECDSA certificate on the server side, and ephemeral parameters on the client side.


Inherit KeyExchange

inherit KeyExchange : KeyExchange