ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/NEWS
(Generate patch)

Comparing ircd-hybrid/trunk/NEWS (file contents):
Revision 9155 by michael, Mon Jan 13 14:46:28 2020 UTC vs.
Revision 9175 by michael, Sun Jan 19 12:39:07 2020 UTC

# Line 4 | Line 4 | o) Fixed segfault with GnuTLS/libgmp in
4   o) The connection timeout for connect{} blocks can now be configured via
5     the 'connect::timeout' configuration directive
6   o) Minimum supported OpenSSL version is 1.1.1 now
7 + o) Minimum supported GnuTLS version is 3.6.5 now
8   o) Supported TLSv1.3 cipher suites can now be configured explicitely via the
9     new 'serverinfo::tls_cipher_suites' configuration directive
10   o) In the serverinfo {} block, the following configuration directives have been renamed:
# Line 18 | Line 19 | o) In the operator {} block, the followi
19   o) In the connect {} block, the following configuration directives have been renamed:
20       ssl_cipher_list -> tls_cipher_list
21       ssl_certificate_fingerprint -> tls_certificate_fingerprint
22 + o) Experimental support for wolfSSL has been implemented. Minimum supported version is 4.3.0
23 + o) The --enable-openssl, --enable-gnutls switches, and their disabling counterparts
24 +   --disable-openssl and --disable-gnutls, have been replaced with the --with-tls switch
25 +   which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and 'none'.
26 +   If nothing has been specified, configure tries to autodetect in the following order:
27 +   openssl/libressl -> gnutls -> wolfssl.
28  
29  
30   -- Noteworthy changes in version 8.2.26 (2019-05-31)

Diff Legend

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