crypto-ipsecmb: Add FEATURE.yaml for all crypto engine plugins
[vpp.git] / src / plugins / crypto_openssl / FEATURE.yaml
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]