crypto-ipsecmb: Add FEATURE.yaml for all crypto engine plugins

Type: docs

Change-Id: Ia00e3167e954271c9eb7618792fd86df288d5c19
Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:
Neale Ranns
2020-01-02 23:25:05 +00:00
parent 9ce3b74750
commit 822d6899dd
3 changed files with 35 additions and 0 deletions

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]