aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/crypto_ia32/FEATURE.yaml10
-rw-r--r--src/plugins/crypto_ipsecmb/FEATURE.yaml11
-rw-r--r--src/plugins/crypto_openssl/FEATURE.yaml14
3 files changed, 35 insertions, 0 deletions
diff --git a/src/plugins/crypto_ia32/FEATURE.yaml b/src/plugins/crypto_ia32/FEATURE.yaml
new file mode 100644
index 00000000000..29f81f4dcaa
--- /dev/null
+++ b/src/plugins/crypto_ia32/FEATURE.yaml
@@ -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
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]
diff --git a/src/plugins/crypto_openssl/FEATURE.yaml b/src/plugins/crypto_openssl/FEATURE.yaml
new file mode 100644
index 00000000000..41f939948cf
--- /dev/null
+++ b/src/plugins/crypto_openssl/FEATURE.yaml
@@ -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]