aes_hackery 485 B

12345678910
  1. o Major features (AES performance):
  2. - When using OpenSSL 1.0.0 or later, use OpenSSL's counter mode
  3. implementation; it makes AES_CTR about 7% faster than our old one
  4. (which was about 10% faster than the one OpenSSL used to provide).
  5. Resolves issue #4526.
  6. o Major bugfixes (AES performance):
  7. - Only use the EVP interface when AES acceleration is enabled,
  8. to avoid a 5-7% performance regression. Resolves issue #4525,
  9. bugfix on 0.2.3.8-alpha.