Issue23186
Created on 2015-01-07 17:01 by benjamin.peterson, last changed 2015-01-07 19:13 by benjamin.peterson. 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) * | 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 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) * | 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 |
| 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 resolution: fixed -> (no value) |
| 2015-01-07 17:14:59 | python-dev | set | status: open -> closed nosy:
+ python-dev resolution: fixed |
| 2015-01-07 17:01:02 | benjamin.peterson | create | |