aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tls/FEATURE.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/tls/FEATURE.yaml')
-rw-r--r--src/vnet/tls/FEATURE.yaml14
1 files changed, 14 insertions, 0 deletions
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 <fcoras@cisco.com>
+ - Ping Yu <ping.yu@intel.com>
+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]