numam-dpdk/drivers/crypto/openssl
Arek Kusztal 990b180290 crypto/openssl: fix 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: 3e9d6bd447 ("crypto/openssl: add RSA and mod asym operations")
Cc: stable@dpdk.org

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Shally Verma <shallyv@marvell.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2019-03-06 17:30:43 +01:00
..
compat.h crypto/openssl: replace macros by static inline functions 2018-08-30 05:10:50 +02:00
Makefile cryptodev: add sym session header size function 2019-01-10 16:57:22 +01:00
meson.build build: improve dependency handling 2019-02-27 12:13:54 +01:00
rte_openssl_pmd_ops.c cryptodev: change queue pair configure structure 2019-01-10 16:57:22 +01:00
rte_openssl_pmd_private.h cryptodev: change queue pair configure structure 2019-01-10 16:57:22 +01:00
rte_openssl_pmd.c crypto/openssl: fix big numbers after computations 2019-03-06 17:30:43 +01:00
rte_pmd_openssl_version.map crypto/openssl: rename libcrypto to openssl 2016-10-26 14:58:37 +02:00