diff options
author | Yu Ping <ping.yu@intel.com> | 2020-02-19 03:16:50 +0800 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-02-18 15:07:50 +0000 |
commit | 04f7830f9ac692795028b23a7a5a9ff4651d6323 (patch) | |
tree | 73a04598507d878bc9139b2f268e5d87defeb088 /src/plugins | |
parent | e5ecf3ea4b456afb710f4ed903cd7e4c1ae87859 (diff) |
tls: Add Feature yaml
Type: docs
Change-Id: Id1972fd1d0769f26ee73db326c22c6a57eb6ceab
Signed-off-by: Yu Ping <ping.yu@intel.com>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/tlsopenssl/FEATURE.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/tlsopenssl/FEATURE.yaml b/src/plugins/tlsopenssl/FEATURE.yaml new file mode 100644 index 00000000000..4a172e8f96f --- /dev/null +++ b/src/plugins/tlsopenssl/FEATURE.yaml @@ -0,0 +1,11 @@ +--- +name: TLS OpenSSL +maintainer: Florin Coras <fcoras@cisco.com>, Ping Yu <ping.yu@intel.com> +features: + - OpenSSL engine for TLS + - TLS Async framework + - Enable QAT for crypto offload +description: "TLS OpenSSL plugin for VPP host stack" +state: experimental +properties: [API, CLI, STATS, MULTITHREAD] + |