diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-07 14:09:17 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-07 14:09:17 -0500 |
commit | 0175209e6b3bf990633838e35b9c70d4099124ae (patch) | |
tree | 4db90ea35eede519e119ee57a065cdc9deee5929 /changes | |
parent | b4a68d174793dddf2969e08dc4facd758a4f2680 (diff) | |
parent | 266419d244c1a4795407479693b016c5a8b5da96 (diff) | |
download | tor-0175209e6b3bf990633838e35b9c70d4099124ae.tar.gz tor-0175209e6b3bf990633838e35b9c70d4099124ae.zip |
Merge branch 'bug8121_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8121 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug8121 b/changes/bug8121 new file mode 100644 index 0000000000..60cba72848 --- /dev/null +++ b/changes/bug8121 @@ -0,0 +1,7 @@ + o Minor features: + - Clear the high bit on curve25519 public keys before passing them to + our backend, in case we ever wind up using a backend that doesn't do + so itself. If we used such a backend, and *didn't* clear the high bit, + we could wind up in a situation where users with such backends would + be distinguishable from users without. Fix for bug 8121; bugfix on + 0.2.4.8-alpha. |