From: jspewock@iol.unh.edu
To: ci@dpdk.org
Cc: Jeremy Spewock <jspewock@iol.unh.edu>
Subject: [PATCH v4 1/2] tools: expanded coverage of acvp_tool default config file
Date: Tue, 14 Mar 2023 16:18:17 -0400 [thread overview]
Message-ID: <20230314201818.19560-3-jspewock@iol.unh.edu> (raw)
In-Reply-To: <20230314201818.19560-2-jspewock@iol.unh.edu>
From: Jeremy Spewock <jspewock@iol.unh.edu>
this expands the default config file for the ACVP tools to allow for
coverage of more algorithms.
Signed-off-by: Jeremy Spewock <jspewock@iol.unh.edu>
---
tools/acvp/acvp_config.json | 47 ++++++++++++++++++++++++++++++-------
1 file changed, 38 insertions(+), 9 deletions(-)
diff --git a/tools/acvp/acvp_config.json b/tools/acvp/acvp_config.json
index 9339885..55c20bf 100644
--- a/tools/acvp/acvp_config.json
+++ b/tools/acvp/acvp_config.json
@@ -2,22 +2,51 @@
"url": "https://demo.acvts.nist.gov",
"algorithms": [
{
- "algorithm": "ACVP-AES-GCM",
+ "algorithm": "ACVP-TDES-CBC",
"revision": "1.0",
+ "keyingOption": [
+ 1
+ ],
+ "messageLength": [{"min": 0, "max": 65535, "increment": 1}],
+ "capabilities": [
+ {
+ "direction": ["gen", "ver"],
+ "keyLen": [128],
+ "msgLen": [
+ {
+ "max": 65536,
+ "min": 0,
+ "increment": 256
+ }
+ ],
+ "macLen": [
+ {
+ "min": 64,
+ "max": 128,
+ "increment": 8
+ }
+ ]
+ }
+ ],
"direction": ["encrypt"],
"keyLen": [128, 192, 256],
+ "macLen": [
+ {
+ "min": 80,
+ "max": 160,
+ "increment": 8
+ }
+ ],
"tagLen": [128],
"aadLen": [0],
- "ivGenMode": "8.2.2",
"ivGen": "internal",
+ "ivGenMode": "8.2.2",
"ivLen": [96],
"payloadLen": [
- {
- "max": 65536,
- "min": 0,
- "increment": 256
- }
- ]
+ 128
+ ],
+ "overflowCounter": true,
+ "incrementalCounter": true
}
]
-}
\ No newline at end of file
+}
--
2.39.2
next prev parent reply other threads:[~2023-03-14 20:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-14 20:18 [PATCH v4 0/2] tools: add acvp_tool jspewock
2023-03-14 20:18 ` jspewock [this message]
2023-03-14 20:18 ` [PATCH v4 2/2] doc: updated out-of-date acvp_tool readme jspewock
2023-03-15 8:50 ` [PATCH v4 0/2] tools: add acvp_tool Ali Alnubani
2023-03-15 8:52 ` Ali Alnubani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230314201818.19560-3-jspewock@iol.unh.edu \
--to=jspewock@iol.unh.edu \
--cc=ci@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).