curve25519-donna32-bug 602 B

123456789101112
  1. o Major bugfixes:
  2. - Fix a bug in the bounds-checking in the 32-bit curve25519-donna
  3. implementation that caused incorrect results on 32-bit
  4. implementations when certain malformed inputs were used along with
  5. a small class of private ntor keys. This bug does not currently
  6. appear to allow an attacker to learn private keys or impersonate a
  7. Tor server, but it could provide a means to distinguish 32-bit Tor
  8. implementations from 64-bit Tor implementations. Fixes bug 12694;
  9. bugfix on 0.2.4.8-alpha. Bug found by Robert Ransom; fix from
  10. Adam Langley.