diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/install.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,7 @@ dillo-3.1 [not released yet] Patches: Johannes Hofmann +- Fix DuckDuckGo search links - Add scroll_step option to control the mouse wheel vertical step - - Add support for OpenSSL, mbedTLS 2 and mbedTLS 3 + - Add support for OpenSSL 1.1, OpenSSL 3, mbedTLS 2 and mbedTLS 3 - Replace configure flag --enable-ssl to --enable-tls - Enable TLS support by default for https. Patches: Rodrigo Arias Mallo <rodarima@gmail.com> diff --git a/doc/install.md b/doc/install.md index b74c1f01..4e3d6308 100644 --- a/doc/install.md +++ b/doc/install.md @@ -20,7 +20,7 @@ Additionally, it is **strongly recommended** that you install a TLS library to browse HTTPS pages. Currently, Dillo supports any of the following libraries: - - OpenSSL + - OpenSSL 1.1 or 3 - mbedTLS 2 or 3 If you don't want to use a TLS library, use the configure option |