Commit Graph

5 Commits

Author SHA1 Message Date
Damjan Marion
fe45f8f5af api: replace print functions wth format
Type: improvement
Change-Id: I7f7050c19453a69a7fb6c5e62f8f57db847d9144
Signed-off-by: Damjan Marion <damarion@cisco.com>
2022-09-26 08:14:29 +00:00
Yu Ping
f4a92f6a1c tls: refactor for tls async event handling
Type: refactor

Make sure one tls ctx has one event availble
Thus ctx has the same life time with event, which can simplify the
management.

Change-Id: I1f4240e7316025d81bb97644946ffa399c00cd76
Signed-off-by: Yu Ping <ping.yu@intel.com>
2020-02-03 16:34:01 +00:00
Ole Troan
1e582206a3 tls: remove api boilerplate
Type: refactor
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I92c010e64aa6cc6fb2b3845b37cc24dd112fc5f9
2019-09-30 15:32:03 +00:00
Ping Yu
dd0cc9ec3d tls: some rework based on TLS openssl C API
Type: fix

Change-Id: I5d0ac1fe6a6770ab8b3a9c366d10387718391199
Signed-off-by: Ping Yu <ping.yu@intel.com>
2019-09-02 18:24:41 +00:00
Ping Yu
be4d1aa2c5 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>
2019-08-20 13:36:17 +00:00