bug18258 537 B

123456789101112
  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. Patch from
  5. Malek.
  6. o New requirements:
  7. - Tor no longer supports versions of OpenSSL with a broken
  8. implementation of counter mode. (This bug was present in OpenSSL
  9. 1.0.0, and was fixed in OpenSSL 1.0.0a.) Tor still detects, but
  10. no longer runs with, these versions.