Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6937c0b
)
crypto-native: adding missing ciphers
16/41716/3
author
Jerome Tollet
<
[email protected]
>
Thu, 17 Oct 2024 06:07:56 +0000
(08:07 +0200)
committer
Damjan 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
patch
|
blob
|
history
diff --git
a/src/plugins/crypto_native/FEATURE.yaml
b/src/plugins/crypto_native/FEATURE.yaml
index
06f26d4
..
d54816d
100644
(file)
--- a/
src/plugins/crypto_native/FEATURE.yaml
+++ b/
src/plugins/crypto_native/FEATURE.yaml
@@
-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