diff options
Diffstat (limited to 'changes/aes_hackery')
-rw-r--r-- | changes/aes_hackery | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/changes/aes_hackery b/changes/aes_hackery deleted file mode 100644 index 739c8a0d66..0000000000 --- a/changes/aes_hackery +++ /dev/null @@ -1,11 +0,0 @@ - o Code simplification and refactoring: - - Unconditionally use OpenSSL's AES implementation instead of our - old built-in one. OpenSSL's AES has been better for a while, and - relatively few servers should still be on any version of OpenSSL - that doesn't have good optimized assembly AES. - - o Major features: - - Use OpenSSL's EVP interface for AES encryption, so that all - AES operations can use hardware acceleration (if present). - Resolves issue #4442. - |