summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* deprecate backend part 13 of n (#6533)Paul Kehrer2021-11-034-55/+6
* fedora is now py310 (#6537)Paul Kehrer2021-11-031-1/+1
* deprecate backend part 4 of n (#6522)Paul Kehrer2021-11-029-204/+41
* deprecate backend part 3 of n (#6521)Paul Kehrer2021-11-025-134/+42
* deprecate backend part 2 of n (#6518)Paul Kehrer2021-11-023-19/+22
* support BMPString in explicitText parsing for legacy certificates (#6516)Paul Kehrer2021-11-022-6/+33
* deprecate backend part 1 of n (#6517)Paul Kehrer2021-11-028-19/+6
* handle case where private_value is the point at infinity (#6515)Paul Kehrer2021-11-022-1/+12
* ensure all-green fails when a dependent job fails (#6512)Paul Kehrer2021-11-011-0/+3
* Lower cooldown again (#6513)Alex Gaynor2021-11-011-1/+1
* Allow custom attribute shortnames in rfc4514_string (#6490)Marti Raudsepp2021-11-014-15/+104
* don't use wheels for coverage to work around musllinux perf issues (#6511)Paul Kehrer2021-10-311-0/+2
* Check for BoringSSL in err.py (#6510)Alex Gaynor2021-10-311-1/+1
* Check for BoringSSL in the engine bindings (#6509)Alex Gaynor2021-10-311-2/+10
* Check for BoringSSL in the crypto bindings (#6508)Alex Gaynor2021-10-311-5/+4
* Check for BoringSSL in ssl.py (#6507)Alex Gaynor2021-10-311-4/+4
* BoringSSL is like LibreSSL in bio.py (#6506)Alex Gaynor2021-10-311-1/+1
* Add a constant for when we're compiling on BoringSSL (#6505)Alex Gaynor2021-10-311-0/+7
* Take backend as a parameter so skips work (#6504)Alex Gaynor2021-11-012-2/+2
* add accvraiz1 bmpstring test vector (#6503)Paul Kehrer2021-10-312-0/+46
* Bump asn1 from 0.8.5 to 0.8.6 in /src/rust (#6500)dependabot[bot]2021-10-312-5/+5
* Bump libc from 0.2.105 to 0.2.106 in /src/rust (#6502)dependabot[bot]2021-10-311-2/+2
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-3110-409/+141
* Point pytest specifically at the tests/ dir (#6498)Alex Gaynor2021-10-301-2/+2
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-3110-168/+125
* Check for CCM support in their tests (#6497)Alex Gaynor2021-10-311-0/+4
* remove docs for removed backend methods (#6493)Alex Gaynor2021-10-291-26/+0
* support bmpstring and universalstring decoding in name (#6492)Paul Kehrer2021-10-292-2/+53
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-2911-307/+297
* Make it possible to have required jobs in GH without listing them all (#6491)Alex Gaynor2021-10-291-0/+7
* Attempt to turn FIPS small RSA errors into something useful (#6487)Alex Gaynor2021-10-292-1/+13
* fixes #6486 -- update the bounds on how much data AEADs can handle (#6488)Alex Gaynor2021-10-281-3/+3
* Bump syn from 1.0.80 to 1.0.81 in /src/rust (#6489)dependabot[bot]2021-10-281-2/+2
* Bump proc-macro2 from 1.0.30 to 1.0.32 in /src/rust (#6484)dependabot[bot]2021-10-271-2/+2
* add two additional DSA signature algorithm oids & test dsa_with_sha224 (#6483)Paul Kehrer2021-10-263-0/+17
* expand signing tests to encompass more signature OIDs (#6480)Paul Kehrer2021-10-261-6/+49
* Bump asn1 from 0.8.4 to 0.8.5 in /src/rust (#6478)dependabot[bot]2021-10-252-5/+5
* Bump pem from 1.0.0 to 1.0.1 in /src/rust (#6476)dependabot[bot]2021-10-251-2/+2
* fixed type of tbs certificate's signature algorithm (#6474)Alex Gaynor2021-10-261-1/+1
* Remove unused SSL bindings (#6473)Alex Gaynor2021-10-252-23/+0
* Port OCSP Response generation to Rust (#6460)Alex Gaynor2021-10-2512-197/+368
* 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
* Attempt to condense the rust jobs. (#6470)Alex Gaynor2021-10-251-58/+24
* 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
* Bump libc from 0.2.104 to 0.2.105 in /src/rust (#6463)dependabot[bot]2021-10-231-2/+2
* Bump asn1 from 0.8.3 to 0.8.4 in /src/rust (#6461)dependabot[bot]2021-10-232-5/+5
* Remove setup_requires -- setuptools has deprecated it (#6465)Alex Gaynor2021-10-242-6/+2
* Refactor OCSP code for reuse in OCSP response serialization (#6459)Alex Gaynor2021-10-232-28/+42