Comment 4 for bug 1001424

Revision history for this message
f00fbug (topolm5678) wrote :

Ok, checked on laptop and thank you:

openssl speed aes-256-cbc:
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-256 cbc 65946.23k 69650.84k 70175.06k 70328.66k 70747.10k

openssl speed -evp aes-256-cbc:
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-256-cbc 395007.24k 412543.55k 416381.01k 417706.33k 417756.50k

So it was there and I have missed the support of AES-NI in EVP. Bug can be changed to resolved.