aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-05-25 09:11:58 +0200
committerTheo Buehler <tb@openbsd.org>2023-05-25 09:13:36 +0200
commit1581cb1823377220ed1976451615a1f5e856adf0 (patch)
tree52a7e1991a9bed749f4e5e6f18ec69f30991f9c8 /ChangeLog
parenta5f207bea5b54c5066ac99cc8112a5aa0b56dec4 (diff)
downloadportable-1581cb1823377220ed1976451615a1f5e856adf0.tar.gz
portable-1581cb1823377220ed1976451615a1f5e856adf0.tar.bz2
portable-1581cb1823377220ed1976451615a1f5e856adf0.zip
Fix urllib3 CN without SAN tests for LibreSSL 3.7
This is a port of a patch by Christian Heimes and fixes an issue flagged by Quentin Pradet: https://bugs.python.org/issue43522
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5babe4f..cc1bfbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,13 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
31
323.7.3 - Stable release
33
34 * Bug fix
35 - Hostflags in the verify parameters would not propagate from an
36 SSL_CTX to newly created SSL.
37
313.7.2 - Stable release 383.7.2 - Stable release
32 39
33 * Portable changes 40 * Portable changes