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