New submission from Charles-François Natali:

Now that the ssl module exposes RAND_bytes() (issue #12049), it might be 
interesting to implement a SSLRandom generator to the random module, to have a 
cryptographically strong generator without the os.urandom() overhead.

Thoughts?

----------
messages: 195912
nosy: christian.heimes, haypo, neologix, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: add ssl-based generator to random module
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18811>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to