a27d78311ca0b993a9ea3eb7de3f0751b436c92f
[vpp.git] / src / vnet / tls / FEATURE.yaml
1 ---
2 name: Transport Layer Security (TLS)
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: "TLS protocol implementation that consists of a set of engines
10               that act as wrappers for existing TLS implementations, e.g.,
11               OpenSSL, Picotls and MbedTLS, and a framework that integrates
12               the engines into VPP's host stack"
13 state: production
14 properties: [API, CLI, STATS, MULTITHREAD]