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 gregory.p.smith
Recipients dholth, eric.araujo, gregory.p.smith, pitrou
Date 2012-07-30.20:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343679975.81.0.672887520679.issue15468@psf.upfronthosting.co.za>
In-reply-to
Content
The always present hashes do use openssl if the openssl version hashlib was compiled against supports them.  otherwise it falls back to the builtin C implementations.
History
Date User Action Args
2012-07-30 20:26:16gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, eric.araujo, dholth
2012-07-30 20:26:15gregory.p.smithsetmessageid: <1343679975.81.0.672887520679.issue15468@psf.upfronthosting.co.za>
2012-07-30 20:26:15gregory.p.smithlinkissue15468 messages
2012-07-30 20:26:14gregory.p.smithcreate