| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Try to fix FIPS alg search. | J08nY | 2024-06-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | The link: https://csrc.nist.gov/projects/Cryptographic-Algorithm-Validation-Program/validation-search?searchMode=implementation&page=1&ipp=250 does not work, gives 408. Their search on the site which queries this also does not work. However, when one searches by "validation" it does work. There is no difference to us, as we do not have any queries and simply want all the data. | |||||
| * | Fix typing issue. | J08nY | 2024-06-20 | 2 | -2/+2 | |
| | | ||||||
| * | Fix FIPS pipeline for new certs. | J08nY | 2024-06-20 | 1 | -1/+1 | |
| | | | | | Fixes #SECCERTS-1GT. | |||||
| * | Fix NVD CPE Match API usage. | J08nY | 2024-06-10 | 1 | -1/+1 | |
| | | | | | | | | 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 | |||||
| * | Allow for download through our caching proxy at sec-certs.org | J08nY | 2024-06-10 | 4 | -8/+38 | |
| | | | | | | | | | | | | | Recently, CCportal changed infra and enabled a rate limit. Our usual download procedure hits this rate limit and is able to download only a small subset of the artifacts. Thus a proxy is running at sec-certs.org that caches the artifacts. This commit makes it possible to use the proxy in the tool. By querying the proxy on the background, the server makes sure that the rate limit is not hit and the artifacts are available. | |||||
| * | Fix security level sanitization. | J08nY | 2024-06-09 | 1 | -1/+1 | |
| | | ||||||
| * | Fix change in CCportal links. | J08nY | 2024-06-09 | 2 | -5/+15 | |
| | | ||||||
| * | replace seccerts -> sec-certs | Adam Janovsky | 2024-04-25 | 8 | -21/+21 | |
| | | ||||||
| * | fix some ruff errors | Adam Janovsky | 2024-02-20 | 3 | -7/+5 | |
| | | ||||||
| * | Merge branch 'main' into reference-notebook | adamjanovsky | 2024-02-20 | 14 | -659/+1044 | |
| |\ | ||||||
| | * | Fix typo. | J08nY | 2024-02-14 | 1 | -1/+1 | |
| | | | ||||||
| | * | Cleanup PdfData attributes. | J08nY | 2024-02-14 | 2 | -80/+32 | |
| | | | ||||||
| | * | Add tests for cert data extraction. | J08nY | 2024-02-14 | 1 | -1/+2 | |
| | | | ||||||
| | * | Add cert_id extraction from certificate files. | J08nY | 2024-02-13 | 1 | -49/+61 | |
| | | | ||||||
| | * | Move CCDocumentState to cert class. | J08nY | 2024-02-13 | 2 | -64/+74 | |
| | | | ||||||
| | * | Refactor document state in CC. | J08nY | 2024-02-13 | 3 | -251/+123 | |
| | | | ||||||
| | * | Add extraction of certificate data. | J08nY | 2024-02-08 | 2 | -33/+235 | |
| | | | ||||||
| | * | Handle some strict and loose rules after cleanup. | J08nY | 2024-02-07 | 2 | -4/+6 | |
| | | | ||||||
| | * | Fix cert_id canonicalization. | J08nY | 2024-02-07 | 2 | -6/+20 | |
| | | | ||||||
| | * | Fix broken filename rules. | J08nY | 2024-02-05 | 2 | -3/+6 | |
| | | | ||||||
| | * | Extract and reconstruct cert ids from filenames. | J08nY | 2024-02-05 | 2 | -25/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this, the regular cert_id regexes were used to extract the cert_id from the report filename. However, the filenames often do not use the same cert_id format, but contain all of the information necessary to reconstruct the cert_id, but with different order for example. This commit along with those before it introduce a new set of regular expressions that better match the ones in the filenames. To extract the correctly formatted canonical cert_id, the regexes are used to obtain the parts of the cert_id (using named groups in regexes) and those are then reconstructed into a canonical version of the cert_id via one of the scheme-dependent functions. | |||||
| | * | Move the meta -> str functions out of cert_id class. | J08nY | 2024-02-05 | 2 | -223/+181 | |
| | | | ||||||
| | * | Add filename cert id rules. | J08nY | 2024-02-05 | 2 | -1/+38 | |
| | | | ||||||
| | * | Add certificateId meta property. | J08nY | 2024-02-05 | 1 | -0/+18 | |
| | | | ||||||
| | * | Improve Canadian rules. | J08nY | 2024-02-05 | 2 | -9/+25 | |
| | | | ||||||
| | * | Improve Turkish rules. | J08nY | 2024-02-05 | 2 | -2/+17 | |
| | | | ||||||
| | * | Improve Indian rules. | J08nY | 2024-02-05 | 2 | -5/+19 | |
| | | | ||||||
| | * | Improve Korean rules. | J08nY | 2024-02-05 | 2 | -3/+18 | |
| | | | ||||||
| | * | Improve Italian rules. | J08nY | 2024-02-03 | 2 | -10/+7 | |
| | | | ||||||
| | * | Improve Singaporean and Australian rules. | J08nY | 2024-02-03 | 2 | -5/+26 | |
| | | | ||||||
| | * | Improve Spanish rules. | J08nY | 2024-02-03 | 2 | -14/+16 | |
| | | | ||||||
| | * | Improve Swedish rules. | J08nY | 2024-02-03 | 2 | -2/+12 | |
| | | | ||||||
| | * | Improve UK rules. | J08nY | 2024-02-03 | 2 | -4/+11 | |
| | | | ||||||
| | * | Improve Japanese rules. | J08nY | 2024-02-03 | 2 | -7/+19 | |
| | | | ||||||
| | * | Improve Malaysian rules. | J08nY | 2024-02-03 | 2 | -1/+19 | |
| | | | ||||||
| | * | Improve US scheme rules. | J08nY | 2024-02-03 | 2 | -4/+32 | |
| | | | ||||||
| | * | Improve BSI regexes. | J08nY | 2024-02-03 | 2 | -39/+42 | |
| | | | ||||||
| | * | Cleanup ANSSI rules. | J08nY | 2024-02-02 | 2 | -22/+24 | |
| | | | ||||||
| | * | Improve NL cert_id rules. | J08nY | 2024-02-02 | 2 | -9/+7 | |
| | | | ||||||
| | * | Fix cert_lab parsing. | J08nY | 2024-02-02 | 2 | -22/+22 | |
| | | | ||||||
| | * | Fix bs4 deprecation. | J08nY | 2024-02-01 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix pandas deprecation in to_datetime. | J08nY | 2024-02-01 | 2 | -5/+5 | |
| | | | ||||||
| | * | Move __fields__ use to model_fields. | J08nY | 2024-02-01 | 1 | -3/+3 | |
| | | | ||||||
| | * | Move to model_validate in pydantic. | J08nY | 2024-02-01 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use ConfigDict in pydantic. | J08nY | 2024-02-01 | 1 | -3/+2 | |
| | | | ||||||
| | * | Fix Turkish scheme test xfail. | J08nY | 2024-02-01 | 1 | -2/+1 | |
| | | | ||||||
| | * | Add france archived list. | J08nY | 2024-02-01 | 2 | -30/+99 | |
| | | | ||||||
| | * | Fix CC scheme downloads. | J08nY | 2024-01-04 | 3 | -97/+160 | |
| | | | ||||||
| | * | Fix CC CSV and HTML parsing. | J08nY | 2024-01-02 | 2 | -9/+18 | |
| | | | ||||||
| | * | Fix FIPS MIP introcution of "On Hold". | J08nY | 2023-12-09 | 1 | -0/+1 | |
| | | | | | | | | | The computaion of flows might be more messy now. | |||||
