Message267818
> Hi. I created the issue #27266 "Add block keyword-only optional parameter
> to os.urandom()" which is compromise between all proposed solutions and
> should fix *all* urandom issues ;-)
>
> * os.urandom() remains secure by default, as asked by our security experts
> * Python startup (hash secret) and "import random" don't block anymore
>
> Happy?
Probably not.
What is the default value of the "block" parameter?
If called with block=False on FreeBSD, where /dev/urandom may block sometimes, what does the function do? |
|
Date |
User |
Action |
Args |
2016-06-08 09:31:10 | larry | set | recipients:
+ larry, lemburg, rhettinger, doko, vstinner, christian.heimes, matejcik, ned.deily, alex, skrah, python-dev, martin.panter, ztane, dstufft, Lukasa, thomas-petazzoni, Colm Buckley, Theodore Tso |
2016-06-08 09:31:10 | larry | set | messageid: <1465378270.78.0.786052578654.issue26839@psf.upfronthosting.co.za> |
2016-06-08 09:31:10 | larry | link | issue26839 messages |
2016-06-08 09:31:10 | larry | create | |
|