aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tlsopenssl/dtls_bio.c
AgeCommit message (Collapse)AuthorFilesLines
2021-05-22tls: prealloc chunks for dtls dgram enqFlorin Coras1-1/+1
Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: Ib25598f72f6539c07de1acee1e6049ecd28f35cc
2021-02-09tls: dtls initial implementationFlorin Coras1-0/+225
Type: feature Basic dtls transport protocol implementation that relies on openssl wire protocol implementation. Retries/timeouts not yet supported. To test using vcl test apps, first ensure all arp entries are properly resolved and subsequently: server: vcl_server -p dtls 1234 client: vcl_client -p dtls <server-ip> 1234 -U -N 2000000 -T 1460 -X Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I04b4516a8fe9ce85ba230bcdd891f33a900046ed