docs: Edit FEATURE.yaml files so they can be published
[vpp.git] / src / vnet / tls / FEATURE.yaml
1 ---
2 name: Transport Layer Security
3 maintainer:
4   - Florin Coras <fcoras@cisco.com>
5   - Ping Yu <ping.yu@intel.com>
6 features:
7   - Framework that supports pluggable TLS engines
8   - OpenSSL, Picotls and MbedTLS engines
9 description: "Transport Layer Security (TLS) protocol implementation that
10               consists of a set of engines that act as wrappers for existing
11               TLS implementations, e.g., OpenSSL, Picotls and MbedTLS, and
12               a framework that integrates the engines into VPP's host stack"
13 state: production
14 properties: [API, CLI, STATS, MULTITHREAD]