summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2015-11-26 15:21:50 +0000
committerNick Mathewson <nickm@torproject.org>2015-12-08 12:34:53 -0500
commit353c71516e80f41dbb97da00ddfc528ec5ce3c40 (patch)
treebe04524d28cff34d201b5b8a208a618e7d956fc4 /changes
parentfe46fffd980cb97661b6bf0f16c66522d7e58e61 (diff)
downloadtor-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/feature136963
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.