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 9154 by michael, Wed Dec 25 15:53:01 2019 UTC vs.
Revision 9155 by michael, Mon Jan 13 14:46:28 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) Supported TLSv1.3 cipher suites can now be configured explicitely via the
8 +   new 'serverinfo::tls_cipher_suites' configuration directive
9 + o) In the serverinfo {} block, the following configuration directives have been renamed:
10 +     ssl_certificate_file -> tls_certificate_file
11 +     ssl_dh_param_file -> tls_dh_param_file
12 +     ssl_dh_elliptic_curve -> tls_supported_groups
13 +     ssl_cipher_list -> tls_cipher_list
14 +     ssl_message_digest_algorithm -> tls_message_digest_algorithm
15 + o) In the operator {} block, the following configuration directives have been renamed:
16 +     ssl_certificate_fingerprint -> tls_certificate_fingerprint
17 +     ssl_connection_required -> tls_connection_required
18 + o) In the connect {} block, the following configuration directives have been renamed:
19 +     ssl_cipher_list -> tls_cipher_list
20 +     ssl_certificate_fingerprint -> tls_certificate_fingerprint
21  
22  
23   -- Noteworthy changes in version 8.2.26 (2019-05-31)

Diff Legend

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