CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2013/07/16 07:02:16
Modified files: usr.sbin/httpd/conf: httpd.conf httpd.conf-dist usr.sbin/httpd/src/modules/ssl: mod_ssl.c mod_ssl.h ssl_engine_config.c ssl_engine_init.c Log message: Enable ECDHE support in httpd via a SSLECDHCurve option. This specifies the named curve to use when generating ephemeral EC keys for an ECDHE-based cipher suite, or can be set to `none' to disable. The default is to use a prime256v1 curve. yay^Wok djm@