]> git.ipfire.org Git - thirdparty/tor.git/commit
Always Use EVP_aes_*_ctr() with openssl 1.1
authorNick Mathewson <nickm@torproject.org>
Mon, 7 Nov 2016 02:01:25 +0000 (21:01 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 5 Dec 2016 12:54:22 +0000 (07:54 -0500)
commit2a365413ebc7ab0055bd4c2fc11697666fc90f7b
tree166bc1c4b30dcb6469f8b0e5567f8f61f327026c
parent1122137fa013c414d480048c266259bd72f48452
Always Use EVP_aes_*_ctr() with openssl 1.1

(OpenSSL 1.1 makes EVP_CIPHER_CTX opaque, _and_ adds acceleration
for counter mode on more architectures.  So it won't work if we try
the older approach, and it might help if we try the newer one.)

Fixes bug 20588.
changes/bug20588 [new file with mode: 0644]
src/common/aes.c