bug18258 513 B

1234567891011
  1. o Code simplification and refactoring:
  2. - Remove specialized code for non-inplace AES_CTR. 99% of our AES
  3. is inplace, so there's no need to have a separate implementation
  4. for the non-inplace code. Closes ticket 18258.
  5. o New requirements:
  6. - Tor no longer supports versions of OpenSSL with a broken
  7. implementation of counter mode. (This bug was present in OpenSSL
  8. 1.0.0, and was fixed in OpenSSL 1.0.0a.) Tor still detects, but
  9. no longer runs with, these versions.