diff options
author | Florin Coras <fcoras@cisco.com> | 2020-01-02 23:28:14 +0000 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-01-03 05:15:31 +0000 |
commit | a6b175d3db916b4460296273e5e7a36e9f0d31f4 (patch) | |
tree | 5946b01da54e6178cd72ada6b6508cd40fa7a01b /src | |
parent | 93e053ebe54403ce0a368dbdbce89a285d49fcd7 (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/tls/FEATURE.yaml | 14 |
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] |