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.

Unsupported provider

Author pitrou
Recipients beda, giampaolo.rodola, gregory.p.smith, janssen, loewis, pitrou
Date 2010-04-21.18:50:46
SpamBayes Score 0.010328074
Marked as misclassified No
Message-id <1271875976.3394.13.camel@localhost>
In-reply-to <1271875217.43.0.601058415395.issue8484@psf.upfronthosting.co.za>
Content
> "OpenSSL_add_ssl_algorithms() and SSLeay_add_ssl_algorithms() are
> synonyms for SSL_library_init()"

The patch calls OpenSSL_add_all_algorithms(), though.
(yes, it's a different one :-))
http://www.openssl.org/docs/crypto/OpenSSL_add_all_algorithms.html
History
Date User Action Args
2010-04-21 18:50:47pitrousetrecipients: + pitrou, loewis, gregory.p.smith, janssen, giampaolo.rodola, beda
2010-04-21 18:50:46pitroulinkissue8484 messages
2010-04-21 18:50:46pitroucreate