aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tls/FEATURE.yaml
diff options
context:
space:
mode:
authorJohn DeNisco <jdenisco@cisco.com>2020-01-10 10:07:26 -0500
committerOle Trøan <otroan@employees.org>2020-01-10 17:20:21 +0000
commit7c9fe920ce30efaef5a848ba346d0c7b53a77dd4 (patch)
treef0aa216bf2a2e33fe14d7f41fdc63011c4f27665 /src/vnet/tls/FEATURE.yaml
parent854eb6e3ff87ace211a45a8053424d8432bd5755 (diff)
docs: Edit FEATURE.yaml files so they can be published
Type: docs Signed-off-by: John DeNisco <jdenisco@cisco.com> Change-Id: I7280e5c5ad10a66c0787a5282291a2ef000bff5f
Diffstat (limited to 'src/vnet/tls/FEATURE.yaml')
-rw-r--r--src/vnet/tls/FEATURE.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/vnet/tls/FEATURE.yaml b/src/vnet/tls/FEATURE.yaml
index a27d78311ca..46eec31bf70 100644
--- a/src/vnet/tls/FEATURE.yaml
+++ b/src/vnet/tls/FEATURE.yaml
@@ -1,14 +1,14 @@
---
-name: Transport Layer Security (TLS)
+name: Transport Layer Security
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"
+description: "Transport Layer Security (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]