> > > > 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 encryption ccm failed > > > > Fixes: 1a4998dc4d94 ("crypto/openssl: support AES-CCM") > > Cc: pablo.de.lara.gua...@intel.com > > Cc: sta...@dpdk.org > > > > Signed-off-by: Ciara Power <ciara.po...@intel.com> > Acked-by: Fan Zhang <roy.fan.zh...@intel.com>
Applied to dpdk-next-crypto Thanks.