tls: add features.yaml 62/24162/5
authorFlorin Coras <fcoras@cisco.com>
Thu, 2 Jan 2020 23:28:14 +0000 (23:28 +0000)
committerPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 3 Jan 2020 05:15:31 +0000 (05:15 +0000)
Type: docs

Signed-off-by: Florin Coras <fcoras@cisco.com>
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Change-Id: I847463fd38b9d569d2607b8a17f6d45a04b6fe09

MAINTAINERS
src/vnet/tls/FEATURE.yaml [new file with mode: 0644]

index d86aaae..ab65297 100644 (file)
@@ -294,6 +294,7 @@ M:  Ping Yu <ping.yu@intel.com>
 F:     src/vnet/tls
 F:     src/plugins/tlsopenssl
 F:     src/plugins/tlsmbedtls
+F:     src/plugins/tlspicotls
 
 VNET SYSLOG
 I:     syslog
diff --git a/src/vnet/tls/FEATURE.yaml b/src/vnet/tls/FEATURE.yaml
new file mode 100644 (file)
index 0000000..a27d783
--- /dev/null
@@ -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]