blob: 46eec31bf70aae814751fbc7fe24fdfad4458145 [file] [log] [blame]
Florin Corasa6b175d2020-01-02 23:28:14 +00001---
John DeNisco7c9fe922020-01-10 10:07:26 -05002name: Transport Layer Security
Florin Corasa6b175d2020-01-02 23:28:14 +00003maintainer:
4 - Florin Coras <fcoras@cisco.com>
5 - Ping Yu <ping.yu@intel.com>
6features:
7 - Framework that supports pluggable TLS engines
8 - OpenSSL, Picotls and MbedTLS engines
John DeNisco7c9fe922020-01-10 10:07:26 -05009description: "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"
Florin Corasa6b175d2020-01-02 23:28:14 +000013state: production
14properties: [API, CLI, STATS, MULTITHREAD]