ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/doc/reference.conf
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/doc/reference.conf (file contents):
Revision 3934 by michael, Mon Jun 9 17:59:22 2014 UTC vs.
Revision 4071 by michael, Thu Jun 26 15:42:08 2014 UTC

# Line 150 | Line 150 | serverinfo {
150   #       ssl_dh_param_file = "/usr/local/ircd/etc/dhparam.pem";
151  
152          /*
153 +         * ssl_dh_elliptic_curve:
154 +         *
155 +         * Defines the curve to use for the Elliptic Curve Diffie-Hellman (ECDH) algorithm.
156 +         *
157 +         * A list of supported curves by OpenSSL can be obtained by running:
158 +         *
159 +         *      openssl ecparam -list_curves
160 +         */
161 + #       ssl_dh_elliptic_curve = "secp521r1";
162 +
163 +        /*
164           * ssl_cipher_list:
165           *
166           * List of ciphers to support on _this_ server. Can be used to

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)