diff options
| author | Alexander Barton <alex@barton.de> | 2014-10-26 11:58:22 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2014-10-26 11:58:22 +0100 |
| commit | 6e4235443eb4dee0930a65e613c8bf5e00331f73 (patch) | |
| tree | 79764dec2aa13f0de4aa060ae47267a88284eb13 /man/ngircd.conf.5.tmpl | |
| parent | f33a4067a16747c8fc5f1c0b5eb5e5520ee1e7a7 (diff) | |
| parent | cdcf474f159ad0c3c2a652cdbfa5e7f09171667c (diff) | |
| download | ngircd-6e4235443eb4dee0930a65e613c8bf5e00331f73.tar.gz ngircd-6e4235443eb4dee0930a65e613c8bf5e00331f73.zip | |
Merge branch 'CipherListNoSSL3'
* CipherListNoSSL3: INSTALL: List the changed SSL CipherList default value. Update "CipherList" to not enable SSLv3 by default
Diffstat (limited to 'man/ngircd.conf.5.tmpl')
| -rw-r--r-- | man/ngircd.conf.5.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl index 9b2ed082..0d57f902 100644 --- a/man/ngircd.conf.5.tmpl +++ b/man/ngircd.conf.5.tmpl @@ -1,7 +1,7 @@ .\" .\" ngircd.conf(5) manual page template .\" -.TH ngircd.conf 5 "Jan 2014" ngIRCd "ngIRCd Manual" +.TH ngircd.conf 5 "Oct 2014" ngIRCd "ngIRCd Manual" .SH NAME ngircd.conf \- configuration file of ngIRCd .SH SYNOPSIS @@ -375,7 +375,7 @@ SSL Certificate file of the private server key. .TP \fBCipherList\fR (string) Select cipher suites allowed for SSL/TLS connections. This defaults to -"HIGH:!aNULL:@STRENGTH" (OpenSSL) or "SECURE128" (GnuTLS). +"HIGH:!aNULL:@STRENGTH:!SSLv3" (OpenSSL) or "SECURE128:-VERS-SSL3.0" (GnuTLS). Please see 'man 1ssl ciphers' (OpenSSL) and 'man 3 gnutls_priority_init' (GnuTLS) for details. .TP |