From 822d6899dd2afc21dde65e33759c63d94251b271 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 2 Jan 2020 23:25:05 +0000 Subject: crypto-ipsecmb: Add FEATURE.yaml for all crypto engine plugins Type: docs Change-Id: Ia00e3167e954271c9eb7618792fd86df288d5c19 Signed-off-by: Neale Ranns --- src/plugins/crypto_openssl/FEATURE.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/plugins/crypto_openssl/FEATURE.yaml (limited to 'src/plugins/crypto_openssl') 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 +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] -- cgit 1.2.3-korg