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-15.12:46:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376570790.44.0.281491407661.issue18747@psf.upfronthosting.co.za>
In-reply-to
Content
The ssl module exposes OpenSSL's PRNG and advertises the API as secure CPRNG: http://docs.python.org/3/library/ssl.html#random-generation

OpenSSL uses its own PRNG to create (amongst others) session keys for SSL connections.
History
Date User Action Args
2013-08-15 12:46:30christian.heimessetrecipients: + christian.heimes, pitrou, vstinner, neologix, sbt
2013-08-15 12:46:30christian.heimessetmessageid: <1376570790.44.0.281491407661.issue18747@psf.upfronthosting.co.za>
2013-08-15 12:46:30christian.heimeslinkissue18747 messages
2013-08-15 12:46:30christian.heimescreate