crypto-ipsecmb: Add FEATURE.yaml for all crypto engine plugins 63/24163/1
authorNeale Ranns <nranns@cisco.com>
Thu, 2 Jan 2020 23:25:05 +0000 (23:25 +0000)
committerNeale Ranns <nranns@cisco.com>
Thu, 2 Jan 2020 23:25:05 +0000 (23:25 +0000)
Type: docs

Change-Id: Ia00e3167e954271c9eb7618792fd86df288d5c19
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/plugins/crypto_ia32/FEATURE.yaml [new file with mode: 0644]
src/plugins/crypto_ipsecmb/FEATURE.yaml [new file with mode: 0644]
src/plugins/crypto_openssl/FEATURE.yaml [new file with mode: 0644]

diff --git a/src/plugins/crypto_ia32/FEATURE.yaml b/src/plugins/crypto_ia32/FEATURE.yaml
new file mode 100644 (file)
index 0000000..29f81f4
--- /dev/null
@@ -0,0 +1,10 @@
+---
+name: IPSec crypto engine provided by native implementation
+maintainer: Damjan Marion <damarion@cisco.com>
+features:
+  - CBC(128, 192, 256)
+  - GCM(128, 192, 256)
+
+description: "native crypto-engine"
+state: production
+properties: [API, CLI, MULTITHREAD]
diff --git a/src/plugins/crypto_ipsecmb/FEATURE.yaml b/src/plugins/crypto_ipsecmb/FEATURE.yaml
new file mode 100644 (file)
index 0000000..ec33a1b
--- /dev/null
@@ -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]
diff --git a/src/plugins/crypto_openssl/FEATURE.yaml b/src/plugins/crypto_openssl/FEATURE.yaml
new file mode 100644 (file)
index 0000000..41f9399
--- /dev/null
@@ -0,0 +1,14 @@
+---
+name: IPSec crypto engine provided by Openssl library
+maintainer: Damjan Marion <damarion@cisco.com>
+features:
+  - SHA(1, 224, 256, 384, 512)
+  - CBC(128, 192, 256)
+  - GCM(128, 192, 256)
+  - CTR(128, 192, 256)
+  - DES, 3DES
+  - MD5
+
+description: "openssl crypto-engine"
+state: production
+properties: [API, CLI, MULTITHREAD]