CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/08/10 12:18:30
Modified files:
lib/libtls : Symbols.list tls.h tls_client.c tls_config.c
tls_internal.h tls_server.c
lib/libtls/man : tls_config_set_protocols.3
Log message:
Add a tls_config_set_ecdhecurves() function to libtls, which allows the
names of the elliptic curves that may be used during client and server
key exchange to be specified.
This deprecates tls_config_set_ecdhecurve(), which could only be used to
specify a single supported curve.
ok beck@