openssl/providers
Fangming.Fang bec9289143 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)
2021-04-07 23:27:03 +10:00
..
common Deprecate the EVP_PKEY controls for CMS and PKCS#7 2021-04-06 09:10:11 +02:00
fips APPS: Replace the use of OBJ_nid2ln() with name or description calls 2021-04-02 08:57:47 +02:00
implementations Fix AES-CBC perf test failure issue 2021-04-07 23:27:03 +10:00
baseprov.c Fix misc external ossl_ symbols. 2021-03-18 17:52:37 +10:00
build.info Make fipsinstall -out flag optional 2021-03-24 17:46:40 +01:00
decoders.inc Update copyright year 2021-02-18 15:05:17 +00:00
defltprov.c APPS: Replace the use of OBJ_nid2ln() with name or description calls 2021-04-02 08:57:47 +02:00
encoders.inc PROV: Implement an EC key -> blob encoder, to get the public key 2021-02-27 16:14:09 +01:00
legacyprov.c
nullprov.c
prov_running.c
stores.inc