tls: add features.yaml
Type: docs Signed-off-by: Florin Coras <fcoras@cisco.com> Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com> Change-Id: I847463fd38b9d569d2607b8a17f6d45a04b6fe09
This commit is contained in:
committed by
Paul Vinciguerra
parent
93e053ebe5
commit
a6b175d3db
@@ -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
|
||||
|
||||
@@ -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]
|
||||
Reference in New Issue
Block a user