aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/sample/cc_scheme.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix tqdm desc.J08nY2025-04-031-1/+1
|
* Fix Poland scheme download.J08nY2025-04-031-42/+61
|
* Improve CC scheme extraction and matching.J08nY2024-11-081-119/+201
| | | | | | | | | | | | This significantly improves the CC scheme extraction by: - Fixing the extraction of several schemes that were mixing certified and archived entries by accident. - Improving the extraction of cert_ids from scheme sites. - Improving the matching heuristic to consider more attributes that are usually present in the site data. Also adds an evaluation notebook to see how this performs.
* Improve ANSSI cert_id extraction from scheme site.J08nY2024-11-041-2/+2
|
* Improve scheme parsing.J08nY2024-11-041-88/+139
| | | | | | Only match if category matches. Disregard unwanted warnings. Add progress bars everywhere.
* Add TrustCB.J08nY2024-11-041-17/+85
| | | | Fixes #455.
* Add Poland scheme web download.J08nY2024-11-041-0/+62
| | | | Fixes #454.
* Fix Australia scheme scrape (spoof some headers),J08nY2024-11-041-5/+24
|
* Fix ANSSI scheme download.J08nY2024-10-021-6/+14
|
* Ignore certs in Korean CC download.J08nY2024-10-011-7/+7
|
* Fix Japan scheme download.J08nY2024-10-011-2/+7
|
* Fix USA scheme parsing on Python < 3.11.J08nY2024-07-211-1/+2
| | | | Datetime.fromisoformat changed behavior then.
* Fix USA scheme download.J08nY2024-07-191-128/+85
|
* Fix Spain CC scheme download.J08nY2024-07-191-1/+1
|
* replace seccerts -> sec-certsAdam Janovsky2024-04-251-1/+1
|
* Fix bs4 deprecation.J08nY2024-02-011-1/+1
|
* Fix Turkish scheme test xfail.J08nY2024-02-011-2/+1
|
* Add france archived list.J08nY2024-02-011-30/+98
|
* Fix CC scheme downloads.J08nY2024-01-041-93/+153
|
* bump required python to 3.8Adam Janovsky2023-11-141-1/+2
|
* Fix Australian scheme in-eval.J08nY2023-10-101-1/+1
|
* Fix Canada CC scheme download.J08nY2023-08-141-2/+6
| | | | | | They changed their website, which broke our code. Honestly, I am surprised this scheme parsing does not break more often.
* Fix Turkey CC scheme NaNs.J08nY2023-04-261-9/+11
|
* Fix Norway cert_id parsing in schemes.J08nY2023-04-251-2/+4
|
* Move CC scheme classes to sample file.J08nY2023-04-201-1/+1530
|
* Introduce CC Scheme sample class.J08nY2023-04-201-0/+44