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 7129 by michael, Mon Jan 25 19:11:08 2016 UTC vs.
Revision 7197 by michael, Sat Jan 30 20:20:07 2016 UTC

# Line 165 | Line 165 | serverinfo {
165           * A list of supported curves by OpenSSL can be obtained by running:
166           *
167           *    openssl ecparam -list_curves
168 +         *
169 +         * This directive currently doesn't do anything with GnuTLS support.
170           */
171   #       ssl_dh_elliptic_curve = "secp521r1";
172  
173          /*
174           * ssl_cipher_list: list of ciphers to support on _this_ server.
175           * Can be used to enforce specific ciphers for incoming SSL/TLS
176 <         * connections. If a client (which also includes incoming server connections)
177 <         * is not capable of using any of the ciphers listed here, the connection will
178 <         * simply be rejected.
176 >         * connections. If a client (which also includes incoming server
177 >         * connections) is not capable of using any of the ciphers listed
178 >         * here, the connection will simply be rejected.
179           *
180           * A list of supported ciphers can be obtained by running:
181           *

Diff Legend

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