]> granicus.if.org Git - python/commit
[3.8] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jul 2019 07:07:44 +0000 (00:07 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2019 07:07:44 +0000 (00:07 -0700)
commitee72dda9616258b57c19eb5af00f3e80a3fb8e22
tree9dbd2e5796e8f6d265ef932798f836db7686f8af
parentc2684c6d62978e9ce8256c3c7744d0332a2abe4c
[3.8] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH-14495)

Post-handshake authentication is required for conditional client cert authentication with TLS 1.3.

https://bugs.python.org/issue37440
(cherry picked from commit d1bd6e79da1ee56dc1b902d804216ffd267399db)

Co-authored-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue37440
Doc/library/http.client.rst
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS.d/next/Library/2019-06-28-16-40-17.bpo-37440.t3wX-N.rst [new file with mode: 0644]