| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix tqdm desc. | J08nY | 2025-04-03 | 1 | -1/+1 |
| | | |||||
| * | Fix Poland scheme download. | J08nY | 2025-04-03 | 1 | -42/+61 |
| | | |||||
| * | Improve CC scheme extraction and matching. | J08nY | 2024-11-08 | 1 | -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. | J08nY | 2024-11-04 | 1 | -2/+2 |
| | | |||||
| * | Improve scheme parsing. | J08nY | 2024-11-04 | 1 | -88/+139 |
| | | | | | | | Only match if category matches. Disregard unwanted warnings. Add progress bars everywhere. | ||||
| * | Add TrustCB. | J08nY | 2024-11-04 | 1 | -17/+85 |
| | | | | | Fixes #455. | ||||
| * | Add Poland scheme web download. | J08nY | 2024-11-04 | 1 | -0/+62 |
| | | | | | Fixes #454. | ||||
| * | Fix Australia scheme scrape (spoof some headers), | J08nY | 2024-11-04 | 1 | -5/+24 |
| | | |||||
| * | Fix ANSSI scheme download. | J08nY | 2024-10-02 | 1 | -6/+14 |
| | | |||||
| * | Ignore certs in Korean CC download. | J08nY | 2024-10-01 | 1 | -7/+7 |
| | | |||||
| * | Fix Japan scheme download. | J08nY | 2024-10-01 | 1 | -2/+7 |
| | | |||||
| * | Fix USA scheme parsing on Python < 3.11. | J08nY | 2024-07-21 | 1 | -1/+2 |
| | | | | | Datetime.fromisoformat changed behavior then. | ||||
| * | Fix USA scheme download. | J08nY | 2024-07-19 | 1 | -128/+85 |
| | | |||||
| * | Fix Spain CC scheme download. | J08nY | 2024-07-19 | 1 | -1/+1 |
| | | |||||
| * | replace seccerts -> sec-certs | Adam Janovsky | 2024-04-25 | 1 | -1/+1 |
| | | |||||
| * | Fix bs4 deprecation. | J08nY | 2024-02-01 | 1 | -1/+1 |
| | | |||||
| * | Fix Turkish scheme test xfail. | J08nY | 2024-02-01 | 1 | -2/+1 |
| | | |||||
| * | Add france archived list. | J08nY | 2024-02-01 | 1 | -30/+98 |
| | | |||||
| * | Fix CC scheme downloads. | J08nY | 2024-01-04 | 1 | -93/+153 |
| | | |||||
| * | bump required python to 3.8 | Adam Janovsky | 2023-11-14 | 1 | -1/+2 |
| | | |||||
| * | Fix Australian scheme in-eval. | J08nY | 2023-10-10 | 1 | -1/+1 |
| | | |||||
| * | Fix Canada CC scheme download. | J08nY | 2023-08-14 | 1 | -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. | J08nY | 2023-04-26 | 1 | -9/+11 |
| | | |||||
| * | Fix Norway cert_id parsing in schemes. | J08nY | 2023-04-25 | 1 | -2/+4 |
| | | |||||
| * | Move CC scheme classes to sample file. | J08nY | 2023-04-20 | 1 | -1/+1530 |
| | | |||||
| * | Introduce CC Scheme sample class. | J08nY | 2023-04-20 | 1 | -0/+44 |
