[issue33618] Support TLS 1.3

2021-09-03 Thread Philip Prindeville
Change by Philip Prindeville : -- nosy: +philipp ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33618] Support TLS 1.3

2020-05-31 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33618] Support TLS 1.3

2020-05-31 Thread Sam Bull
Change by Sam Bull : -- nosy: +dreamsorcerer ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33618] Support TLS 1.3

2019-02-15 Thread Chih-Hsuan Yen
Change by Chih-Hsuan Yen : -- nosy: -yan12125 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33618] Support TLS 1.3

2019-02-15 Thread Zhiming Wang
Change by Zhiming Wang : -- nosy: +zmwangx ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33618] Support TLS 1.3

2018-05-24 Thread Benjamin Peterson
Benjamin Peterson added the comment: 2.7 is okay, too. The next release isn't for a while, so it'll have time to bake. -- ___ Python tracker

[issue33618] Support TLS 1.3

2018-05-23 Thread Christian Heimes
Christian Heimes added the comment: New changeset 72ef4fc32b354f8e56eec64f4c15ac2e07d118be by Christian Heimes (Miss Islington (bot)) in branch '3.7': [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082)

[issue33618] Support TLS 1.3

2018-05-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +6713 ___ Python tracker ___

[issue33618] Support TLS 1.3

2018-05-23 Thread Christian Heimes
Christian Heimes added the comment: New changeset 529525fb5a8fd9b96ab4021311a598c77588b918 by Christian Heimes in branch 'master': bpo-33618: Enable TLS 1.3 in tests (GH-7079) https://github.com/python/cpython/commit/529525fb5a8fd9b96ab4021311a598c77588b918 --

[issue33618] Support TLS 1.3

2018-05-23 Thread Christian Heimes
Christian Heimes added the comment: Tests with 1.0.2o and 1.1.0h are passing. -- ___ Python tracker ___

[issue33618] Support TLS 1.3

2018-05-23 Thread Ned Deily
Ned Deily added the comment: As long as it doesn't break 1.0.2 and 1.1.0 support, sure :) -- ___ Python tracker ___

[issue33618] Support TLS 1.3

2018-05-23 Thread Christian Heimes
Christian Heimes added the comment: Yes, if that's ok with you. It's only documentation and test updates. -- ___ Python tracker ___

[issue33618] Support TLS 1.3

2018-05-23 Thread Ned Deily
Ned Deily added the comment: > Ned, Benjamin, are you OK with that? Just to be clear, you wish to merge a backport of PR 7079 for 3.7.0rc1? -- ___ Python tracker

[issue33618] Support TLS 1.3

2018-05-23 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +6709 stage: needs patch -> patch review ___ Python tracker ___

[issue33618] Support TLS 1.3

2018-05-23 Thread Chih-Hsuan Yen
Change by Chih-Hsuan Yen : -- nosy: +yan12125 ___ Python tracker ___ ___

[issue33618] Support TLS 1.3

2018-05-23 Thread Christian Heimes
Christian Heimes added the comment: More: * We also need a new API to request TLS client cert authentication *after* some application data was requested. The use case is e.g. HTTP web server. A client sends a GET request and then the server gets to decide if the route

[issue33618] Support TLS 1.3

2018-05-23 Thread Christian Heimes
New submission from Christian Heimes : Epic for various TLS 1.3 related tasks and improvements TLS 1.3 requires some changes to the SSL module and tests. The TLS 1.3 handshake behaves slightly differently, which causes some tests to fail. The new handshake and deferred