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 9096 by michael, Wed Dec 25 15:53:01 2019 UTC vs.
Revision 9166 by michael, Sat Jan 18 19:06:14 2020 UTC

# Line 3 | Line 3 | o) Fixed segfault with GnuTLS/libgmp in
3     defined in 'serverinfo::ssl_dh_param_file' or if that file is missing
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:
11 +     ssl_certificate_file -> tls_certificate_file
12 +     ssl_dh_param_file -> tls_dh_param_file
13 +     ssl_dh_elliptic_curve -> tls_supported_groups
14 +     ssl_cipher_list -> tls_cipher_list
15 +     ssl_message_digest_algorithm -> tls_message_digest_algorithm
16 + o) In the operator {} block, the following configuration directives have been renamed:
17 +     ssl_certificate_fingerprint -> tls_certificate_fingerprint
18 +     ssl_connection_required -> tls_connection_required
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  
24  
25   -- Noteworthy changes in version 8.2.26 (2019-05-31)

Diff Legend

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