We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db47b9b commit 251f73fCopy full SHA for 251f73f
1 file changed
HISTORY.md
@@ -4,9 +4,14 @@ Release History
4
dev
5
---
6
7
-**Bugfixes**
+**Improvements**
8
+
9
+- pyOpenSSL TLS implementation is now only used if Python
10
+ either doesn't have an `ssl` module or doesn't support
11
+ SNI. Previously pyOpenSSL was unconditionally used if available.
12
+ This applies even if pyOpenSSL is installed via the
13
+ `requests[security]` extra (#5443)
14
-- \[Short description of non-trivial change.\]
15
16
2.23.0 (2020-02-19)
17
-------------------
0 commit comments