summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use defined_by for (EC)DSA signature AlgorithmIdentifiers (#8875)Alex Gaynor2023-05-053-24/+39
* Use defined_by for RSA signature AlgorithmIdentifiers (#8874)Alex Gaynor2023-05-052-32/+26
* Switch AlgorithmIdentifier to use rust-asn1's native defined by support (#8870)Alex Gaynor2023-05-059-78/+144
* Bump asn1 from 0.15.0 to 0.15.1 in /src/rust (#8871)dependabot[bot]2023-05-053-6/+6
* Bump urllib3 from 1.26.15 to 2.0.2 (#8869)dependabot[bot]2023-05-051-1/+1
* Bump requests from 2.29.0 to 2.30.0 (#8868)dependabot[bot]2023-05-051-1/+1
* Bump BoringSSL and/or OpenSSL in CI (#8866)pyca-boringbot[bot]2023-05-041-4/+4
* Bump BoringSSL and/or OpenSSL in CI (#8863)pyca-boringbot[bot]2023-05-041-4/+4
* Fix for #8854 (#8855)Harmin Parra Rueda2023-05-032-0/+7
* Bump pkg-config from 0.3.26 to 0.3.27 in /src/rust (#8862)dependabot[bot]2023-05-031-2/+2
* Bump BoringSSL and/or OpenSSL in CI (#8861)pyca-boringbot[bot]2023-05-031-4/+4
* Switch the vectors pacakge to use modern pyproject.toml (#8853)Alex Gaynor2023-05-026-31/+30
* Bump ruff from 0.0.263 to 0.0.264 (#8857)dependabot[bot]2023-05-021-1/+1
* Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1 (#8856)dependabot[bot]2023-05-021-1/+1
* Bump BoringSSL and/or OpenSSL in CI (#8852)pyca-boringbot[bot]2023-05-021-4/+4
* Bump requests-toolbelt from 0.10.1 to 1.0.0 (#8851)dependabot[bot]2023-05-011-1/+1
* Bump coverage from 7.2.4 to 7.2.5 (#8848)dependabot[bot]2023-05-011-1/+1
* Remove manual fix for twisted in CI (#8847)Alex Gaynor2023-04-301-1/+1
* Switch from check-manifest to check-sdist (#8846)Alex Gaynor2023-04-305-13/+24
* Remove pointless newlines that snuck in (#8845)Alex Gaynor2023-04-301-2/+0
* move ASN1DHParams to cryptography_x509::common (#8844)Paul Kehrer2023-04-292-9/+10
* Bump BoringSSL and/or OpenSSL in CI (#8843)pyca-boringbot[bot]2023-04-281-4/+4
* Bump rich from 13.3.4 to 13.3.5 (#8841)dependabot[bot]2023-04-281-1/+1
* Bump platformdirs from 3.4.0 to 3.5.0 (#8839)dependabot[bot]2023-04-281-1/+1
* Bump coverage from 7.2.3 to 7.2.4 (#8840)dependabot[bot]2023-04-281-1/+1
* Bump virtualenv from 20.22.0 to 20.23.0 (#8838)dependabot[bot]2023-04-281-1/+1
* Bump BoringSSL and/or OpenSSL in CI (#8837)pyca-boringbot[bot]2023-04-271-2/+2
* Bump platformdirs from 3.3.0 to 3.4.0 (#8834)dependabot[bot]2023-04-271-1/+1
* Bump requests from 2.28.2 to 2.29.0 (#8836)dependabot[bot]2023-04-271-1/+1
* Bump BoringSSL and/or OpenSSL in CI (#8832)pyca-boringbot[bot]2023-04-271-4/+4
* Automate the version bump (#8828)Alex Gaynor2023-04-264-9/+51
* Remove a bunch of unused bindings (#8830)Alex Gaynor2023-04-265-65/+7
* Bump platformdirs from 3.2.0 to 3.3.0 (#8831)dependabot[bot]2023-04-261-1/+1
* Bump BoringSSL and/or OpenSSL in CI (#8829)pyca-boringbot[bot]2023-04-261-4/+4
* update macos wheel builder to use latest 3.11.x (#8827)Paul Kehrer2023-04-251-2/+2
* Stop invoking setup.py in wheel builder (#8826)Alex Gaynor2023-04-251-11/+18
* See if we can always enable abi3 (#8823)Alex Gaynor2023-04-253-8/+2
* Bump sphinx from 6.2.0 to 6.2.1 (#8825)dependabot[bot]2023-04-251-1/+1
* Bump ruff from 0.0.262 to 0.0.263 (#8824)dependabot[bot]2023-04-251-1/+1
* Move is_fips logic to Rust (#8822)Alex Gaynor2023-04-256-16/+67
* Convert KDFs to Rust (#8787)Alex Gaynor2023-04-257-69/+99
* Migrate DH to Rust (#8768)Alex Gaynor2023-04-2415-543/+585
* Don't use setup.py in doc tests (#8820)Alex Gaynor2023-04-253-4/+6
* Bump BoringSSL and/or OpenSSL in CI (#8821)pyca-boringbot[bot]2023-04-251-4/+4
* Bump openssl from 0.10.51 to 0.10.52 in /src/rust (#8819)dependabot[bot]2023-04-243-4/+4
* Bump target-lexicon from 0.12.6 to 0.12.7 in /src/rust (#8818)dependabot[bot]2023-04-241-2/+2
* Switch to using python -m build in wheel-builder (#8816)Alex Gaynor2023-04-241-3/+3
* Bump openssl-sys from 0.9.86 to 0.9.87 in /src/rust (#8817)dependabot[bot]2023-04-243-4/+4
* Factor out a few more extension encodings (#8814)Alex Gaynor2023-04-242-50/+59
* Refactor encode_extensions so that the largest extensions aren't inline (#8813)Alex Gaynor2023-04-241-207/+228