From: Brandon Lo <blo@iol.unh.edu> To: thomas@monjalon.net Cc: ci@dpdk.org, Brandon Lo <blo@iol.unh.edu> Subject: [PATCH v3 2/4] tools: add default config file for acvp_tool Date: Wed, 2 Feb 2022 10:04:43 -0500 Message-ID: <20220202150445.28995-3-blo@iol.unh.edu> (raw) In-Reply-To: <20220202150445.28995-1-blo@iol.unh.edu> This provides the user with a generic configuration to get started. It will use the demo server and a basic AES-GCM test. Signed-off-by: Brandon Lo <blo@iol.unh.edu> --- tools/acvp/acvp_config.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tools/acvp/acvp_config.json diff --git a/tools/acvp/acvp_config.json b/tools/acvp/acvp_config.json new file mode 100644 index 0000000..9339885 --- /dev/null +++ b/tools/acvp/acvp_config.json @@ -0,0 +1,23 @@ +{ + "url": "https://demo.acvts.nist.gov", + "algorithms": [ + { + "algorithm": "ACVP-AES-GCM", + "revision": "1.0", + "direction": ["encrypt"], + "keyLen": [128, 192, 256], + "tagLen": [128], + "aadLen": [0], + "ivGenMode": "8.2.2", + "ivGen": "internal", + "ivLen": [96], + "payloadLen": [ + { + "max": 65536, + "min": 0, + "increment": 256 + } + ] + } + ] +} \ No newline at end of file -- 2.25.1
next prev parent reply other threads:[~2022-02-02 15:04 UTC|newest] Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-01-26 18:16 [PATCH v2 0/4] Add ACVP tool Brandon Lo 2022-01-26 18:16 ` [PATCH v2 1/4] tools: add acvp_tool Brandon Lo 2022-01-26 18:25 ` Brandon Lo 2022-01-26 18:56 ` [PATCH v3 " Brandon Lo 2022-01-26 18:16 ` [PATCH v2 2/4] tools: add default config file for acvp_tool Brandon Lo 2022-01-26 18:16 ` [PATCH v2 3/4] tools: add requirements " Brandon Lo 2022-01-26 18:16 ` [PATCH v2 4/4] doc: add readme " Brandon Lo 2022-02-02 15:04 ` [PATCH v3 0/4] Add ACVP tool Brandon Lo 2022-02-02 15:04 ` [PATCH v3 1/4] tools: add acvp_tool Brandon Lo 2022-04-16 10:34 ` Ali Alnubani 2022-02-02 15:04 ` Brandon Lo [this message] 2022-02-02 15:04 ` [PATCH v3 3/4] tools: add requirements file for acvp_tool Brandon Lo 2022-02-02 15:04 ` [PATCH v3 4/4] doc: add readme " Brandon Lo 2022-02-17 14:27 ` [PATCH v3 0/4] Add ACVP tool Brandon Lo 2022-04-16 10:35 ` Ali Alnubani 2022-04-18 13:36 ` [PATCH v4 " Brandon Lo 2022-04-18 13:36 ` [PATCH v4 1/4] tools: add acvp_tool Brandon Lo 2022-04-18 13:36 ` [PATCH v4 2/4] tools: add default config file for acvp_tool Brandon Lo 2022-04-18 13:36 ` [PATCH v4 3/4] tools: add requirements " Brandon Lo 2022-04-18 13:36 ` [PATCH v4 4/4] doc: add readme " Brandon Lo
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=20220202150445.28995-3-blo@iol.unh.edu \ --to=blo@iol.unh.edu \ --cc=ci@dpdk.org \ --cc=thomas@monjalon.net \ /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
DPDK CI discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.dpdk.org/ci/0 ci/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ci ci/ http://inbox.dpdk.org/ci \ ci@dpdk.org public-inbox-index ci Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.ci AGPL code for this site: git clone https://public-inbox.org/public-inbox.git