diff options
author | Yawning Angel <yawning@schwanenlied.me> | 2015-11-26 15:21:50 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-08 12:34:53 -0500 |
commit | 353c71516e80f41dbb97da00ddfc528ec5ce3c40 (patch) | |
tree | be04524d28cff34d201b5b8a208a618e7d956fc4 /changes | |
parent | fe46fffd980cb97661b6bf0f16c66522d7e58e61 (diff) | |
download | tor-353c71516e80f41dbb97da00ddfc528ec5ce3c40.tar.gz tor-353c71516e80f41dbb97da00ddfc528ec5ce3c40.zip |
Add support for getrandom() and getentropy() when available
Implements feature #13696.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature13696 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/feature13696 b/changes/feature13696 new file mode 100644 index 0000000000..21c2188d12 --- /dev/null +++ b/changes/feature13696 @@ -0,0 +1,3 @@ + o Minor features (security, cryptography): + - Use modern system calls to generate strong entropy on platforms that + provide them. Closes ticket 13696. |