aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/model/fips_matching.py
Commit message (Expand)AuthorAgeFilesLines
* bump required python to 3.8Adam Janovsky2023-11-141-1/+1
* More comments in matching.J08nY2023-04-181-0/+5
* Add match filtering based on validation date.J08nY2023-04-181-4/+12
* Make CCSchemeDataset an actual dataset.J08nY2023-04-181-3/+4
* Abstract out matching scores.J08nY2023-04-181-12/+4
* Fix FIPSmatcher iterable.J08nY2023-04-171-1/+2
* Change matcher API to not ref dataset.J08nY2023-04-171-7/+5
* Share code between FIPS and CC matching.J08nY2023-04-141-31/+10
* Process cert name and entry name the same.J08nY2023-04-111-3/+2
* Move cert name and vendor name normalization functions and share them.J08nY2023-04-111-10/+12
* Move snapshot maching code to matcher.J08nY2023-04-111-6/+48
* Add CC and FIPS matching classes.J08nY2023-04-111-0/+51