diff options
Diffstat (limited to 'changes/ticket26846')
-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. |