diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-08 12:35:26 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-08 12:35:26 -0500 |
commit | 7f074e08d87c4119008c2b7b9689971f00e5edf8 (patch) | |
tree | ab359dcb63b8941cc922decf97172c31785d5c75 /changes | |
parent | 252149e8b4697c570097acd514c433b8215f24dd (diff) | |
parent | 353c71516e80f41dbb97da00ddfc528ec5ce3c40 (diff) | |
download | tor-7f074e08d87c4119008c2b7b9689971f00e5edf8.tar.gz tor-7f074e08d87c4119008c2b7b9689971f00e5edf8.zip |
Merge branch 'feature13696_squashed'
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. |