From 251f73f65d46ff5de64b8ae2e6c6fe38c1a28808 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Fri, 1 May 2020 18:24:51 -0500 Subject: [PATCH] Add changelog entry for pyOpenSSL change --- HISTORY.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e047adb6..0b051612 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,9 +4,14 @@ Release History dev --- -**Bugfixes** +**Improvements** + +- pyOpenSSL TLS implementation is now only used if Python + either doesn't have an `ssl` module or doesn't support + SNI. Previously pyOpenSSL was unconditionally used if available. + This applies even if pyOpenSSL is installed via the + `requests[security]` extra (#5443) -- \[Short description of non-trivial change.\] 2.23.0 (2020-02-19) -------------------