aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/crypto_openssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/crypto_openssl')
-rw-r--r--src/plugins/crypto_openssl/FEATURE.yaml14
1 files changed, 14 insertions, 0 deletions
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]