From e8a3e3f85ade9cfdce5f7a232aec99fe37ac65d4 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 25 May 2023 07:49:41 +0200 Subject: 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 98cc5a0..483a679 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,12 @@ history is also available from Git. LibreSSL Portable Release Notes: +3.6.3 - Stable release + + * Bug fix + - Hostflags in the verify parameters would not propagate from an + SSL_CTX to newly created SSL. + 3.6.2 - Stable release * Security fix -- cgit v1.2.3-55-g6feb