On 2/12/2019 4:31 PM, Shally Verma wrote: > >> -----Original Message----- >> From: dev <dev-boun...@dpdk.org> On Behalf Of Arek Kusztal >> Sent: 07 February 2019 16:25 >> To: dev@dpdk.org >> Cc: akhil.go...@nxp.com; fiona.tr...@intel.com; >> shally.ve...@caviumnetworks.com; sunila.s...@caviumnetworks.com; >> ashish.gu...@caviumnetworks.com; Arek Kusztal <arkadiuszx.kusz...@intel.com> >> Subject: [dpdk-dev] [PATCH] openssl: fix not clearing big numbers after >> computations >> >> After performing mod exp and mod inv big numbers (BIGNUM) should >> be cleared as data already is copied into op fields and this BNs would >> very likely contain private information for unspecified amount of time >> (duration of the session). >> >> Fixes: 3e9d6bd447fb ("crypto/openssl: add RSA and mod asym operations") >> >> Signed-off-by: Arek Kusztal <arkadiuszx.kusz...@intel.com> >> --- > Acked-by: Shally Verma <shal...@marvell.com> > > Acked-by: Akhil Goyal <akhil.go...@nxp.com>
title changed to "crypto/openssl: fix big numbers after computations" Applied to dpdk-next-crypto Thanks