Use OpenSSL 1.0.1's EVP aes_ctr implementation when available
commit55c3e29669214e7a51b16c7273caf30b29079157
authorNick Mathewson <nickm@torproject.org>
Tue, 20 Mar 2012 17:51:11 +0000 (20 13:51 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 28 Mar 2012 02:38:06 +0000 (27 22:38 -0400)
tree5774574b5a3911257a4fba324fbd0eafcf1433b9
parentde0dca0de76d9d50aeb5955fe3f435c6c190f8d7
Use OpenSSL 1.0.1's EVP aes_ctr implementation when available

This should be really fast on Intel chips.
changes/openssl101_aes [new file with mode: 0644]
src/common/aes.c