On 2/12/2019 4:31 PM, Shally Verma wrote: > >> -----Original Message----- >> From: dev <[email protected]> On Behalf Of Arek Kusztal >> Sent: 07 February 2019 16:25 >> To: [email protected] >> Cc: [email protected]; [email protected]; >> [email protected]; [email protected]; >> [email protected]; Arek Kusztal <[email protected]> >> 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 <[email protected]> >> --- > Acked-by: Shally Verma <[email protected]> > > Acked-by: Akhil Goyal <[email protected]>
title changed to "crypto/openssl: fix big numbers after computations" Applied to dpdk-next-crypto Thanks

