]> 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)
committerNed Deily <nad@python.org>
Tue, 2 Jul 2019 02:29:17 +0000 (22:29 -0400)
commitf97eb883d8a29ee9718147b3631ebd2741273d9b
tree5f7fe2857cfc2380c298dfb54e1b83a79c9464d4
parent5b45fb0a449543fab6e7b606e51b739cb316d3c4
[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]