Comment 3 for bug 1001424

Revision history for this message
Yann Rouillard (yann-pleiades) wrote :

From what I know, there is no more aes-ni engine in openssl 1.0.1 as it is directly implemented at the EVP layer.

See https://rt.openssl.org/Ticket/Display.html?user=guest&pass=guest&id=2619
and http://cvs.openssl.org/chngview?cn=21519

You should launch the command "openssl -evp aes-256-cbc" and check if the performance are good.

Yann