]> granicus.if.org Git - python/commit
bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)
authorChristian Heimes <christian@python.org>
Mon, 1 Jul 2019 06:32:24 +0000 (08:32 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jul 2019 06:32:24 +0000 (23:32 -0700)
commitd1bd6e79da1ee56dc1b902d804216ffd267399db
treec32216e1fd61cf6668990889fe8dabc5184577b9
parentf0f5930ac88482ef896283db5be9b8d508d077db
bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)

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

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]