summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump ruff from 0.0.260 to 0.0.261 (#8674)dependabot[bot]2023-04-051-1/+1
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.260 to 0.0.261. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.260...v0.0.261) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump dawidd6/action-download-artifact from 2.26.0 to 2.26.1 (#8673)dependabot[bot]2023-04-053-5/+5
| | | | | | | | | | | | | | | Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.26.0 to 2.26.1. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/5e780fc7bbd0cac69fc73271ed86edf5dcb72d67...7132ab516fba5f602fafae6fdd4822afa10db76f) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump peter-evans/create-pull-request from 4.2.4 to 5.0.0 (#8672)dependabot[bot]2023-04-051-1/+1
| | | | | | | | | | | | | | | Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.4 to 5.0.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/38e0b6e68b4c852a5500a94740f0e535e0d7ba54...5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump BoringSSL and/or OpenSSL in CI (#8670)pyca-boringbot[bot]2023-04-051-2/+2
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Bump libc from 0.2.140 to 0.2.141 in /src/rust (#8667)dependabot[bot]2023-04-041-2/+2
| | | | | | | | | | | | | | | Bumps [libc](https://github.com/rust-lang/libc) from 0.2.140 to 0.2.141. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/commits) --- updated-dependencies: - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove accidentally left-over TODO comments (#8666)Alex Gaynor2023-04-041-2/+0
|
* upgrade rust-asn1, which removes chrono dep (#8664)Paul Kehrer2023-04-049-96/+58
| | | | | | | * use new rust-asn1 non-chrono path * bump asn1 * oh yeah, remove that
* remove pytest-shard (#8665)Paul Kehrer2023-04-043-6/+1
|
* Bump BoringSSL and/or OpenSSL in CI (#8663)pyca-boringbot[bot]2023-04-041-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Bump proc-macro2 from 1.0.55 to 1.0.56 in /src/rust (#8661)dependabot[bot]2023-04-031-2/+2
| | | | | | | | | | | | | | | Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.55 to 1.0.56. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.55...1.0.56) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Several rust cleanups suggested by clippy in pedantic mode (#8658)Alex Gaynor2023-04-038-30/+21
|
* Bump BoringSSL and/or OpenSSL in CI (#8659)pyca-boringbot[bot]2023-04-031-2/+2
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Upgrade to Rust 2021 edition (#8656)Alex Gaynor2023-04-031-1/+1
|
* Drop usage of clock feature of chrono (#8657)Alex Gaynor2023-04-036-253/+13
| | | It adds a zillion dependencies, we can just let python get the current time
* Several improvements to our noxfile (#8655)Alex Gaynor2023-04-031-18/+17
| | | | | 1. Stream the output of pip install, don't blit it all out at the end 2. Reduce duplication in test job 3. Add an explanatory comment to the docs job
* remove cffi helper funcs and args that are no longer needed (#8654)Paul Kehrer2023-04-022-87/+1
|
* update docs for macOS dev with rust openssl (#8653)Paul Kehrer2023-04-021-18/+4
|
* Switch from tox to nox (#8651)Alex Gaynor2023-04-0210-251/+271
|
* Bump proc-macro2 from 1.0.54 to 1.0.55 in /src/rust (#8652)dependabot[bot]2023-04-011-2/+2
| | | | | | | | | | | | | | | Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.54 to 1.0.55. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.54...1.0.55) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update cargo packages that dependabot couldn't handle (#8646)Alex Gaynor2023-04-021-70/+13
|
* Bump openssl from 0.10.48 to 0.10.49 in /src/rust (#8650)dependabot[bot]2023-04-012-3/+3
| | | | | | | | | | | | | | | Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.48 to 0.10.49. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.48...openssl-v0.10.49) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump openssl-sys from 0.9.83 to 0.9.84 in /src/rust (#8649)dependabot[bot]2023-04-012-4/+3
| | | | | | | | | | | | | | | Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.83 to 0.9.84. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.83...openssl-sys-v0.9.84) --- updated-dependencies: - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump openssl-macros from 0.1.0 to 0.1.1 in /src/rust (#8648)dependabot[bot]2023-04-011-12/+23
| | | | | | | | | | | | | Bumps openssl-macros from 0.1.0 to 0.1.1. --- updated-dependencies: - dependency-name: openssl-macros dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump BoringSSL and/or OpenSSL in CI (#8647)pyca-boringbot[bot]2023-04-011-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Make the readme metadata static (#8639)Alex Gaynor2023-03-311-2/+2
|
* Bump BoringSSL and/or OpenSSL in CI (#8645)pyca-boringbot[bot]2023-03-311-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* do not use pip_install_editable (#8644)Brad Warren2023-03-301-2/+2
|
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-31108-194/+330
|
* Bump ruff from 0.0.259 to 0.0.260 (#8642)dependabot[bot]2023-03-301-1/+1
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.259 to 0.0.260. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.259...v0.0.260) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump iana-time-zone from 0.1.54 to 0.1.55 in /src/rust (#8641)dependabot[bot]2023-03-301-13/+70
| | | | | | | | | | | | | | | | Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.54 to 0.1.55. - [Release notes](https://github.com/strawlab/iana-time-zone/releases) - [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md) - [Commits](https://github.com/strawlab/iana-time-zone/compare/v0.1.54...v0.1.55) --- updated-dependencies: - dependency-name: iana-time-zone dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump BoringSSL and/or OpenSSL in CI (#8638)pyca-boringbot[bot]2023-03-301-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Bump black from 23.1.0 to 23.3.0 (#8636)dependabot[bot]2023-03-301-1/+1
| | | | | | | | | | | | | | | | Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.1.0...23.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Switch from pytest-subtests to a mini-version that's faster (#8613)Alex Gaynor2023-03-293-6/+20
|
* define path for type for rust classes (no more builtins) (#8635)Paul Kehrer2023-03-2911-17/+17
|
* Bump BoringSSL and/or OpenSSL in CI (#8631)pyca-boringbot[bot]2023-03-291-4/+4
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Error cleanly in setup.py when using a too-old PyPy (#8634)Alex Gaynor2023-03-291-0/+3
|
* certbot moved their tests to an internal package (#8632)Paul Kehrer2023-03-291-1/+1
|
* Bump filelock from 3.10.6 to 3.10.7 (#8630)dependabot[bot]2023-03-281-1/+1
| | | | | | | | | | | | | | | | Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.10.6 to 3.10.7. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.10.6...3.10.7) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump BoringSSL and/or OpenSSL in CI (#8627)pyca-boringbot[bot]2023-03-281-2/+2
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Restore the x509 error verification codes (#8626)Itamar Turner-Trauring2023-03-281-2/+59
| | | | | | | | | | | * Restore the x509 error verification codes. This is necessary for custom TLS certificate validation logic; see https://github.com/pyca/pyopenssl/issues/1201 * Remove changelog entry. --------- Co-authored-by: Itamar Turner-Trauring <itamar@pythonspeed.com>
* Bump rich from 13.3.2 to 13.3.3 (#8624)dependabot[bot]2023-03-271-1/+1
| | | | | | | | | | | | | | | | Bumps [rich](https://github.com/Textualize/rich) from 13.3.2 to 13.3.3. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.3.2...v13.3.3) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added support for OCSP AcceptableResponses extension (#8617)Alex Gaynor2023-03-2712-5/+164
| | | fixes #8589
* Bump proc-macro2 from 1.0.53 to 1.0.54 in /src/rust (#8621)dependabot[bot]2023-03-261-2/+2
| | | | | | | | | | | | | | | Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.53 to 1.0.54. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.53...1.0.54) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump tox from 4.4.7 to 4.4.8 (#8619)dependabot[bot]2023-03-261-1/+1
| | | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 4.4.7 to 4.4.8. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.4.7...4.4.8) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump platformdirs from 3.1.1 to 3.2.0 (#8620)dependabot[bot]2023-03-261-1/+1
| | | | | | | | | | | | | | | | Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/3.1.1...3.2.0) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump filelock from 3.10.4 to 3.10.6 (#8618)dependabot[bot]2023-03-261-1/+1
| | | | | | | | | | | | | | | | Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.10.4 to 3.10.6. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.10.4...3.10.6) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Close stale issues more quickly (#8616)Alex Gaynor2023-03-271-3/+3
| | | This is still more than one week of no response
* Bump BoringSSL and/or OpenSSL in CI (#8615)pyca-boringbot[bot]2023-03-261-2/+2
| | | Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
* Make CffiBuf implementation sounder (#8612)Alex Gaynor2023-03-262-3/+7
| | | This keeps the buffer object alive, in addition to the original object. Some buffer-implementors have different behavior based on whether there's a buffer object alive.
* Store X.509 structure contents as PyBytes (#8598)Alex Gaynor2023-03-255-45/+69
| | | This avoids a copy when we're loading from DER. There's still an extra copy when loading from PEM.