projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6592d7f
)
bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346)
author
Mayank Singhal
<17mayank.singhal@gmail.com>
Tue, 5 Jun 2018 14:14:37 +0000
(19:44 +0530)
committer
Nick Coghlan
<ncoghlan@gmail.com>
Tue, 5 Jun 2018 14:14:37 +0000
(
00:14
+1000)
Doc/library/ssl.rst
patch
|
blob
|
history
diff --git
a/Doc/library/ssl.rst
b/Doc/library/ssl.rst
index 7a058245ca82b8795989f3f739aefee678403ace..625c692f5211f83dcc6735ca94f0124778fe8b6a 100644
(file)
--- a/
Doc/library/ssl.rst
+++ b/
Doc/library/ssl.rst
@@
-49,6
+49,9
@@
For more sophisticated applications, the :class:`ssl.SSLContext` class
helps manage settings and certificates, which can then be inherited
by SSL sockets created through the :meth:`SSLContext.wrap_socket` method.
+.. versionchanged:: 3.5.3
+ Updated to support linking with OpenSSL 1.1.0
+
.. versionchanged:: 3.6
OpenSSL 0.9.8, 1.0.0 and 1.0.1 are deprecated and no longer supported.