summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version bump for 40.0.2 (#8728)40.0.240.0.xPaul Kehrer2023-04-142-2/+2
* update openssl/openssl-sys to support libressl 3.7.2 (#8723)Paul Kehrer2023-04-144-8/+14
* re-add a binding for an upcoming pyopenssl release (backport) (#8725)Paul Kehrer2023-04-141-0/+1
* Compare benchmarks against the target branch, not main (#8726) (#8727)Paul Kehrer2023-04-141-1/+2
* certbot moved their tests to an internal package (#8633)Paul Kehrer2023-03-291-1/+1
* Restore the x509 error verification codes (#8626) (#8628)Paul Kehrer2023-03-281-2/+59
* Backport fix for 40.0.1 (#8603)40.0.1Alex Gaynor2023-03-255-7/+14
* 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
* libressl 3.7.1 (#8553)Alex Gaynor2023-03-201-1/+1
* Simplify/unify Rust and Python OpenSSL error handling (#8552)Alex Gaynor2023-03-2012-124/+94
* Bump openssl from 0.10.46 to 0.10.47 in /src/rust (#8550)dependabot[bot]2023-03-202-5/+5
* Bump BoringSSL and/or OpenSSL in CI (#8549)pyca-boringbot[bot]2023-03-191-2/+2
* Bump BoringSSL and/or OpenSSL in CI (#8548)pyca-boringbot[bot]2023-03-191-2/+2
* Bump importlib-metadata from 6.0.0 to 6.1.0 (#8544)dependabot[bot]2023-03-181-1/+1
* Bump ruff from 0.0.256 to 0.0.257 (#8543)dependabot[bot]2023-03-181-1/+1
* fix logic for this skip (#8542)Alex Gaynor2023-03-181-1/+1
* Bump BoringSSL and/or OpenSSL in CI (#8541)pyca-boringbot[bot]2023-03-181-2/+2
* skip memleak tests on pypy (#8540)Alex Gaynor2023-03-181-2/+4
* Bump coverage from 7.2.1 to 7.2.2 (#8539)dependabot[bot]2023-03-171-1/+1
* enable cargo sparse registries on windows (#8538)Alex Gaynor2023-03-171-0/+2
* Bump BoringSSL and/or OpenSSL in CI (#8537)pyca-boringbot[bot]2023-03-171-4/+4
* Bump filelock from 3.9.1 to 3.10.0 (#8535)dependabot[bot]2023-03-161-1/+1
* Bump actions/checkout from 3.3.0 to 3.4.0 in /.github/actions/wycheproof (#8536)dependabot[bot]2023-03-161-1/+1
* Bump hypothesis from 6.68.3 to 6.70.0 (#8534)dependabot[bot]2023-03-161-1/+1
* Bump actions/checkout from 3.3.0 to 3.4.0 (#8533)dependabot[bot]2023-03-164-13/+13
* Enable cargo sparse registry on ubuntu (#8532)Alex Gaynor2023-03-161-0/+6
* Support handling OpenSSL errors from Rust code (#8530)Alex Gaynor2023-03-1619-142/+246