mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
... also TLSv1.1 and TLSv1.2
This commit is contained in:
parent
24cd4cfc58
commit
70833a8b1f
1 changed files with 3 additions and 0 deletions
|
|
@ -194,6 +194,9 @@ try/except statement by code that only cares whether or not an error occurred.
|
|||
ssl
|
||||
---
|
||||
|
||||
TLSv1.1 and TLSv1.2 support (Contributed by Michele Orrù and Antoine Pitrou
|
||||
in :issue:`16692`)
|
||||
|
||||
New diagnostic functions :func:`~ssl.get_default_verify_paths`,
|
||||
:meth:`~ssl.SSLContext.cert_store_stats` and
|
||||
:meth:`~ssl.SSLContext.get_ca_certs`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue