| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Get rid of RETURNCODE_OK. This is not C99. | J08nY | 2025-02-14 | 1 | -9/+7 |
| | | |||||
| * | Fix FIPS pipeline for new certs. | J08nY | 2024-06-20 | 1 | -1/+1 |
| | | | | | Fixes #SECCERTS-1GT. | ||||
| * | Allow for download through our caching proxy at sec-certs.org | J08nY | 2024-06-10 | 1 | -2/+10 |
| | | | | | | | | | | | | | Recently, CCportal changed infra and enabled a rate limit. Our usual download procedure hits this rate limit and is able to download only a small subset of the artifacts. Thus a proxy is running at sec-certs.org that caches the artifacts. This commit makes it possible to use the proxy in the tool. By querying the proxy on the background, the server makes sure that the rate limit is not hit and the artifacts are available. | ||||
| * | fix some ruff errors | Adam Janovsky | 2024-02-20 | 1 | -1/+1 |
| | | |||||
| * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 1 | -1/+2 |
| | | |||||
| * | fix new ruff errors | Adam Janovsky | 2023-11-10 | 1 | -1/+1 |
| | | |||||
| * | refactor: Light refactor of fips returns statements | GeorgeFI | 2023-06-10 | 1 | -6/+3 |
| | | |||||
| * | defer few imports | Adam Janovsky | 2023-04-16 | 1 | -1/+2 |
| | | |||||
| * | switch to pydantic in settings management | Adam Janovsky | 2023-03-29 | 1 | -1/+1 |
| | | |||||
| * | Fix #323. | J08nY | 2023-03-24 | 1 | -0/+6 |
| | | |||||
| * | Make FIPS cert_id an int. | J08nY | 2023-02-10 | 1 | -4/+2 |
| | | |||||
| * | Fix FIPS parsing of algorithms from site. | J08nY | 2023-02-09 | 1 | -4/+15 |
| | | | | | | Some newer certs have different format of algo listing: https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/4392 | ||||
| * | fix json deserialization due to cert path handling | Adam Janovsky | 2023-02-05 | 1 | -3/+33 |
| | | |||||
| * | add flake8-simplify to ruff | Adam Janovsky | 2023-02-03 | 1 | -3/+3 |
| | | |||||
| * | fix some return statements | Adam Janovsky | 2023-02-03 | 1 | -1/+1 |
| | | |||||
| * | ruff enforce comprehensions | Adam Janovsky | 2023-02-03 | 1 | -4/+4 |
| | | |||||
| * | adds some pylint checks to ruff | Adam Janovsky | 2023-01-27 | 1 | -11/+5 |
| | | |||||
| * | replace isort with ruff | Adam Janovsky | 2023-01-27 | 1 | -2/+1 |
| | | |||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 1 | -0/+654 |
| - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml` | |||||
