This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients alex, benjamin.peterson, christian.heimes, dstufft, janssen, noxxi
Date 2018-02-10.22:41:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518302505.75.0.467229070634.issue32813@psf.upfronthosting.co.za>
In-reply-to
Content
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" :/
History
Date User Action Args
2018-02-10 22:41:45christian.heimessetrecipients: + christian.heimes, janssen, benjamin.peterson, alex, dstufft, noxxi
2018-02-10 22:41:45christian.heimessetmessageid: <1518302505.75.0.467229070634.issue32813@psf.upfronthosting.co.za>
2018-02-10 22:41:45christian.heimeslinkissue32813 messages
2018-02-10 22:41:45christian.heimescreate