mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-28 05:33:10 +00:00
INSTALL: List the changed SSL CipherList default value.
This commit is contained in:
parent
100de3e4cc
commit
cdcf474f15
15
INSTALL
15
INSTALL
@ -12,12 +12,21 @@
|
|||||||
I. Upgrade Information
|
I. Upgrade Information
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Differences to version 22.x
|
||||||
|
|
||||||
|
- The default value of the SSL "CipherList" variable has been changed to
|
||||||
|
"HIGH:!aNULL:@STRENGTH:!SSLv3" (OpenSSL) and "SECURE128:-VERS-SSL3.0"
|
||||||
|
(GnuTLS) to disable the old SSLv3 protocol by default.
|
||||||
|
To enable connections of clients still requiring the weak SSLv3 protocol,
|
||||||
|
the "CipherList" must be set to its old value (not recommended!), which
|
||||||
|
was "HIGH:!aNULL:@STRENGTH" (OpenSSL) and "SECURE128" (GnuTLS), see below.
|
||||||
|
|
||||||
Differences to version 20.x
|
Differences to version 20.x
|
||||||
|
|
||||||
- Starting with ngIRCd 21, the ciphers used by SSL are configurable and
|
- Starting with ngIRCd 21, the ciphers used by SSL are configurable and
|
||||||
default to HIGH:!aNULL:@STRENGTH (OpenSSL) or SECURE128 (GnuTLS).
|
default to "HIGH:!aNULL:@STRENGTH" (OpenSSL) or "SECURE128" (GnuTLS).
|
||||||
Previous version were using the OpenSSL or GnuTLS defaults, DEFAULT
|
Previous version were using the OpenSSL or GnuTLS defaults, "DEFAULT"
|
||||||
and NORMAL respectively.
|
and "NORMAL" respectively.
|
||||||
|
|
||||||
- When adding GLINE's or KLINE's to ngIRCd 21 (or newer), all clients matching
|
- When adding GLINE's or KLINE's to ngIRCd 21 (or newer), all clients matching
|
||||||
the new mask will be KILL'ed. This was not the case with earlier versions
|
the new mask will be KILL'ed. This was not the case with earlier versions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user