diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-24 15:56:22 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-30 01:37:15 +0100 |
commit | cb6e5a10ba2bbf5dbfaded95d905fd688b495631 (patch) | |
tree | fac6d49d4e574726a271631947699a9d418ca608 | |
parent | 122450b8a67cd37611fb66fae3ddb54db0100415 (diff) |
Mention OpenSSL 1.1 as supported library
-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 |