From a6b175d3db916b4460296273e5e7a36e9f0d31f4 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 2 Jan 2020 23:28:14 +0000 Subject: tls: add features.yaml Type: docs Signed-off-by: Florin Coras Signed-off-by: Paul Vinciguerra Change-Id: I847463fd38b9d569d2607b8a17f6d45a04b6fe09 --- src/vnet/tls/FEATURE.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/vnet/tls/FEATURE.yaml (limited to 'src/vnet/tls/FEATURE.yaml') diff --git a/src/vnet/tls/FEATURE.yaml b/src/vnet/tls/FEATURE.yaml new file mode 100644 index 00000000000..a27d78311ca --- /dev/null +++ b/src/vnet/tls/FEATURE.yaml @@ -0,0 +1,14 @@ +--- +name: Transport Layer Security (TLS) +maintainer: + - Florin Coras + - Ping Yu +features: + - Framework that supports pluggable TLS engines + - OpenSSL, Picotls and MbedTLS engines +description: "TLS protocol implementation that consists of a set of engines + that act as wrappers for existing TLS implementations, e.g., + OpenSSL, Picotls and MbedTLS, and a framework that integrates + the engines into VPP's host stack" +state: production +properties: [API, CLI, STATS, MULTITHREAD] -- cgit 1.2.3-korg