[New-bugs-announce] [issue23186] expose the client's list of ciphers during the handshake

Benjamin Peterson report at bugs.python.org
Wed Jan 7 18:01:02 CET 2015


New submission from Benjamin Peterson:

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.

----------
components: Library (Lib)
files: shared-ciphers.patch
keywords: patch
messages: 233584
nosy: alex, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: expose the client's list of ciphers during the handshake
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file37630/shared-ciphers.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23186>
_______________________________________


More information about the New-bugs-announce mailing list