tls: Add C API for TLS openssl to set engine 71/21371/7
authorPing Yu <ping.yu@intel.com>
Mon, 19 Aug 2019 11:01:17 +0000 (07:01 -0400)
committerPing Yu <ping.yu@intel.com>
Tue, 20 Aug 2019 13:36:17 +0000 (13:36 +0000)
commitbe4d1aa2c58efa8287bca8795bc4a83cb448993a
treec726b2c3ce5ee0e98f88aa8db1d16ce1d6b9ee32
parente71748291171e53158e2d36d8f413fed1a137013
tls: Add C API for TLS openssl to set engine

Type: feature

Parameters of the engine can be set by C API.
After this patch, it is easier to integrate TLS into CSIT test.

Change-Id: I063cabf613aabbfad831727551579328705afb41
Signed-off-by: Ping Yu <ping.yu@intel.com>
src/plugins/tlsopenssl/CMakeLists.txt
src/plugins/tlsopenssl/tls_async.c
src/plugins/tlsopenssl/tls_openssl.api [new file with mode: 0644]
src/plugins/tlsopenssl/tls_openssl.c
src/plugins/tlsopenssl/tls_openssl.h
src/plugins/tlsopenssl/tls_openssl_all_api_h.h [new file with mode: 0644]
src/plugins/tlsopenssl/tls_openssl_api.c [new file with mode: 0644]
src/plugins/tlsopenssl/tls_openssl_msg_enum.h [new file with mode: 0644]
src/plugins/tlsopenssl/tls_openssl_test.c [new file with mode: 0644]