[New-bugs-announce] [issue12049] expose RAND_bytes() function of OpenSSL

STINNER Victor report at bugs.python.org
Tue May 10 10:10:11 CEST 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

The _ssl module has RAND_add() RAND_status() and RAND_egd() functions, but not RAND_bytes(). I would be nice to be able to generate random bytes using RAND_bytes().

And maybe also RAND_pseudo_bytes()?

I will work on a patch, it's just a reminder.

----------
components: Library (Lib)
messages: 135688
nosy: haypo, pitrou
priority: normal
severity: normal
status: open
title: expose RAND_bytes() function of OpenSSL
versions: Python 3.3

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


More information about the New-bugs-announce mailing list