diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-05-27 14:20:51 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-05-27 14:20:51 +0300 |
commit | 130eb227acd8a8717dcc5258c4dd5b2adc79930b (patch) | |
tree | 87694980cc507a97530aa4f82f5d3cd95205b559 /changes | |
parent | 94914e2a4d7f778e2f63493c09984a3721919744 (diff) | |
parent | fcd51fd49f8c30ab8d5d1d099d43e510187150c6 (diff) | |
download | tor-130eb227acd8a8717dcc5258c4dd5b2adc79930b.tar.gz tor-130eb227acd8a8717dcc5258c4dd5b2adc79930b.zip |
Merge branch 'tor-github/pr/1043'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket26846 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket26846 b/changes/ticket26846 new file mode 100644 index 0000000000..a18e231798 --- /dev/null +++ b/changes/ticket26846 @@ -0,0 +1,6 @@ + o Minor features (authenticated SENDME): + - Ensure that there is enough randomness on every circuit + to prevent an attacker from successfully predicting what SENDME cells + they will need to send: at a random interval, if we have not send + randomness already, leave some extra space at the end of a cell that + we can fill with random bytes. Closes ticket 26846. |