| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add FIPS certificate JSON schema. | J08nY | 2025-09-25 | 7 | -42/+67 |
| | | |||||
| * | Fix CC schema validation tests. | J08nY | 2025-09-25 | 2 | -4/+4 |
| | | |||||
| * | Make a JSON schema for CC Certificate and Dataset objects. | J08nY | 2025-09-25 | 4 | -110/+173 |
| | | |||||
| * | test(fips): fix test to use correct 'sec_certs_version' key in dataset state | Ján Jančár | 2025-06-12 | 1 | -2/+2 |
| | | |||||
| * | fix: Tests and dataset version | Ján Jančár | 2025-06-12 | 8 | -4/+16 |
| | | |||||
| * | Improve BSI cert_id regex. | J08nY | 2025-04-01 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #487 from crocs-muni/feat/remote-tests | Ján Jančár | 2025-02-27 | 10 | -35/+34 |
| |\ | | | | | Move flaky remote tests into "scheduled" workflow. | ||||
| | * | Move flaky remote tests into "scheduled" workflow. | J08nY | 2025-02-27 | 10 | -35/+34 |
| | | | |||||
| * | | Fix ReferenceSegmentExtractor. | J08nY | 2025-02-27 | 13 | -4/+34337 |
| |/ | |||||
| * | Fix expected JSON suffixes. | J08nY | 2025-02-15 | 1 | -0/+1 |
| | | |||||
| * | Do not run from_web tests for CPE and CVE. | J08nY | 2025-02-15 | 3 | -17/+15 |
| | | |||||
| * | Protect from_web with xfails. | J08nY | 2025-02-14 | 4 | -0/+4 |
| | | |||||
| * | Ditch unused (and unimplemented) sha256_digest. | J08nY | 2025-02-14 | 8 | -8/+0 |
| | | |||||
| * | Add tests to improve coverage. | J08nY | 2025-02-14 | 2 | -0/+16 |
| | | |||||
| * | More from_web tests. | J08nY | 2025-02-14 | 2 | -11/+25 |
| | | |||||
| * | Remove old debug print. | J08nY | 2025-02-14 | 1 | -2/+0 |
| | | |||||
| * | Unify CVE and CPEDataset from_web with the rest. | J08nY | 2025-02-14 | 1 | -10/+3 |
| | | |||||
| * | Use tmpdir with enough free space. | J08nY | 2025-02-14 | 3 | -2/+13 |
| | | |||||
| * | PPs: change dset filename pp.json -> dataset.json | Adam Janovsky | 2025-02-13 | 4 | -5/+5 |
| | | |||||
| * | Fix #470. | J08nY | 2025-02-04 | 1 | -0/+6 |
| | | | | | Bad bad bs4! | ||||
| * | Fix IUT and MIP tests. | J08nY | 2025-02-01 | 3 | -3/+6 |
| | | |||||
| * | Revert the FIPS IUT and MIP from_web methods. | J08nY | 2025-02-01 | 2 | -0/+8 |
| | | |||||
| * | fix hanging tests | Adam Janovsky | 2025-02-01 | 1 | -1/+1 |
| | | |||||
| * | replace from_web_latest() with from_web() | Adam Janovsky | 2025-02-01 | 5 | -21/+20 |
| | | |||||
| * | fix bad type in cc old dgst test | Adam Janovsky | 2025-02-01 | 1 | -1/+1 |
| | | |||||
| * | implement PP tests | Adam Janovsky | 2025-02-01 | 11 | -8/+2812 |
| | | |||||
| * | add dgst testing for CC sample | Adam Janovsky | 2025-02-01 | 2 | -5/+26 |
| | | |||||
| * | add aux dataset tests | Adam Janovsky | 2025-02-01 | 2 | -1/+216 |
| | | |||||
| * | implement PP processing | Adam Janovsky | 2025-02-01 | 12 | -166/+359 |
| | | |||||
| * | refactor auxiliary dataset handling, heuristics computation | Adam Janovsky | 2025-02-01 | 8 | -41/+114 |
| | | |||||
| * | Fix tests. | J08nY | 2024-11-21 | 1 | -1/+3 |
| | | |||||
| * | Fix tests. | J08nY | 2024-11-20 | 6 | -9/+35 |
| | | |||||
| * | Add computation of previous and next certificate versions based on ID. | J08nY | 2024-11-20 | 1 | -59/+85 |
| | | | | | Fixes #457. | ||||
| * | Fix tests. | J08nY | 2024-11-08 | 1 | -2/+4 |
| | | |||||
| * | Improve CC scheme extraction and matching. | J08nY | 2024-11-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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. | ||||
| * | Add Poland scheme web download. | J08nY | 2024-11-04 | 1 | -0/+10 |
| | | | | | Fixes #454. | ||||
| * | Fix USA scheme download. | J08nY | 2024-07-19 | 2 | -2/+1 |
| | | |||||
| * | Fix scheme dataset test. | J08nY | 2024-07-19 | 2 | -1/+857 |
| | | |||||
| * | Move to new dgst algorithm for CC. | J08nY | 2024-07-19 | 15 | -41/+43 |
| | | |||||
| * | Temporarily disable broken CC USA scheme test. | J08nY | 2024-07-19 | 1 | -0/+1 |
| | | |||||
| * | Fix NVD CPE Match API usage. | J08nY | 2024-06-10 | 1 | -3/+2 |
| | | | | | | | | NIST recently lowered the limit on resultsPerPage for the CPE Match API, hence we have to adapt: https://nvd.nist.gov/general/news/cpematch-resultsperpage-update | ||||
| * | Use NVD api key in tests | J08nY | 2024-06-10 | 1 | -1/+1 |
| | | |||||
| * | replace seccerts -> sec-certs | Adam Janovsky | 2024-04-25 | 1 | -1/+1 |
| | | |||||
| * | Cleanup PdfData attributes. | J08nY | 2024-02-14 | 3 | -77/+14 |
| | | |||||
| * | Add tests for cert data extraction. | J08nY | 2024-02-14 | 2 | -339/+350 |
| | | |||||
| * | Move CCDocumentState to cert class. | J08nY | 2024-02-13 | 8 | -52/+52 |
| | | |||||
| * | Refactor document state in CC. | J08nY | 2024-02-13 | 9 | -195/+407 |
| | | |||||
| * | Add extraction of certificate data. | J08nY | 2024-02-08 | 4 | -14/+60 |
| | | |||||
| * | Handle some strict and loose rules after cleanup. | J08nY | 2024-02-07 | 1 | -0/+1 |
| | | |||||
| * | Add more tests for cert_ids. | J08nY | 2024-02-06 | 1 | -0/+10 |
| | | |||||
