Update to latest curve25519-donna32

This commit is contained in:
Nick Mathewson
2014-07-15 15:42:20 +02:00
parent f5ce580bab
commit 8cc0860592
2 changed files with 223 additions and 77 deletions
+10
View File
@@ -0,0 +1,10 @@
o Major bugfixes:
- Fix a bug in the bounds-checking in the 32-bit curve25519-donna
implementation that caused incorrect results on 32-bit
implementations when certain malformed inputs were used along with
a small class of private ntor keys. This bug does not currently
appear to allow an attacker to learn private keys or impersonate a
Tor server, but it could provide a means to distinguish 32-bit Tor
implementations from 64-bit Tor implementations.