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 <rep...@bugs.python.org> <http://bugs.python.org/issue23186> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com