Merge branch 'tor-github/pr/718'

This commit is contained in:
David Goulet
2019-03-01 09:36:23 -05:00
7 changed files with 22 additions and 30 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor features (defense in depth):
- Tor now uses a fast cryptographically strong PRNG even for decisions
that we do not believe are security-sensitive. Previously, for
performance reasons, we had used a trivially predictable linear
congruential generator algorithm for certain load-balancing and
statistical sampling decisions. Now we use our fast RNG in those cases.
Closes ticket 29542.