[issue8484] ssl socket with certificate verification fails on SHA256 digest algorithm

Martin v. Löwis report at bugs.python.org
Wed Apr 21 20:40:17 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

That patch makes no sense. According to SSL_library_init(3SSL),

"OpenSSL_add_ssl_algorithms() and SSLeay_add_ssl_algorithms() are synonyms for SSL_library_init()"

So it shouldn't really matter which of these you call, and it should be sufficient to call only one of them (or the documentation is incorrect).

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8484>
_______________________________________


More information about the Python-bugs-list mailing list