crypto/tls: add support for ECDH ECDSA
Add support for ECDH ECDSA (RFC4492). ECDH ECDSA implements a TLS key
agreement where the client generates an ephemeral EC public/private
key pair and signs it. The pre-master secret is then calculated using
ECDH. Alternatively a fixed client EC public/private key pair can be
used.
Issue 6775043: code review 6775043: crypto/tls: add support for ECDH ECDSA
Created 12 years, 8 months ago by jsing
Modified 12 years, 7 months ago
Reviewers: agl1
Base URL:
Comments: 4