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 4123 by michael, Tue Jul 1 17:26:06 2014 UTC vs.
Revision 4163 by michael, Thu Jul 3 19:45:30 2014 UTC

# Line 190 | Line 190 | serverinfo {
190           *      openssl list-message-digest-algorithms
191           */
192   #       ssl_message_digest_algorithm = "sha256";
193
194        /*
195         * ssl_server_method:
196         * ssl_client_method:
197         *
198         * SSL/TLS methods we provide for incoming (server method) and
199         * outgoing (client method) SSL/TLS connections.
200         * This can be either sslv3 for SSLv3, and/or tlsv1 for TLSv1.
201         */
202 #       ssl_server_method = tlsv1, sslv3;
203 #       ssl_client_method = tlsv1;
193   };
194  
195   /*

Diff Legend

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