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 vstinner
Recipients pitrou, vstinner
Date 2011-05-10.08:10:02
SpamBayes Score 9.9717596e-05
Marked as misclassified No
Message-id <1305015011.4.0.908313751711.issue12049@psf.upfronthosting.co.za>
In-reply-to
Content
The _ssl module has RAND_add() RAND_status() and RAND_egd() functions, but not RAND_bytes(). I would be nice to be able to generate random bytes using RAND_bytes().

And maybe also RAND_pseudo_bytes()?

I will work on a patch, it's just a reminder.
History
Date User Action Args
2011-05-10 08:10:11vstinnersetrecipients: + vstinner, pitrou
2011-05-10 08:10:11vstinnersetmessageid: <1305015011.4.0.908313751711.issue12049@psf.upfronthosting.co.za>
2011-05-10 08:10:02vstinnerlinkissue12049 messages
2011-05-10 08:10:02vstinnercreate