[issue32813] SSL shared_ciphers implementation wrong - returns configured but not shared ciphers

Benjamin Peterson report at bugs.python.org
Sat Feb 10 16:24:47 EST 2018


Benjamin Peterson <benjamin at python.org> added the comment:

I suppose we should fix .shared_ciphers to be SSL_get_shared_ciphers() again and perhaps add .client_ciphers, which calls SSL_get_client_ciphers?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32813>
_______________________________________


More information about the Python-bugs-list mailing list