aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tlsopenssl/tls_async.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2024-01-31tls: convert ctx fields to connection flagsFlorin Coras1-1/+1
2021-04-14tls: fix coverity warningFlorin Coras1-1/+1
2021-03-26vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendlyDamjan Marion1-9/+8
2020-12-03tls: fix passed argument in openssl pluginVladimir Medvedkin1-2/+2
2020-02-20tls: need to use thread id to fetch the eventYu Ping1-2/+1
2020-02-19tls: handle disconect and reset in async modeYu Ping1-6/+16
2020-02-03tls: refactor for tls async event handlingYu Ping1-116/+104
2020-01-15tls: enable async node on demandYu Ping1-3/+1
2019-08-20tls: Add C API for TLS openssl to set enginePing Yu1-5/+5
2019-02-04session: cleanup part 1Florin Coras1-1/+1
2019-01-07Change vpp code to align with openssl interface changePing Yu1-24/+10
2018-11-08tlsopenssl: remove unused #includeKlement Sekera1-1/+0
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-09-13Add a polling configure to make thread bind with hardware enginePing Yu1-4/+9
2018-08-14reduce polling and resume overhead by checking if inflight request existsPing Yu1-3/+6
2018-07-19Add a new communication channel between VPP and openssl enginePing Yu1-15/+34
2018-06-15TLS async supportPing Yu1-0/+523