diff options
Diffstat (limited to 'usr.sbin/httpd/conf/httpd.conf')
-rw-r--r-- | usr.sbin/httpd/conf/httpd.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/httpd/conf/httpd.conf b/usr.sbin/httpd/conf/httpd.conf index 2a9715c582b..6fa0cbc6cbf 100644 --- a/usr.sbin/httpd/conf/httpd.conf +++ b/usr.sbin/httpd/conf/httpd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: httpd.conf,v 1.27 2013/07/12 16:30:41 otto Exp $ +# $OpenBSD: httpd.conf,v 1.28 2013/07/16 13:02:16 jsing Exp $ # # Based upon the NCSA server configuration files originally by Rob McCool. # @@ -1035,6 +1035,11 @@ SSLEngine on # See the mod_ssl documentation for a complete list. #SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP +# SSL ECDH Curve: +# Named curve to use when generating ephemeral EC keys for an +# ECDHE-based cipher suite, or `none' to disable. +SSLECDHCurve prime256v1 + # SSL Honor Cipher Order: # If on, use server's order of preference for ciphers. #SSLHonorCipherOrder on |