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:
10
src/plugins/crypto_ia32/FEATURE.yaml
Normal file
10
src/plugins/crypto_ia32/FEATURE.yaml
Normal 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]
|
11
src/plugins/crypto_ipsecmb/FEATURE.yaml
Normal file
11
src/plugins/crypto_ipsecmb/FEATURE.yaml
Normal 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]
|
14
src/plugins/crypto_openssl/FEATURE.yaml
Normal file
14
src/plugins/crypto_openssl/FEATURE.yaml
Normal 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]
|
Reference in New Issue
Block a user