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.

作者 vstinner
收信人 pitrou, vstinner
日期 2011-05-10.08:10:02
SpamBayes Score 9.9717596e-05
Marked as misclassified
Message-id <1305015011.4.0.908313751711.issue12049@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2011-05-10 08:10:11vstinner修改recipients: + vstinner, pitrou
2011-05-10 08:10:11vstinner修改messageid: <1305015011.4.0.908313751711.issue12049@psf.upfronthosting.co.za>
2011-05-10 08:10:02vstinner链接issue12049 messages
2011-05-10 08:10:02vstinner创建