]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix AES-CBC perf test failure issue
authorFangming.Fang <fangming.fang@arm.com>
Fri, 2 Apr 2021 11:17:05 +0000 (11:17 +0000)
committerPauli <pauli@openssl.org>
Wed, 7 Apr 2021 13:27:03 +0000 (23:27 +1000)
commitbec9289143c955b330a8f9ad32f26f3da76e2685
treee2f80f45224e04576f7d637ff25b54076e264dc1
parent30573117bbfef0991b522fd0f7c3d4abc5e296cd
Fix AES-CBC perf test failure issue

As ossl_cipher_generic dosen't support to set key length, and
"openssl speed aes-(128|192|256)-cbc" tests fail. A small fix by
adding OSSL_CIPHER_PARAM_KEYLEN params.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14777)
providers/implementations/ciphers/ciphercommon.c