This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2015年01月07日 17:01 by benjamin.peterson, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| 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) * (Python committer) | 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) (Python triager) | Date: 2015年01月07日 17:14 | |
New changeset bc34fcccaca3 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) * (Python committer) | 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 | |