commit | d1bd6e79da1ee56dc1b902d804216ffd267399db | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Mon Jul 01 08:32:24 2019 +0200 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Jun 30 23:32:24 2019 -0700 |
tree | c32216e1fd61cf6668990889fe8dabc5184577b9 | |
parent | f0f5930ac88482ef896283db5be9b8d508d077db [diff] |
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