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 9174 by michael, Sat Jan 18 19:06:14 2020 UTC vs.
Revision 9175 by michael, Sun Jan 19 12:39:07 2020 UTC

# Line 20 | Line 20 | o) In the connect {} block, the followin
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)