diff options
Diffstat (limited to 'src/plugins/crypto_ipsecmb/FEATURE.yaml')
-rw-r--r-- | src/plugins/crypto_ipsecmb/FEATURE.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/crypto_ipsecmb/FEATURE.yaml b/src/plugins/crypto_ipsecmb/FEATURE.yaml new file mode 100644 index 00000000000..ec33a1bcf9e --- /dev/null +++ b/src/plugins/crypto_ipsecmb/FEATURE.yaml @@ -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] |