Christian Heimes <li...@cheimes.de> added the comment:

SSL_get_shared_ciphers() won't help either. Internally it gets the ciphers from 
s->session->ciphers just like SSL_get_client_ciphers(). It doesn't perform 
additional filtering.

https://github.com/openssl/openssl/blob/OpenSSL_1_0_2f/ssl/ssl_lib.c#L1392-L1427

"works well for SSLv2, not so good for SSLv3" :/

----------

_______________________________________
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