
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2015-01-07 17:01 bybenjamin.peterson, last changed2022-04-11 14:58 byadmin. This issue is nowclosed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| shared-ciphers.patch | benjamin.peterson,2015-01-07 17:01 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg233584 -(view) | Author: Benjamin Peterson (benjamin.peterson)*![]() | Date: 2015-01-07 17:01 | |
This patch adds a shared_ciphers() method to SSLObject and SSLSocket, which allows servers to see the complete list of ciphers sent by the client during handshake. | |||
| msg233586 -(view) | Author: Roundup Robot (python-dev)![]() | Date: 2015-01-07 17:14 | |
New changesetbc34fcccaca3 by Benjamin Peterson in branch 'default':expose the client's cipher suites from the handshake (closes#23186)https://hg.python.org/cpython/rev/bc34fcccaca3 | |||
| msg233587 -(view) | Author: STINNER Victor (vstinner)*![]() | Date: 2015-01-07 17:20 | |
I reopen the issue because you commit your change while I was reviewing the patch :-/ See my review at Rietveld. | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:11 | admin | set | github: 67375 |
| 2015-01-07 19:13:02 | benjamin.peterson | set | status: open -> closed resolution: fixed |
| 2015-01-07 17:20:52 | vstinner | set | status: closed -> open nosy: +vstinner messages: +msg233587 resolution: fixed -> (no value) |
| 2015-01-07 17:14:59 | python-dev | set | status: open -> closed nosy: +python-dev messages: +msg233586 resolution: fixed stage: patch review -> resolved |
| 2015-01-07 17:01:02 | benjamin.peterson | create | |