commit | 9fb051f032c36b9f6086b79086b4d6b7755a3d70 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Sun Sep 23 08:32:31 2018 +0200 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Sep 22 23:32:31 2018 -0700 |
tree | 8beefc83ddbba0c9ec0b76bf60b159eba9e48d65 | |
parent | 4b860fd777e983f5d2a6bd1288e2b53099c6a803 [diff] |
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) 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