summaryrefslogtreecommitdiff
path: root/tests/x509
Commit message (Expand)AuthorAgeFilesLines
* support parsing bitstring values in DNs (#6629)Paul Kehrer2021-11-281-0/+60
* Remove read_only_property and precisely type all these getters (#6668)Alex Gaynor2021-11-291-1/+3
* Remove branches that were no longer useful (#6664)Alex Gaynor2021-11-281-6/+2
* allow parsing of nonstandard country name and jurisdiction country name (#6641)Paul Kehrer2021-11-211-0/+22
* support negative serials in certificate parsing (#6626)Paul Kehrer2021-11-201-2/+7
* fixes #6404 -- attempt to treat OCSP Nonce as being an octet string (#6625)Alex Gaynor2021-11-202-3/+3
* more typing (#6616)Paul Kehrer2021-11-173-89/+117
* raise warning on encoded default value in csr (#6615)Paul Kehrer2021-11-171-3/+4
* remove deprecated calls in tests (#6604)Paul Kehrer2021-11-141-5/+7
* support attributes on csrs with an iterable (#6603)Paul Kehrer2021-11-141-73/+274
* Allow parsing CSR extensions with the critical bit having an explicitly encod...Alex Gaynor2021-11-141-0/+18
* handle unused bits in distribution point reasons as well (#6594)Paul Kehrer2021-11-121-6/+7
* encode KeyUsage with unused bits (#6593)Paul Kehrer2021-11-121-13/+63
* Allow to serialize extension values as DER bytes strings (#6346)Felix Fontein2021-11-121-2/+424
* x509 tests for boring (#6590)Paul Kehrer2021-11-121-1/+8
* Move extension encoding code to new crate x509::extensions (#6571)Felix Fontein2021-11-111-1/+1
* allow x25519/x448 public keys in certificatebuilder (#6562)Paul Kehrer2021-11-071-0/+52
* allow multiple identical pem blocks (#6551)Paul Kehrer2021-11-051-6/+14
* support BMPString in explicitText parsing for legacy certificates (#6516)Paul Kehrer2021-11-021-0/+14
* Allow custom attribute shortnames in rfc4514_string (#6490)Marti Raudsepp2021-11-011-0/+17
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-311-2/+2
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-311-0/+14
* support bmpstring and universalstring decoding in name (#6492)Paul Kehrer2021-10-291-0/+35
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-291-0/+2
* add two additional DSA signature algorithm oids & test dsa_with_sha224 (#6483)Paul Kehrer2021-10-261-0/+1
* expand signing tests to encompass more signature OIDs (#6480)Paul Kehrer2021-10-261-6/+49
* Added a test for signing an OCSP response with None as a hash algorithm (#6471)Alex Gaynor2021-10-251-0/+22
* Added a test for signing an OCSP response with an unknown private key type (#...Alex Gaynor2021-10-251-0/+22
* Added a test for signing an OCSP response with an invalid hash (#6468)Alex Gaynor2021-10-251-0/+29
* Added test for signing an unknown cert status response (#6467)Alex Gaynor2021-10-251-0/+27
* port some crl extensions, refactor a bit (#6425)Paul Kehrer2021-10-171-1/+16
* Encode general names in rust (#6423)Paul Kehrer2021-10-161-1/+2
* encode x509.Name.public_bytes using rust (#6424)Paul Kehrer2021-10-161-1/+1
* Convert CertificatePolicies to Rust (#6400)Alex Gaynor2021-10-121-0/+34
* Structure X.509 code to start moving extension encoding to Rust (#6369)Alex Gaynor2021-10-052-1/+65
* fixes #6363 - restores cert repr to its pre-oxidized form (#6364)Alex Gaynor2021-10-041-3/+3
* Accept combined PEM files with multiple sections (#6365)Maximilian Hils2021-10-031-0/+16
* support legacy PEM headers for certificate and CSR (#6356)Paul Kehrer2021-10-021-0/+16
* Parse CSRs in pure rust (#6312)Paul Kehrer2021-09-281-4/+50
* Added additional OCSP response tests (#6300)Alex Gaynor2021-09-241-0/+27
* Migrate CRL implementation to Rust (#6276)Alex Gaynor2021-09-201-8/+10
* Don't internal error on CRL with no nextUpdate value (#6282)Alex Gaynor2021-09-191-0/+8
* Added more tests for empty CRL (#6281)Alex Gaynor2021-09-191-0/+5
* Added a test of encoding a CRLReason, needed for Rust coverage (#6278)Alex Gaynor2021-09-191-1/+4
* add vector omitting optional ASN.1 SEQUENCE for an empty CRL (#6279)Paul Kehrer2021-09-181-0/+10
* backport some tests needed for full coverage of rust (#6277)Alex Gaynor2021-09-191-0/+17
* resolve lazy import race condition (#6272)Paul Kehrer2021-09-121-1/+1
* Added a missing test case for x509 scts (#6237)Alex Gaynor2021-08-291-0/+16
* Add RDN for emailAddress (#6100)DivineHawk2021-08-121-4/+2
* parse certificates with pure rust (#6147)Paul Kehrer2021-07-251-19/+67