summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-174-92/+120
* raise warning on encoded default value in csr (#6615)Paul Kehrer2021-11-171-3/+4
* type some more things in the tests (#6614)Paul Kehrer2021-11-176-14/+32
* OCB3 support (#6607)Paul Kehrer2021-11-141-0/+132
* 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
* Run tests/hazmat/bindings/test_openssl.py on BoringSSL (#6592)Alex Gaynor2021-11-121-9/+20
* skip pkcs7 tests on boring (#6591)Paul Kehrer2021-11-121-19/+27
* Allow to serialize extension values as DER bytes strings (#6346)Felix Fontein2021-11-121-2/+424
* x509 tests for boring (#6590)Paul Kehrer2021-11-122-4/+8
* Run tests/primitives/test_{dh,serialization}.py on BoringSSL (#6589)Alex Gaynor2021-11-122-0/+20
* Run tests/hazmat/backends/ under BoringSSL (#6588)Alex Gaynor2021-11-121-1/+5
* Run tests/primitives/ (minus a few files) on BoringSSL (#6584)Alex Gaynor2021-11-111-1/+1
* 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
* Simplify backed name check in tests (#6558)Alex Gaynor2021-11-071-2/+2
* allow multiple identical pem blocks (#6551)Paul Kehrer2021-11-051-6/+14
* deprecate backend part 14 of...probably 15? (#6534)Paul Kehrer2021-11-033-26/+0
* deprecate backend part 11 of n (#6530)Paul Kehrer2021-11-032-18/+7
* deprecate backend part 8 of n (#6527)Paul Kehrer2021-11-031-9/+0
* deprecate backend part 7 of n (#6526)Paul Kehrer2021-11-031-8/+0
* deprecate backend part 12 of n (#6532)Paul Kehrer2021-11-036-119/+14
* deprecate backend part 13 of n (#6533)Paul Kehrer2021-11-032-30/+0
* support BMPString in explicitText parsing for legacy certificates (#6516)Paul Kehrer2021-11-021-0/+14
* handle case where private_value is the point at infinity (#6515)Paul Kehrer2021-11-021-0/+9
* Allow custom attribute shortnames in rfc4514_string (#6490)Marti Raudsepp2021-11-011-0/+17
* Take backend as a parameter so skips work (#6504)Alex Gaynor2021-11-011-1/+1
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-312-14/+2
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-312-12/+14
* Check for CCM support in their tests (#6497)Alex Gaynor2021-10-311-0/+4
* 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-292-23/+2
* Attempt to turn FIPS small RSA errors into something useful (#6487)Alex Gaynor2021-10-291-0/+9
* 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
* Revert "Ban cffi version that makes CI sad (#6418)" (#6441)Alex Gaynor2021-10-191-21/+23
* Make memleak test assertion more precise (#6440)Alex Gaynor2021-10-191-1/+1
* 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