diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/openssl101_aes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/openssl101_aes b/changes/openssl101_aes new file mode 100644 index 000000000..565a48d41 --- /dev/null +++ b/changes/openssl101_aes @@ -0,0 +1,6 @@ + o Major features (performance): + - When built to use the newly OpenSSL 1.0.1, and built for an x86 or + x86_64 instruction set, take advantage of OpenSSL's AESNI, bitsliced, + or vectorized AES implementations as appropriate. These can be + much, much faster than other AES implementations. + |