numam-dpdk/drivers/crypto/openssl
Piotr Azarewicz 6b283a0321 crypto/openssl: fix extra bytes written at end of data
Extra bytes are being written at end of data while process standard
openssl cipher encryption. This behaviour is unexpected.

This patch disable the padding feature in openssl library, which is
causing the problem.

Fixes: d61f70b4c9 ("crypto/libcrypto: add driver for OpenSSL library")

Signed-off-by: Piotr Azarewicz <piotrx.t.azarewicz@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2017-01-18 21:45:15 +01:00
..
Makefile crypto/openssl: rename libcrypto to openssl 2016-10-26 14:58:37 +02:00
rte_openssl_pmd_ops.c crypto/openssl: rename libcrypto to openssl 2016-10-26 14:58:37 +02:00
rte_openssl_pmd_private.h crypto/openssl: rename libcrypto to openssl 2016-10-26 14:58:37 +02:00
rte_openssl_pmd.c crypto/openssl: fix extra bytes written at end of data 2017-01-18 21:45:15 +01:00
rte_pmd_openssl_version.map crypto/openssl: rename libcrypto to openssl 2016-10-26 14:58:37 +02:00