CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/03 07:58:18
Modified files:
lib/libssl/src/ssl: s3_lib.c s3_srvr.c ssl.h ssl_cert.c
ssl_lib.c ssl_locl.h t1_lib.c
Log message:
Add support for automatic ephemeral EC keys.
This allows an SSL server to enable ECDHE ciphers with a single setting,
which results in an EC key being generated using the first preference
shared curve.
Based on OpenSSL with inspiration from boringssl.
ok miod@
