diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-20 21:20:31 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-25 10:32:00 -0500 |
commit | 8143074b3f110a41cc83335b70eb19dfe2b749b0 (patch) | |
tree | 1e77da38d9883817489fe1cbe3609a631f9917a4 /changes | |
parent | 3e9c86a8f964e8c6f11c57663bd4dc8998827eb5 (diff) | |
download | tor-8143074b3f110a41cc83335b70eb19dfe2b749b0.tar tor-8143074b3f110a41cc83335b70eb19dfe2b749b0.tar.gz |
Use EVP for AES only when hardware accel is present
Fixes bug 4525, fix on 0.2.3.8-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/aes_hackery | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/aes_hackery b/changes/aes_hackery index 739c8a0d6..82aae238c 100644 --- a/changes/aes_hackery +++ b/changes/aes_hackery @@ -8,4 +8,7 @@ - Use OpenSSL's EVP interface for AES encryption, so that all AES operations can use hardware acceleration (if present). Resolves issue #4442. + - But only use the EVP interface when AES acceleration is enabled, + to avoid a performance regression. Resolves issue #4525. + |