diff options
author | Jerome Tollet <jtollet@cisco.com> | 2024-10-17 08:07:56 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2024-10-17 13:14:15 +0000 |
commit | e6d2b04e860db83a24b0add8c48672dab1a8b927 (patch) | |
tree | 81678c58d70a605f7ad4b866531a6da3f3b43c6b | |
parent | 6937c0b2dfa472e9e3e72446cad6468e85a161bc (diff) |
crypto-native: adding missing ciphers
Type: docs
Change-Id: I23a15e1ecd4c41f6567299aa07bb5458d468acf8
Signed-off-by: Jerome Tollet <jtollet@cisco.com>
-rw-r--r-- | src/plugins/crypto_native/FEATURE.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/crypto_native/FEATURE.yaml b/src/plugins/crypto_native/FEATURE.yaml index 06f26d4a8cf..d54816d673f 100644 --- a/src/plugins/crypto_native/FEATURE.yaml +++ b/src/plugins/crypto_native/FEATURE.yaml @@ -4,6 +4,9 @@ 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 |