aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-05-25 07:49:41 +0200
committerTheo Buehler <tb@openbsd.org>2023-05-25 09:14:41 +0200
commite8a3e3f85ade9cfdce5f7a232aec99fe37ac65d4 (patch)
treeb42c9905af5eb183d5e3a0ff7bd231357833acf3 /ChangeLog
parent505e1ca787ce14273bcc38207d9499e0b495ea56 (diff)
downloadportable-e8a3e3f85ade9cfdce5f7a232aec99fe37ac65d4.tar.gz
portable-e8a3e3f85ade9cfdce5f7a232aec99fe37ac65d4.tar.bz2
portable-e8a3e3f85ade9cfdce5f7a232aec99fe37ac65d4.zip
Fix urllib3 CN without SAN tests for LibreSSL 3.6
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98cc5a0..483a679 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,12 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.6.3 - Stable release
32
33 * Bug fix
34 - Hostflags in the verify parameters would not propagate from an
35 SSL_CTX to newly created SSL.
36
313.6.2 - Stable release 373.6.2 - Stable release
32 38
33 * Security fix 39 * Security fix