aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/crypto_ipsecmb/FEATURE.yaml
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2020-01-02 23:25:05 +0000
committerNeale Ranns <nranns@cisco.com>2020-01-02 23:25:05 +0000
commit822d6899dd2afc21dde65e33759c63d94251b271 (patch)
treeaba337d6fd98fa87b543dffdfc7d45db71ead57c /src/plugins/crypto_ipsecmb/FEATURE.yaml
parent9ce3b747503dd614eaccea0e6497413db6a2c9da (diff)
crypto-ipsecmb: Add FEATURE.yaml for all crypto engine plugins
Type: docs Change-Id: Ia00e3167e954271c9eb7618792fd86df288d5c19 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/crypto_ipsecmb/FEATURE.yaml')
-rw-r--r--src/plugins/crypto_ipsecmb/FEATURE.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/crypto_ipsecmb/FEATURE.yaml b/src/plugins/crypto_ipsecmb/FEATURE.yaml
new file mode 100644
index 00000000000..ec33a1bcf9e
--- /dev/null
+++ b/src/plugins/crypto_ipsecmb/FEATURE.yaml
@@ -0,0 +1,11 @@
+---
+name: IPSec crypto engine provided by Intel IPSecMB library
+maintainer: Neale Ranns <nranns@cisco.com>
+features:
+ - SHA(1, 224, 256, 384, 512)
+ - CBC(128, 192, 256)
+ - GCM(128, 192, 256)
+
+description: "IPSecMB crypto-engine"
+state: production
+properties: [API, CLI, MULTITHREAD]