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 neologix
Recipients christian.heimes, neologix, pitrou, vstinner
Date 2013-08-22.17:04:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377191040.61.0.301981053683.issue18811@psf.upfronthosting.co.za>
In-reply-to
Content
Now that the ssl module exposes RAND_bytes() (issue #12049), it might be interesting to implement a SSLRandom generator to the random module, to have a cryptographically strong generator without the os.urandom() overhead.

Thoughts?
History
Date User Action Args
2013-08-22 17:04:00neologixsetrecipients: + neologix, pitrou, vstinner, christian.heimes
2013-08-22 17:04:00neologixsetmessageid: <1377191040.61.0.301981053683.issue18811@psf.upfronthosting.co.za>
2013-08-22 17:04:00neologixlinkissue18811 messages
2013-08-22 17:04:00neologixcreate