crypto-native: adding missing ciphers 16/41716/3
authorJerome Tollet <[email protected]>
Thu, 17 Oct 2024 06:07:56 +0000 (08:07 +0200)
committerDamjan Marion <[email protected]>
Thu, 17 Oct 2024 13:14:15 +0000 (13:14 +0000)
Type: docs

Change-Id: I23a15e1ecd4c41f6567299aa07bb5458d468acf8
Signed-off-by: Jerome Tollet <[email protected]>
src/plugins/crypto_native/FEATURE.yaml

index 06f26d4..d54816d 100644 (file)
@@ -4,6 +4,9 @@ maintainer: Damjan Marion <[email protected]>
 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