[PATCH v4 0/4] Add ACVP tool

Brandon Lo blo at iol.unh.edu
Mon Apr 18 15:36:06 CEST 2022


v4:
* Make acvp_tool.py executable

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 100755 tools/acvp/acvp_tool.py
 create mode 100644 tools/acvp/requirements.txt

-- 
2.25.1



More information about the ci mailing list