RE: [EXT] [dpdk-dev v2] crypto/openssl: fix HMAC output length

2022-09-22 Thread Akhil Goyal
> This patch sets the max length of dst in OpenSSL 3.0 lib EVP MAC final > routine to ensure enough space for the result. > > Fixes: 75adf1eae44f ("crypto/openssl: update HMAC routine with 3.0 EVP API") Cc: sta...@dpdk.org > > Signed-off-by: Kai Ji > Acked-by: Fan Zhang Applied to dpdk-next-cr

[dpdk-dev v2] crypto/openssl: fix HMAC output length

2022-08-31 Thread Kai Ji
This patch sets the max length of dst in OpenSSL 3.0 lib EVP MAC final routine to ensure enough space for the result. Fixes: 75adf1eae44f ("crypto/openssl: update HMAC routine with 3.0 EVP API") Signed-off-by: Kai Ji Acked-by: Fan Zhang --- drivers/crypto/openssl/rte_openssl_pmd.c | 2 +- 1 fi