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 pitrou
Recipients christian.heimes, neologix, pitrou, rhettinger, vstinner
Date 2013-08-23.09:15:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377249305.3.0.394670607995.issue18811@psf.upfronthosting.co.za>
In-reply-to
Content
Seriously, why are we obsessed with performance when talking about a security feature? Did anyone *actually* complain about urandom() being too slow (ok, someone complained about it eating file descriptors... :-))?

The question is whether OpenSSL's random generator produces better randomness than the system one: apparently it's not the case under Linux, how about other systems?
History
Date User Action Args
2013-08-23 09:15:05pitrousetrecipients: + pitrou, rhettinger, vstinner, christian.heimes, neologix
2013-08-23 09:15:05pitrousetmessageid: <1377249305.3.0.394670607995.issue18811@psf.upfronthosting.co.za>
2013-08-23 09:15:05pitroulinkissue18811 messages
2013-08-23 09:15:05pitroucreate