[PATCH v3 0/4] Add ACVP tool

Brandon Lo blo at iol.unh.edu
Thu Feb 17 15:27:16 CET 2022


On Wed, Feb 2, 2022 at 10:04 AM Brandon Lo <blo at iol.unh.edu> wrote:
>
> v3:
> * Remove extra requirements in root requirements file
>
> v2:
> * Add SPDX and copyright line
>
> This adds a tool for easy interaction with the ACVP API. It will
> handle downloading test vectors, uploading the result, and fetching
> the final verdict of those uploaded results.
>
> Brandon Lo (4):
>   tools: add acvp_tool
>   tools: add default config file for acvp_tool
>   tools: add requirements file for acvp_tool
>   doc: add readme file for acvp_tool
>
>  tools/acvp/README           |  71 ++++++++
>  tools/acvp/__init__.py      |   0
>  tools/acvp/acvp_config.json |  23 +++
>  tools/acvp/acvp_tool.py     | 319 ++++++++++++++++++++++++++++++++++++
>  tools/acvp/requirements.txt |   7 +
>  5 files changed, 420 insertions(+)
>  create mode 100644 tools/acvp/README
>  create mode 100644 tools/acvp/__init__.py
>  create mode 100644 tools/acvp/acvp_config.json
>  create mode 100644 tools/acvp/acvp_tool.py
>  create mode 100644 tools/acvp/requirements.txt
>
> --
> 2.25.1
>

Adding Ali and Aaron to the discussion.

-- 
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH 03824
blo at iol.unh.edu
www.iol.unh.edu


More information about the ci mailing list