aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tlsopenssl/tls_openssl.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-11tls: Fix SSL_CTX leak on every client sessionBrian Morris1-1/+1
2021-02-09tls: dtls initial implementationFlorin Coras1-0/+10
2020-12-18tls: add custom openssl bioFlorin Coras1-0/+3
2020-02-19tls: handle disconect and reset in async modeYu Ping1-0/+1
2020-02-03tls: refactor for tls async event handlingYu Ping1-12/+6
2019-08-20tls: Add C API for TLS openssl to set enginePing Yu1-0/+5
2019-02-04session: cleanup part 1Florin Coras1-2/+1
2019-01-07Change vpp code to align with openssl interface changePing Yu1-1/+2
2018-09-04add option to allow user to set ciphersPing Yu1-0/+1
2018-08-17optimize init_server to reduce session overheadPing Yu1-1/+9
2018-07-19Add a new communication channel between VPP and openssl enginePing Yu1-0/+2
2018-06-15TLS async supportPing Yu1-0/+68