summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Additional MSRV comments (#8611)Alex Gaynor2023-03-251-0/+2
* Bump target-lexicon from 0.12.4 to 0.12.6 in /src/rust (#8608)dependabot[bot]2023-03-251-2/+2
* Bump indoc from 1.0.4 to 1.0.9 in /src/rust (#8610)dependabot[bot]2023-03-251-5/+2
* Bump filelock from 3.10.3 to 3.10.4 (#8605)dependabot[bot]2023-03-251-1/+1
* Bump pyo3 from 0.18.1 to 0.18.2 in /src/rust (#8607)dependabot[bot]2023-03-251-10/+10
* Bump parking_lot from 0.11.2 to 0.12.1 in /src/rust (#8606)dependabot[bot]2023-03-251-16/+14
* port 40.0.1 changelog to main (#8604)Paul Kehrer2023-03-251-0/+8
* Fix handling very large pointer values (32-bit) (#8602)Alex Gaynor2023-03-252-3/+3
* Bump BoringSSL and/or OpenSSL in CI (#8601)pyca-boringbot[bot]2023-03-251-2/+2
* Use sparse protocol in bench (#8599)Alex Gaynor2023-03-241-0/+3
* Add benchmark for loading DER certificates (#8597)Alex Gaynor2023-03-241-0/+10
* Drop our own intern! macro in favor of pyo3's (#8596)Alex Gaynor2023-03-2417-323/+266
* Upgrade to pyo3 0.18 (#6935)Alex Gaynor2023-03-2420-244/+196
* Migrate from setup.cfg to pyproject.toml completely (#8116)Alex Gaynor2023-03-255-116/+105
* Use the DEFINED BY functionality from rust-asn1 in pkcs7.rs (#7848)Alex Gaynor2023-03-252-23/+21
* remove unused binding (#8593)Alex Gaynor2023-03-251-1/+0
* remove unused warning constant (#8594)Alex Gaynor2023-03-251-1/+0
* fix copyright years (#8595)Alex Gaynor2023-03-252-2/+2
* remove a test dep (#8446)Paul Kehrer2023-03-243-8/+4
* update MSRV 1.48.0 -> 1.56.0 (#8587)Paul Kehrer2023-03-246-17/+12
* drop python 3.6 support (#8448)Paul Kehrer2023-03-2413-71/+47
* drop support for openssl < 1.1.1d (#8449)Paul Kehrer2023-03-2420-1194/+20
* get the proper workflow id for publishing (#8586)Paul Kehrer2023-03-241-1/+1
* Bump actions/checkout from 3.4.0 to 3.5.0 (#8590)dependabot[bot]2023-03-244-13/+13
* Bump actions/checkout from 3.4.0 to 3.5.0 in /.github/actions/wycheproof (#8588)dependabot[bot]2023-03-241-1/+1
* reopen main for 41 dev (#8584)Paul Kehrer2023-03-243-2/+9
* version bump and changelog for 40.0.0 (#8583)40.0.0Paul Kehrer2023-03-243-5/+5
* Migrate x25519 to use rust-openssl (#7933)Alex Gaynor2023-03-2413-158/+410
* fixes #8450 -- enable sparse registry everywhere (#8566)Alex Gaynor2023-03-241-12/+3
* Bump ruff from 0.0.258 to 0.0.259 (#8580)dependabot[bot]2023-03-241-1/+1
* Bump openssl from 0.10.47 to 0.10.48 in /src/rust (#8581)dependabot[bot]2023-03-242-5/+5
* Bump filelock from 3.10.2 to 3.10.3 (#8579)dependabot[bot]2023-03-241-1/+1
* Bump BoringSSL and/or OpenSSL in CI (#8578)pyca-boringbot[bot]2023-03-241-2/+2
* Bump filelock from 3.10.0 to 3.10.2 (#8575)dependabot[bot]2023-03-231-1/+1
* we don't need these in the constraints since we no longer depend on them (#8577)Paul Kehrer2023-03-231-4/+0
* Bump ruff from 0.0.257 to 0.0.258 (#8574)dependabot[bot]2023-03-231-1/+1
* Bump BoringSSL and/or OpenSSL in CI (#8573)pyca-boringbot[bot]2023-03-231-4/+4
* Refs #8570 -- lower cxx version to match our MSRV (#8572)Alex Gaynor2023-03-221-8/+8
* handle case where WIN32_LEAN_AND_MEAN may already be defined (#8571)Paul Kehrer2023-03-221-0/+2
* Bump actions/stale from 7.0.0 to 8.0.0 (#8569)dependabot[bot]2023-03-221-1/+1
* also update mtimes on src/_cffi_src (#8567)Alex Gaynor2023-03-221-4/+4
* Remove unused error bindings (#8568)Alex Gaynor2023-03-221-3/+0
* Bump proc-macro2 from 1.0.52 to 1.0.53 in /src/rust (#8565)dependabot[bot]2023-03-221-2/+2
* Bump BoringSSL and/or OpenSSL in CI (#8562)pyca-boringbot[bot]2023-03-211-4/+4
* Bump iana-time-zone from 0.1.53 to 0.1.54 in /src/rust (#8561)dependabot[bot]2023-03-211-3/+69
* remove hypothesis from our test suite (#8560)Paul Kehrer2023-03-216-82/+0
* update docs about testing, switch to 3.1.0 across more of our CI (#8558)Paul Kehrer2023-03-212-10/+11
* no more types-requests (#8559)Paul Kehrer2023-03-211-1/+0
* Bump BoringSSL and/or OpenSSL in CI (#8557)pyca-boringbot[bot]2023-03-211-4/+4
* Added support for handling python buffers in Rust code (#8556)Alex Gaynor2023-03-218-5/+92