aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tls/tls_inlines.h
AgeCommit message (Collapse)AuthorFilesLines
2024-09-26tls: cleanup engine hs cb and improve ctx formattingFlorin Coras1-6/+0
Handshake completion is now tracked via a ctx flag so we no longer need ctx_handshake_is_over. Also, as we no longer prealloc application sessions, improve ctx state formatting. Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: If48588ecde13e56fb99d1a46238bda53ed4eae1b
2024-07-09tls: refactor vft functionsn to allow for reuseFlorin Coras1-0/+129
Type: refactor Change-Id: I3d7ff64e2e54b113f8d4b26f2dbf5b9c67b80976 Signed-off-by: Florin Coras <fcoras@cisco.com>