aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/cc/test_cc_certificate.py
Commit message (Collapse)AuthorAgeFilesLines
* Add FIPS certificate JSON schema.J08nY2025-09-251-7/+4
|
* Make a JSON schema for CC Certificate and Dataset objects.J08nY2025-09-251-0/+10
|
* fix bad type in cc old dgst testAdam Janovsky2025-02-011-1/+1
|
* add dgst testing for CC sampleAdam Janovsky2025-02-011-1/+22
|
* Move CCDocumentState to cert class.J08nY2024-02-131-10/+10
|
* Add extraction of certificate data.J08nY2024-02-081-4/+0
|
* bump required python to 3.8Adam Janovsky2023-11-141-1/+1
|
* Fix path fixtures yielding.J08nY2023-04-251-2/+3
|
* share some code in tests, use importlib.resourcesAdam Janovsky2023-04-201-57/+6
|
* replace isort with ruffAdam Janovsky2023-01-271-1/+1
|
* Rename CommonCriteriaCert -> CCCertificateAdam Janovsky2022-12-101-20/+20
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-0/+135
* Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints