[issue8737] ssl.RAND_add() should only accept bytes (not str)

Amaury Forgeot d'Arc report at bugs.python.org
Sun May 16 23:39:42 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

This function is here to add entropy to the random numbers generator.
the kind of data is not important, and no matter which encoding is used, this will not change the quality of the entropy.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8737>
_______________________________________


More information about the Python-bugs-list mailing list