Re: [dpdk-dev] [PATCH] crypto/openssl: fix CCM processing 0 length source

2021-09-06 Thread Akhil Goyal
> > > > When given a source length 0 for CCM, the encryption and decryption > > functions did not call the EVP_ENCRYPTUPDATE/EVP_DECRYPTUPDATE > > functions > > with a src and dst, causing some FIPS validation failures for testcases > > with PLen=0: > > > > process_openssl_auth_encryption_ccm() lin

Re: [dpdk-dev] [PATCH] crypto/openssl: fix CCM processing 0 length source

2021-08-24 Thread Zhang, Roy Fan
> -Original Message- > From: Power, Ciara > Sent: Monday, August 23, 2021 1:47 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Roy Fan ; Power, > Ciara ; De Lara Guarch, Pablo > ; Doherty, Declan > > Subject: [PATCH] crypto/openssl: fix CCM processing 0 length source > > When given a

[dpdk-dev] [PATCH] crypto/openssl: fix CCM processing 0 length source

2021-08-23 Thread Ciara Power
When given a source length 0 for CCM, the encryption and decryption functions did not call the EVP_ENCRYPTUPDATE/EVP_DECRYPTUPDATE functions with a src and dst, causing some FIPS validation failures for testcases with PLen=0: process_openssl_auth_encryption_ccm() line 1131: Process openssl auth en