CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/01/24 02:03:21
Modified files:
lib/libssl : Symbols.list s3_lib.c ssl.h ssl_lib.c
ssl_locl.h ssl_sess.c t1_lib.c
Log message:
Add support for setting the supported EC curves via
SSL{_CTX}_set1_groups{_list}() - also provide defines for the previous
SSL{_CTX}_set1_curves{_list} names.
This also changes the default list of EC curves to be X25519, P-256 and
P-384. If you want others (such a brainpool) you need to configure this
yourself.
Inspired by parts of BoringSSL and OpenSSL.
ok beck@