CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/11/27 16:21:16
Modified files:
usr.sbin/relayd: config.c parse.y relay.c relayd.conf.5 relayd.h
Log message:
Change the ecdhe curve configuration to the same way httpd is doing it.
This removes 'no ecdh' and renames 'ecdh curve auto' to ecdhe default.
The code uses now tls_config_set_ecdhecurves(3) so it is possible to
specify multiple curves now. If people specified curves in their config
they need to adjust their config now.
OK beck@