> When using the latest 1.0.1 snapshot I get the following errors when > running "openssl speed -engine aesni -evp aes-256-cbc".
There is no (and never was) AES-NI engine in 1.0.1. There was one in development HEAD branch, but it was removed yesterday. support for AES-NI is integrated directly at EVP layer and no additional arguments are required to use it. So that correct command line is "openssl speed -evp aes-256-cbc" > type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes > aes-256-cbc 411994.63k 439395.90k 448752.16k 449273.17k 450365.47k Number appear adequate, i.e. high enough, to conclude that it's actually using AES-NI. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
