diff options
author | Neale Ranns <nranns@cisco.com> | 2020-01-02 23:25:05 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-01-02 23:25:05 +0000 |
commit | 822d6899dd2afc21dde65e33759c63d94251b271 (patch) | |
tree | aba337d6fd98fa87b543dffdfc7d45db71ead57c /src/plugins/crypto_ia32 | |
parent | 9ce3b747503dd614eaccea0e6497413db6a2c9da (diff) |
crypto-ipsecmb: Add FEATURE.yaml for all crypto engine plugins
Type: docs
Change-Id: Ia00e3167e954271c9eb7618792fd86df288d5c19
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/crypto_ia32')
-rw-r--r-- | src/plugins/crypto_ia32/FEATURE.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugins/crypto_ia32/FEATURE.yaml b/src/plugins/crypto_ia32/FEATURE.yaml new file mode 100644 index 00000000000..29f81f4dcaa --- /dev/null +++ b/src/plugins/crypto_ia32/FEATURE.yaml @@ -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] |