]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] 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:52 +0000 (00:07 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2019 07:07:52 +0000 (00:07 -0700)
commit6be91102f75aa4b4b8c1e55960aa22008ff9e319
tree2d35e866af1dbb726b0a777f3b85c5b4c436aec7
parentcf7617460a920dd75ced017792045d3ae77648ad
[3.7] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH-14496)

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]