Message267868
| Author |
vstinner |
| Recipients |
dstufft, larry, vstinner |
| Date |
2016年06月08日.16:23:19 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1465402999.65.0.588981190433.issue27266@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I changed the title to make my intent more explicit: the goal is to make os.urandom() more secure on Linux by always using getrandom(). But always using getrandom() in os.urandom() requires a non-blocking os.urandom() to start Python: see #25420 (import random) and #26839 (hash secret) for practical issues.
I removed Python 3.5 from versions since Larry explicitly asked to not add a new parameter to os.urandom() in Python 3.5: msg267721. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2016年06月08日 16:23:19 | vstinner | set | recipients:
+ vstinner, larry, dstufft |
| 2016年06月08日 16:23:19 | vstinner | set | messageid: <1465402999.65.0.588981190433.issue27266@psf.upfronthosting.co.za> |
| 2016年06月08日 16:23:19 | vstinner | link | issue27266 messages |
| 2016年06月08日 16:23:19 | vstinner | create |
|