summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump BoringSSL and/or OpenSSL in CI (#8942)HEADmainpyca-boringbot[bot]2023-05-171-2/+2
* Bump proc-macro2 from 1.0.57 to 1.0.58 in /src/rust (#8940)dependabot[bot]2023-05-171-2/+2
* Move the remainder of the Rust coverage logic into the noxfile (#8936)Alex Gaynor2023-05-173-20/+90
* Fix gitlab URLs for linkcheck (#8938)Alex Gaynor2023-05-171-2/+2
* Bump BoringSSL and/or OpenSSL in CI (#8937)pyca-boringbot[bot]2023-05-171-2/+2
* Stop using cargo-binutils (#8935)Alex Gaynor2023-05-162-15/+7
* Cache slightly less in rust-coverage jobs (#8934)Alex Gaynor2023-05-162-16/+1
* don't use a set (#8931)Paul Kehrer2023-05-162-2/+43
* Bump BoringSSL and/or OpenSSL in CI (#8932)pyca-boringbot[bot]2023-05-161-4/+4
* Move slightly more of the rust coverage logic into noxfile.py (#8927)Alex Gaynor2023-05-152-24/+65
* Bump proc-macro2 from 1.0.56 to 1.0.57 in /src/rust (#8928)dependabot[bot]2023-05-151-2/+2
* Run full nox rust env in coverage jobs (#8924)Alex Gaynor2023-05-153-25/+20
* Pass --all to cargo test (#8925)Alex Gaynor2023-05-151-1/+3
* Bump BoringSSL and/or OpenSSL in CI (#8926)pyca-boringbot[bot]2023-05-141-2/+2
* Move code to sign.rs (#8922)Alex Gaynor2023-05-152-142/+141
* There are wheels for basically all linux distros now (#8923)Alex Gaynor2023-05-151-5/+4
* support PSS signatures in verify_directly_issued_by (#8908)Paul Kehrer2023-05-145-248/+152
* refactor signature algorithm parameters into a separate function (#8921)Paul Kehrer2023-05-141-84/+104
* Bump pytest-xdist from 3.2.1 to 3.3.0 (#8920)dependabot[bot]2023-05-131-1/+1
* Bump ruff from 0.0.265 to 0.0.267 (#8919)dependabot[bot]2023-05-131-1/+1
* Bump BoringSSL and/or OpenSSL in CI (#8917)pyca-boringbot[bot]2023-05-131-4/+4
* Use pyo3's add_function instead of add_wrapped (#8913)Alex Gaynor2023-05-1314-52/+52
* Remove linkcheck skip (#8915)Alex Gaynor2023-05-131-2/+0
* Bump platformdirs from 3.5.0 to 3.5.1 (#8914)dependabot[bot]2023-05-121-1/+1
* Bump BoringSSL and/or OpenSSL in CI (#8911)pyca-boringbot[bot]2023-05-111-4/+4
* Bump mypy from 1.2.0 to 1.3.0 (#8910)dependabot[bot]2023-05-111-1/+1
* support X.509 certificate PSS signing (#8888)Paul Kehrer2023-05-1012-28/+405
* add RSA PSS SHA1 hash algorithm + SHA1 MGF1 test vector (#8906)Paul Kehrer2023-05-112-0/+21
* Bump BoringSSL and/or OpenSSL in CI (#8905)pyca-boringbot[bot]2023-05-111-4/+4
* Make Extensions contain an optional RawExtensions (#8900)Alex Gaynor2023-05-114-21/+24
* certificate: add a `get_extension` helper (#8892)William Woodruff2023-05-1013-60/+193
* update cache key to reflect all rust files, not just cargo.lock (#8898)Paul Kehrer2023-05-101-2/+2
* Added a missing rerun-if stanza (#8899)Alex Gaynor2023-05-101-0/+1
* Bump BoringSSL and/or OpenSSL in CI (#8897)pyca-boringbot[bot]2023-05-101-2/+2
* Don't install coverage, it's not needed (#8895)Alex Gaynor2023-05-091-6/+6
* Bump quote from 1.0.26 to 1.0.27 in /src/rust (#8894)dependabot[bot]2023-05-091-2/+2
* Bump BoringSSL and/or OpenSSL in CI (#8893)pyca-boringbot[bot]2023-05-081-4/+4
* Bump libc from 0.2.143 to 0.2.144 in /src/rust (#8891)dependabot[bot]2023-05-081-2/+2
* add signature_algorithm_parameters to certificate (#8795)Paul Kehrer2023-05-077-19/+338
* Print more rust dirs for debugging in mtime-fix (#8887)Alex Gaynor2023-05-071-2/+2
* Bump asn1 from 0.15.1 to 0.15.2 in /src/rust (#8886)dependabot[bot]2023-05-073-6/+6
* invalid visible string support (#8884)Paul Kehrer2023-05-077-2/+108
* Try using the default LTO (#8883)Alex Gaynor2023-05-071-1/+0
* Bump libc from 0.2.142 to 0.2.143 in /src/rust (#8882)dependabot[bot]2023-05-071-2/+2
* Bump certifi from 2022.12.7 to 2023.5.7 (#8881)dependabot[bot]2023-05-071-1/+1
* Use parameters instead of oids in another place (#8880)Alex Gaynor2023-05-074-10/+13
* Check for sigalg by type rather than OID (#8878)Alex Gaynor2023-05-064-57/+128
* Bump ruff from 0.0.264 to 0.0.265 (#8879)dependabot[bot]2023-05-061-1/+1
* Bump BoringSSL and/or OpenSSL in CI (#8877)pyca-boringbot[bot]2023-05-051-4/+4
* Use defined_by for hash AlgorithmIdentifiers (#8876)Alex Gaynor2023-05-054-49/+64