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

Akhil Goyal gakhil at marvell.com
Mon Sep 6 21:56:37 CEST 2021


> >
> > 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.guarch at intel.com
> > Cc: stable at dpdk.org
> >
> > Signed-off-by: Ciara Power <ciara.power at intel.com>
 
> Acked-by: Fan Zhang <roy.fan.zhang at intel.com>

Applied to dpdk-next-crypto

Thanks.


More information about the stable mailing list