Re: [dpdk-dev] [PATCH] openssl: fix not clearing big numbers after computations

2019-03-06 Thread Akhil Goyal
rks.com; sunila.s...@caviumnetworks.com; >> ashish.gu...@caviumnetworks.com; Arek Kusztal >> 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

Re: [dpdk-dev] [PATCH] openssl: fix not clearing big numbers after computations

2019-02-12 Thread Shally Verma
ztal >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 unspe

Re: [dpdk-dev] [PATCH] openssl: fix not clearing big numbers after computations

2019-02-07 Thread Trahe, Fiona
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Thursday, February 7, 2019 10:55 AM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; > shally.ve...@caviumnetworks.com; > sunila.s...@caviumnetworks.com; ashish.gu...@caviumnetworks.com; Kusztal, > ArkadiuszX > > Sub

[dpdk-dev] [PATCH] openssl: fix not clearing big numbers after computations

2019-02-07 Thread Arek Kusztal
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 opera