aboutsummaryrefslogtreecommitdiff
path: root/tests/x509
AgeCommit message (Expand)AuthorFilesLines
3 dayspolicy/extension: improve extension policy errors (#11162)William Woodruff1-1/+31
2024-06-03Register OCSPSingleResponse implementation with interface (#11066)Alex Gaynor1-0/+1
2024-06-03fixes #11062 -- register OCSP implementations with interfaces (#11063)Alex Gaynor1-0/+2
2024-05-09Support empty string in `Name.from_rfc4514_string()` (#10964)Marti Raudsepp2-0/+4
2024-05-05Apply ruff/flake8-implicit-str-concat rule ISC001 (#10932)Dimitri Papadopoulos Orfanos2-3/+3
2024-04-21Add timezone-aware API variant for `x509.InvalidityDate.invalidity_date` (#10...Facundo Tuesca1-0/+20
2024-03-29Added test for ClientVerifier.store (#10665)Alex Gaynor1-0/+1
2024-03-27Add public_key_algorithm_oid to certificate and CSR (#10517)Julien Castiaux1-3/+88
2024-03-20verification: client verification APIs (#10345)William Woodruff2-14/+65
2024-03-05test_limbo: skip things more idiomatically (#10539)William Woodruff1-7/+8
2024-03-05test_limbo: skip non-SERVER cases for now (#10538)William Woodruff1-0/+3
2024-02-29Upgraded version of ruff (#10509)Alex Gaynor2-6/+6
2024-01-31verification/policy: tweak key checks (#10311)William Woodruff1-2/+5
2024-01-31parsing, verification: check RSA key size against WebPKI minimum (#10302)William Woodruff1-0/+3
2024-01-22verification: add test_verify_tz_aware (#10229)William Woodruff1-0/+35
2024-01-22Remove some skips in tests that aren't needed anymore (#10223)Alex Gaynor1-8/+0
2024-01-21Migrate SPKI parsing from OpenSSL to Rust (#10121)Alex Gaynor1-16/+0
2024-01-04Make extension handling in x.509 verifier less meta-programmed (#10054)Alex Gaynor1-0/+2
2024-01-03Migrate PolicyBuilder to Rust (#10069)Alex Gaynor1-7/+7
2023-12-23Added a benchmark for x.509 verification (#10042)Alex Gaynor1-5/+7
2023-12-22add initial X.509 path validation implementation (#8873)William Woodruff3-20/+148
2023-12-18support RSA PSS for CRLs (#10013)Paul Kehrer1-1/+73
2023-11-13verification: add VerificationError, doc APIs (#9873)William Woodruff1-2/+6
2023-11-09Fix some warnings from `ruff --preview` (#9842)Alex Gaynor1-2/+2
2023-11-09src, tests: add max_chain_depth to validation API (#9844)William Woodruff1-0/+7
2023-10-31Add top-level ServerVerifier.verify API (#9805)William Woodruff1-12/+45
2023-10-25Reformat tests/x509/test_x509_ext.py (#9772)Alex Gaynor1-15/+45
2023-10-25Reformat most remaining tests (#9771)Alex Gaynor4-9/+25
2023-10-11Simplify rust code with new pyo3 0.20 features (#9716)Alex Gaynor1-2/+2
2023-09-29Deprecate naive datetime x509 APIs (#9667)Facundo Tuesca3-30/+87
2023-09-28Add timezone-aware API variants for x509 (#9661)Facundo Tuesca2-37/+134
2023-09-16Path validation: builder/verifier API skeletons (#9405)William Woodruff1-15/+51
2023-09-14verification: add PolicyBuilder API (#9601)William Woodruff1-1/+17
2023-08-28support PSS signing for CSRs (#9514)Paul Kehrer1-0/+98
2023-08-14docs: add Store docs (#9416)William Woodruff1-0/+4
2023-08-14x509: add Store API (#9411)William Woodruff1-0/+24
2023-07-23style fix for latest ruff (#9279)Alex Gaynor1-1/+1
2023-07-20actually use utc time when creating the naive datetimes in ocsp tests (#9273)Paul Kehrer1-15/+45
2023-07-20tolerate (with warning) invalid DSA params encoding in X.509 (#9271)Paul Kehrer1-0/+15
2023-07-10Refs #9186 -- fix warnings from `utcnow()` in test suite (#9217)Alex Gaynor3-21/+67
2023-06-23Enable ruff's own ruleset (#9114)Alex Gaynor1-1/+3
2023-06-18Use Extensions::iter (#9085)Alex Gaynor1-1/+1
2023-05-31tolerate NULL params in ECDSA SHA2 AlgorithmIdentifier (#9002)Paul Kehrer1-0/+15
2023-05-30Port DSA to Rust (#8978)Alex Gaynor1-0/+4
2023-05-27allow null params in AlgorithmIdentifiers with SHA hash function OIDs (#8974)Paul Kehrer1-0/+17
2023-05-16don't use a set (#8931)Paul Kehrer1-0/+41
2023-05-14support PSS signatures in verify_directly_issued_by (#8908)Paul Kehrer1-0/+44
2023-05-10support X.509 certificate PSS signing (#8888)Paul Kehrer1-0/+163
2023-05-10certificate: add a `get_extension` helper (#8892)William Woodruff1-0/+14
2023-05-07add signature_algorithm_parameters to certificate (#8795)Paul Kehrer1-9/+83