| 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: |
| 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) |