]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)
authorChristian Heimes <christian@python.org>
Sun, 23 Sep 2018 07:23:01 +0000 (09:23 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Sep 2018 07:23:01 +0000 (00:23 -0700)
commit94812f717dde8b11a9ad9c0fd5be66ff9bd53f58
tree29b73795b7d61d11fbe842049387318a01780547
parented21919d69ac22232cbc0dad0323477818112b6f
[3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)

Add SSLContext.post_handshake_auth and
SSLSocket.verify_client_post_handshake for TLS 1.3 post-handshake
authentication.

Signed-off-by: Christian Heimes <christian@python.org>q
https://bugs.python.org/issue34670.
(cherry picked from commit 9fb051f032c36b9f6086b79086b4d6b7755a3d70)

Co-authored-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue34670
Doc/library/ssl.rst
Doc/whatsnew/3.6.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2018-09-14-14-29-45.bpo-34670.17XwGB.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/clinic/_ssl.c.h
Tools/ssl/multissltests.py