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 Arfrever, BreamoreBoy, Gabriel Corona, Jeffrey.Walton, barry, benjamin.peterson, christian.heimes, georg.brandl, larry, neologix, pitrou, python-dev, sbt, vajrasky, vstinner
Date 2019-01-05.00:58:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546649897.28.0.00824952927538.issue18747@roundup.psfhosted.org>
In-reply-to
Content
I have no plans to work on the issue any more. OpenSSL 1.1.1 has fixed the RNG issue with a new DRBG implementation. Eventually all platforms will move to 1.1.1 because it also provides TLS 1.3.

In the mean time, application can work around the limitation by seeding OpenSSL by calling ssl.RAND_add().
History
Date User Action Args
2019-01-05 00:58:18christian.heimessetrecipients: + christian.heimes, barry, georg.brandl, pitrou, vstinner, larry, benjamin.peterson, Arfrever, neologix, BreamoreBoy, python-dev, sbt, vajrasky, Jeffrey.Walton, Gabriel Corona
2019-01-05 00:58:17christian.heimessetmessageid: <1546649897.28.0.00824952927538.issue18747@roundup.psfhosted.org>
2019-01-05 00:58:17christian.heimeslinkissue18747 messages
2019-01-05 00:58:17christian.heimescreate