Steffen Ullrich <noxxino...@gmail.com> added the comment:

It looks like the function shared_ciphers actually returned the list of client 
ciphers when initially implemented although I think that the name is misleading 
and suggests that it would return the ciphers shared between client and server 
(i.e. same meaning of shared as in the infamous "no shared cipher" SSL 
handshake problem).

Anyway, it looks like the original functionality was broken while adding 
support for OpenSSL 1.1.0 "Issue #26470: Port ssl and hashlib module to OpenSSL 
1.1.0.". The relevant part of this change: 
https://github.com/python/cpython/commit/598894ff48e9c1171cb2ec1c798235826a75c7e0#diff-e1cc5bf74055e388cda128367a814c8fR1534

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32813>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to