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 christian.heimes
Recipients christian.heimes, neologix, pitrou, sbt, vstinner
Date 2013-08-18.13:22:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376832122.61.0.259675418608.issue18747@psf.upfronthosting.co.za>
In-reply-to
Content
The lastest patch mixes seconds into the time field of seed.

Python 3.3+ support only NT and POSIX threads. 2.7 and 3.2 have GNU pth and other threading API but I neither have a system to test other threading libs nor the motivation to port my patch to an ancient threading library.

It's not just RAND_bytes(). OpenSSL's PRNG is also used by OpenSSL internally, e.g. as entropy source for SSL/TLS handshakes. How many function do you want to patch?
History
Date User Action Args
2013-08-18 13:22:02christian.heimessetrecipients: + christian.heimes, pitrou, vstinner, neologix, sbt
2013-08-18 13:22:02christian.heimessetmessageid: <1376832122.61.0.259675418608.issue18747@psf.upfronthosting.co.za>
2013-08-18 13:22:02christian.heimeslinkissue18747 messages
2013-08-18 13:22:02christian.heimescreate