summaryrefslogtreecommitdiff
path: root/tests/x509
Commit message (Expand)AuthorAgeFilesLines
* don't use a set (#8931)Paul Kehrer2023-05-161-0/+41
* support PSS signatures in verify_directly_issued_by (#8908)Paul Kehrer2023-05-141-0/+44
* support X.509 certificate PSS signing (#8888)Paul Kehrer2023-05-101-0/+163
* certificate: add a `get_extension` helper (#8892)William Woodruff2023-05-101-0/+14
* add signature_algorithm_parameters to certificate (#8795)Paul Kehrer2023-05-071-9/+83
* invalid visible string support (#8884)Paul Kehrer2023-05-071-0/+19
* Support msCertificateTemplate extension (#8695)Paul Kehrer2023-04-102-0/+99
* Added support for OCSP AcceptableResponses extension (#8617)Alex Gaynor2023-03-272-0/+79
* Small cleanups: (#8476)Alex Gaynor2023-03-091-10/+4
* Make Union type aliases a documented public API (#8168)Marti Raudsepp2023-03-071-2/+2
* Remove a zillion pointless backenda args in x509 tests (#8466)Alex Gaynor2023-03-073-272/+12
* use the rsa fixtures in x509 too (#8460)Paul Kehrer2023-03-063-150/+271
* remove pytz test dependency (#8447)Paul Kehrer2023-03-053-18/+10
* raise UnsupportedAlgorithm instead of ValueError in x509 builder sign (#8397)Paul Kehrer2023-02-263-9/+17
* Disallow wildcards in DNSName for name constraints (#8272)gbansaghi2023-02-121-0/+22
* add support for centos9-fips (#8216)Paul Kehrer2023-02-061-2/+2
* Use Rust for CRL::is_signature_valid (#8162)Alex Gaynor2023-01-291-0/+7
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-202-2/+0
* fix a math mistake in a comment (#8046)Paul Kehrer2023-01-121-1/+2
* Add Certificate.verify_signed_by (#8011)Paul Kehrer2023-01-121-2/+233
* fixes #8035 -- added a test for loading a cert with another PEM block contain...Alex Gaynor2023-01-121-0/+7
* Update formatting for new ruff (#7937)Alex Gaynor2022-12-263-6/+6
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-215-7/+3
* x509: add `load_pem_x509_certificates` (#7878)William Woodruff2022-12-051-0/+25
* Add *_SHA3 signature algorithms to OID <-> hash map (#7819)jeanluc2022-11-171-0/+2
* Make sure that one of full_name, relative_name or crl_issuer is set in distri...Mathias Ertl2022-10-151-0/+4
* add support for creating OCSP requests with precomputed hashes (#7706)Paul Kehrer2022-10-131-1/+66
* fix parsing for CRLs with TLVs > 65535 bytes (#7575)Paul Kehrer2022-09-071-0/+8
* Remove deprecated support for x.509 signing with SHA1 and MD5 (#7573)Alex Gaynor2022-09-071-68/+1
* Fix issue #7513 - parsing of RFC4514 strings should reverse the order of RDNs...Alexandre Machado2022-08-161-24/+45
* Bump to rust-asn1 0.10 (#7395)Alex Gaynor2022-07-051-0/+20
* Use standard function for checking for UnsupportedAlgorithm in tests (#7342)Alex Gaynor2022-06-202-10/+12
* X.509/Certificate: Add `tbs_precertificate_bytes` property (#7279)William Woodruff2022-05-311-0/+45
* Remove register_interface, which was basically unused (#7234)Alex Gaynor2022-05-271-5/+2
* Enforce that CRL and CSR versions must be valid. (#7249)Alex Gaynor2022-05-221-0/+16
* CT: `extensions` -> `extension_bytes` (#7238)William Woodruff2022-05-191-1/+1
* CT: add `SignedCertificateTimestamp.extensions` (#7237)William Woodruff2022-05-201-0/+1
* x509/CT: expose more SCT internals (#7207)William Woodruff2022-05-131-0/+35
* Fix test CRLs and CSRs with invalid versions (#7216)David Benjamin2022-05-121-1/+1
* Allow loading of RSA-PSS public keys (#7162)Paul Kehrer2022-04-301-0/+27
* Fixes #7127 -- added attr_name_overrides on from_rfc4514_string (#7160)Alex Gaynor2022-04-301-0/+18
* Fixes #6602 -- restore the behavior of strict DER parsing for CSRs (#7159)Alex Gaynor2022-04-301-12/+2
* Migrate ObjectIdentifier to Rust (#7153)Alex Gaynor2022-04-301-26/+10
* fixes #7081 -- correctly handle escape sequences in RFC4514 strings (#7083)Alex Gaynor2022-04-161-0/+13
* Implement a parser for RFC4514 strings (#7055)Alex Gaynor2022-04-161-0/+153
* Added a non-public API for setting the tag on an attribute (#7038)Alex Gaynor2022-04-051-0/+30
* enforce that GeneralSubtrees for NameConstraints must be None or non-empty (#...Alex Gaynor2022-03-201-1/+7
* Dedicated check for signature hash algorithms (#6931)Christian Heimes2022-03-181-4/+26
* Fixed serialization of keyusage ext with no bits (#6930)Alex Gaynor2022-03-041-0/+14
* Disable DSA tests in FIPS mode (#6916)Christian Heimes2022-03-032-3/+28