diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-03-13 15:15:03 +0200 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-03-22 09:22:54 +1000 |
commit | 846d379b50b4f4790a9fe2ec88746748e0fab2b7 (patch) | |
tree | 2fd14656fd28dd1003786cd7d4e90038b3402d7e /changes/bug28636 | |
parent | bc64fb4e33ff98ca7271ee369fef24b3cf693574 (diff) | |
download | tor-846d379b50b4f4790a9fe2ec88746748e0fab2b7.tar.gz tor-846d379b50b4f4790a9fe2ec88746748e0fab2b7.zip |
circpad/prob_distr: Use crypto_fast_rng() instead of the old RNG.
Diffstat (limited to 'changes/bug28636')
-rw-r--r-- | changes/bug28636 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug28636 b/changes/bug28636 new file mode 100644 index 0000000000..240655cbea --- /dev/null +++ b/changes/bug28636 @@ -0,0 +1,8 @@ + o Minor bugfixes (circuit padding): + - The circuit padding subsystem does not schedule padding if dormant mode + is enabled. Fixes bug 28636; bugfix on 0.4.0.1-alpha. + + o Minor feature (circuit padding): + - We now use a fast RNG when scheduling circuit padding. Part of ticket + 28636. + |