tls: dtls initial implementation 36/30036/54
authorFlorin Coras <fcoras@cisco.com>
Thu, 19 Nov 2020 21:38:26 +0000 (13:38 -0800)
committerDave Barach <openvpp@barachs.net>
Tue, 9 Feb 2021 21:33:19 +0000 (21:33 +0000)
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


No differences found