aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/model/cc_matching.py
Commit message (Expand)AuthorAgeFilesLines
* Improve CC scheme extraction and matching.J08nY2024-11-081-12/+72
* Improve scheme parsing.J08nY2024-11-041-0/+23
* Refactor document state in CC.J08nY2024-02-131-2/+2
* bump required python to 3.8Adam Janovsky2023-11-141-1/+2
* Fix Norway cert_id parsing in schemes.J08nY2023-04-251-1/+3
* More comments in matching.J08nY2023-04-181-0/+7
* Make CCSchemeDataset an actual dataset.J08nY2023-04-181-4/+4
* Abstract out matching scores.J08nY2023-04-181-18/+14
* Change matcher API to not ref dataset.J08nY2023-04-171-7/+8
* Share code between FIPS and CC matching.J08nY2023-04-141-33/+15
* Remove indirect imports from __init__ from our code.J08nY2023-04-141-3/+3
* Add CC scheme matching for datasets.J08nY2023-04-141-17/+55
* Move CC Scheme dataset to separate file.J08nY2023-04-111-1/+10
* Process cert name and entry name the same.J08nY2023-04-111-2/+2
* Move cert name and vendor name normalization functions and share them.J08nY2023-04-111-7/+12
* Add CC and FIPS matching classes.J08nY2023-04-111-0/+62