diff options
Diffstat (limited to 'src/crypto_engines/native/FEATURE.yaml')
-rw-r--r-- | src/crypto_engines/native/FEATURE.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/crypto_engines/native/FEATURE.yaml b/src/crypto_engines/native/FEATURE.yaml new file mode 100644 index 00000000000..d54816d673f --- /dev/null +++ b/src/crypto_engines/native/FEATURE.yaml @@ -0,0 +1,13 @@ +--- +name: IPSec crypto engine provided by native implementation +maintainer: Damjan Marion <damarion@cisco.com> +features: + - CBC(128, 192, 256) + - GCM(128, 192, 256) + - CTR(128, 192, 256) + - SHA(224, 256) + - HMAC-SHA(224, 256) + +description: "An implementation of a native crypto-engine" +state: production +properties: [API, CLI, MULTITHREAD] |