diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-05-06 21:30:59 +0200 |
---|---|---|
committer | rodarima <rodarima@gmail.com> | 2024-05-12 23:01:42 +0200 |
commit | 26344ae27d367577d0a2b0a38efae8358041df56 (patch) | |
tree | 2495163eb7983550c36e7eccd59f47079a55d41d /ChangeLog | |
parent | 6c5db261812b20534c277fb8c839a910e5d4eac3 (diff) |
Disable TLSv1.3 in MbedTLS 3.6.0 for now
In Mbed TLS 3.6.0 there is support for TLSv1.3 but it requires
special handling, so for now we disable it.
See: https://gitlab.alpinelinux.org/alpine/aports/-/commit/4dc36afaa81a4d73758b29fa77981d07dbae0080.patch
Fixes: https://github.com/dillo-browser/dillo/issues/158
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Here we list changes that are relatively significant and/or visible to the user. For a history of changes in full detail, see our Git repository at https://github.com/dillo-browser/dillo +dillo-3.1.1 [not released yet] + ++- Disable TLSv1.3 in Mbed TLS 3.6.0 until it is supported. + Patches: Rodrigo Arias Mallo <rodarima@gmail.com> dillo-3.1.0 [May 4, 2024] |