sort by:
Revision Author Date Message Commit Date
c18d056 38.0.4 changelog and version bump (#7854) 27 November 2022, 18:48:24 UTC
61e9d6a backport #7833 (#7853) * Update invalid EC key test for compatibility with upcoming OpenSSL changes (#7833) One of the tests checking behavior with invalid EC keys hardcoded the error reason. This commit replaces the string matching with a regex to match both the current string and a new reason, introduced by upcoming OpenSSL changes [0], which would otherwise trigger a false positive failure. [0]: https://github.com/openssl/openssl/pull/19681 * fix CI * fixes #7653 -- handle OPENSSL_cleanup existing on LibreSSL 3.6.0 (#7654) * kill CI cache * endless CI fixing Co-authored-by: Nicola Tuveri <nic.tuv@gmail.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> 27 November 2022, 18:14:27 UTC
7d9c6c3 Bump for 38.0.3 release (#7761) 01 November 2022, 21:01:29 UTC
39f8011 attempt to workaround downstream package testing situation (#7725) (#7757) * attempt to workaround downstream package testing situation (#7725) * attempt to workaround downstream package testing situation * Downgrade OpenSSL (in prep for bumping it shortly) 01 November 2022, 19:39:16 UTC
5b12ac8 Use PyPy binaries from manylinux image instead of our own (#7678) (#7693) 11 October 2022, 18:34:06 UTC
277ee0d 38.0.2 release (#7691) * upgrade openssl in CI and patch around 3.0.6 bug * changelog and version bump for 38.0.2 11 October 2022, 17:50:52 UTC
ce119b8 version properly in the changelog (#7578) 07 September 2022, 20:40:05 UTC
3ff5218 Backport tlv fix, 38.0.1 bump (#7576) * fix parsing for CRLs with TLVs > 65535 bytes (#7575) * add CRL test vector with 9,999 revoked items * bump rust-asn1 * add large CRL test this tests CRLs larger than 65535 bytes in size. rust-asn1 supports up to 4GiB TLVs now, but we'll avoid putting a test vector that big for now * changelog and 38.0.1 bump 07 September 2022, 12:19:50 UTC
52d6f1a version bump for 38 release (#7567) 06 September 2022, 23:36:08 UTC
8c687e6 Bump rust-asn1 to 0.12.1 (#7564) 05 September 2022, 23:15:41 UTC
aca4b10 Bump rust-asn1 to 0.12.0 (#7563) 05 September 2022, 22:45:21 UTC
1742975 support setting more PKCS12 serialization encryption options (#7560) * support setting more PKCS12 serialization encryption options This is limited support, but makes it possible to set two different PBES choices as well as set KDF rounds and MAC algorithm * Apply suggestions from code review Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> * review feedback redux * Update docs/hazmat/primitives/asymmetric/serialization.rst Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> 05 September 2022, 12:25:19 UTC
abb1f54 Bump once_cell from 1.13.1 to 1.14.0 in /src/rust (#7559) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.1 to 1.14.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.13.1...v1.14.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 02 September 2022, 12:20:21 UTC
01a0e3b Bump BoringSSL version to 8462a367bb57e9524c3d8eca9c62733c63a63cf4 (#7558) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 02 September 2022, 00:27:17 UTC
35a965f Bump ouroboros from 0.15.3 to 0.15.4 in /src/rust (#7557) Bumps [ouroboros](https://github.com/joshua-maros/ouroboros) from 0.15.3 to 0.15.4. - [Release notes](https://github.com/joshua-maros/ouroboros/releases) - [Commits](https://github.com/joshua-maros/ouroboros/commits) --- updated-dependencies: - dependency-name: ouroboros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 01 September 2022, 12:29:40 UTC
9a208e1 Bump BoringSSL version to 19009c51bff0706362e824f66a0b189326a1c27d (#7555) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 01 September 2022, 00:24:59 UTC
b342224 Bump iana-time-zone from 0.1.46 to 0.1.47 in /src/rust (#7552) Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.46 to 0.1.47. - [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.46...v0.1.47) --- updated-dependencies: - dependency-name: iana-time-zone dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 31 August 2022, 22:45:14 UTC
edd1e69 attempt to fix josepy tests by pinning poetry (#7553) * attempt to fix josepy tests for new poetry release * pin to older poetry 31 August 2022, 22:14:27 UTC
f9cf1cf Add a benchmark of loading a certificate (#7551) 31 August 2022, 02:04:12 UTC
69faea5 Bump BoringSSL version to 10fef972e47d1621b76af959733802167b8d4075 (#7550) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 31 August 2022, 00:30:55 UTC
b23eda2 Bump android_system_properties from 0.1.4 to 0.1.5 in /src/rust (#7548) Bumps [android_system_properties](https://github.com/nical/android_system_properties) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/nical/android_system_properties/releases) - [Commits](https://github.com/nical/android_system_properties/commits) --- updated-dependencies: - dependency-name: android_system_properties dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 30 August 2022, 12:27:17 UTC
89ea71a Bump BoringSSL version to ee477d433e0297dcdd4e51139fcbd0700cf794df (#7547) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 30 August 2022, 00:35:24 UTC
4acd930 Bump lock_api from 0.4.7 to 0.4.8 in /src/rust (#7546) Bumps [lock_api](https://github.com/Amanieu/parking_lot) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/lock_api-0.4.7...lock_api-0.4.8) --- updated-dependencies: - dependency-name: lock_api dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 28 August 2022, 16:51:00 UTC
7d78b94 Bump BoringSSL version to 779f7d0840a8bac4a0e10f2df4b08cd42df35592 (#7543) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 27 August 2022, 01:08:42 UTC
2bb6785 add AES128/AES256 classes (#7542) These let developers be more explicit about the allowable key lengths for an AES key and make auditing the codebase a bit easier. But that's not really why we're adding them. In some upcoming serialization features we need to be able to specify AES 128 vs AES 256 and the current class doesn't work for that since it computes key length from the key you provide it when instantiating the class. That's incompatible with serialization where the key is derived later in the process. C'est la vie. 26 August 2022, 04:19:12 UTC
041e69d Bump BoringSSL version to ebd8b8965c74ab06bb91f7a00b23822e1f1f26ca (#7541) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 26 August 2022, 00:33:52 UTC
9ecd036 Test with RHEL8's py38 as well (#7539) 25 August 2022, 00:48:15 UTC
83bd331 Bump BoringSSL version to b2d3c10cdc8fb642a842db2c6061743b4604b0b5 (#7540) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 25 August 2022, 00:34:29 UTC
4ed223e attempt to run all twisted tests (#7533) * attempt to run all twisted tests * try with glyph's branch * Update twisted.sh 24 August 2022, 03:02:02 UTC
ae20ce6 Bump ouroboros from 0.15.2 to 0.15.3 in /src/rust (#7536) Bumps [ouroboros](https://github.com/joshua-maros/ouroboros) from 0.15.2 to 0.15.3. - [Release notes](https://github.com/joshua-maros/ouroboros/releases) - [Commits](https://github.com/joshua-maros/ouroboros/commits/0.15.3) --- updated-dependencies: - dependency-name: ouroboros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 23 August 2022, 12:32:05 UTC
4ed8ed1 Revert "restore some bindings for older pyopenssl temporarily (#7136)" (#7532) * Revert "restore some bindings for older pyopenssl temporarily (#7136)" This reverts commit be4c22256ef0f76c6bc727420dafdac51f4badf8. * Changelog entry 23 August 2022, 05:12:00 UTC
a07e0d8 Bump actions/cache from 3.0.7 to 3.0.8 (#7535) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.8. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.7...v3.0.8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 22 August 2022, 12:19:44 UTC
bfd88da PoC for making key serialization more configurable (#7520) 22 August 2022, 03:22:01 UTC
ceaf549 added a comment to ci.yml (#7534) 21 August 2022, 21:40:58 UTC
4fe4955 Remove nanoseconds from datetime in OCSP (#7530) DER doesn't actually serialize them, and rust-asn1 may reject them 19 August 2022, 22:09:53 UTC
9443f68 Bump iana-time-zone from 0.1.45 to 0.1.46 in /src/rust (#7529) Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.45 to 0.1.46. - [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.45...v0.1.46) --- updated-dependencies: - dependency-name: iana-time-zone dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 19 August 2022, 12:33:45 UTC
0e537fd Bump peter-evans/create-pull-request from 4.1.0 to 4.1.1 (#7526) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/20dac2ed4875a1a8422d233a68f69088637446df...18f90432bedd2afd6a825469ffd38aa24712a91d) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 19 August 2022, 12:23:48 UTC
1eef248 Bump tibdex/github-app-token from 1.5.2 to 1.6 (#7527) Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.5.2 to 1.6. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/586e1a624db6a5a4ac2c53daeeded60c5e3d50fe...f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 19 August 2022, 12:22:57 UTC
9f73b0c Bump once_cell from 1.13.0 to 1.13.1 in /src/rust (#7524) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 August 2022, 12:32:48 UTC
7a4bfea Bump libc from 0.2.131 to 0.2.132 in /src/rust (#7523) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.131 to 0.2.132. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.131...0.2.132) --- updated-dependencies: - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 August 2022, 12:28:05 UTC
b51ff50 Bump peter-evans/create-pull-request from 4.0.4 to 4.1.0 (#7522) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.0.4 to 4.1.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/923ad837f191474af6b1721408744feb989a4c27...20dac2ed4875a1a8422d233a68f69088637446df) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 August 2022, 12:20:04 UTC
0b65de2 small changelog style fix (#7519) 16 August 2022, 21:05:49 UTC
2adfeb5 Fix issue #7513 - parsing of RFC4514 strings should reverse the order of RDNs (#7514) * Fix issue #7513 - parsing of RFC4514 strings should reverse the order of RDNs * Solving code formating issues * Adding comment justifing the reversal of rdns on the RFC4514 parser * Comment changes on CHANGELOG.rst * fixing a typo on method link at CHANGELOG.rst * Removing reference to protected class _RFC4514NameParser from CHANGELOG.rst Co-authored-by: Alexandre Machado <alexandre@softnex.com.br> 16 August 2022, 19:57:20 UTC
2477a09 docs: add missing backquote (#7517) 16 August 2022, 17:09:03 UTC
953c99f Bump iana-time-zone from 0.1.44 to 0.1.45 in /src/rust (#7516) Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.44 to 0.1.45. - [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/0.1.44...v0.1.45) --- updated-dependencies: - dependency-name: iana-time-zone dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 16 August 2022, 12:21:08 UTC
03233c6 Bump BoringSSL version to a6d321b11fa80496b7c8ae6405468c212d4f5c87 (#7515) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 16 August 2022, 00:26:52 UTC
83fdf55 Run wheel-builder on PRs when key packaging files change (#7512) 15 August 2022, 15:06:39 UTC
59f6015 remove ext_package so top_level.txt is accurate in wheel metadata (#7511) 15 August 2022, 14:44:13 UTC
7a4c612 use the correct way of detecting backend feature (#7509) 15 August 2022, 13:39:59 UTC
f280499 try `EVP_CIPHER_fetch` due to `EVP_get_cipherbyname` is deprecated in GetCipherByName (#7503) 15 August 2022, 13:18:27 UTC
da1a30b KBKDF: add CounterLocation.MiddleFixed (#7489) * KBKDF: add CounterLocation.MiddleFixed * tests_kbkdf: add new tests - Test CounterLocation.MiddleFixed and blocation= * test_kbkdf_vectors: make use of MIDDLE_FIXED * docs: document KBKDF CounterLocation.MiddleFixed * s/blocation/break_location/g * CHANGELOG: document KBKDF{HMAC,CMAC} CounterLocation.MiddleFixed #7489 * kbkdf: fixed is static across n iterations, only the counter changes * kbkdf: check break_location is 0..len(fixed) - Update tests to assert exception is raised when break_location < 0 or > len(fixed) - When asserting for "break_location is ignored when MiddleFixed", use break_location=0 instead of =10, to ensure we don't raise because of break_location > len(fixed) - Assert that the right error messages are returned to the user. * kbkdf: keyword-only break_location * docs: document kw-only KBKDF{HMAC,CMAC} 15 August 2022, 12:19:12 UTC
9f7016c Bump chrono from 0.4.21 to 0.4.22 in /src/rust (#7507) Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.21 to 0.4.22. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.21...v0.4.22) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 14 August 2022, 17:41:15 UTC
39e2bcd Update to rust-asn1 0.11 (#7505) 14 August 2022, 15:58:56 UTC
79ea864 Bump BoringSSL version to d45d8933e61ccd8bd50fcf58f33a604627e6552c (#7506) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 14 August 2022, 00:23:46 UTC
25fc111 Bump BoringSSL version to 401137fec2fd855ceed7931f15a623d3cb18efdc (#7502) * Bump BoringSSL version to 401137fec2fd855ceed7931f15a623d3cb18efdc * remove boringssl ifdef Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> 13 August 2022, 12:29:23 UTC
eca5527 Bump libc from 0.2.129 to 0.2.131 in /src/rust (#7500) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.129 to 0.2.131. - [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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 12 August 2022, 12:21:43 UTC
3d2a430 Remove uneeded Results (#7499) 12 August 2022, 00:22:29 UTC
fd29d47 Bump iana-time-zone from 0.1.42 to 0.1.44 in /src/rust (#7498) Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.42 to 0.1.44. - [Release notes](https://github.com/strawlab/iana-time-zone/releases) - [Commits](https://github.com/strawlab/iana-time-zone/commits) --- updated-dependencies: - dependency-name: iana-time-zone dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 11 August 2022, 22:22:08 UTC
3ba9e15 remove old clippy allow, add new clippy allow (for rustc 1.63) (#7496) 11 August 2022, 20:00:17 UTC
1ea1e2d Bump actions/cache from 3.0.6 to 3.0.7 (#7495) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.6...v3.0.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 11 August 2022, 12:17:38 UTC
927cdce Bump iana-time-zone from 0.1.41 to 0.1.42 in /src/rust (#7493) Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.41 to 0.1.42. - [Release notes](https://github.com/strawlab/iana-time-zone/releases) - [Commits](https://github.com/strawlab/iana-time-zone/compare/0.1.41...0.1.42) --- updated-dependencies: - dependency-name: iana-time-zone dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 10 August 2022, 21:35:53 UTC
591592a Bump libc from 0.2.127 to 0.2.129 in /src/rust (#7492) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.127 to 0.2.129. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.127...0.2.129) --- 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> 10 August 2022, 12:20:08 UTC
121701a Bump chrono from 0.4.20 to 0.4.21 in /src/rust (#7490) Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.20 to 0.4.21. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.20...v0.4.21) --- updated-dependencies: - dependency-name: chrono 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> 09 August 2022, 22:58:19 UTC
6b63cd5 Bump ouroboros from 0.15.0 to 0.15.2 in /src/rust (#7487) Bumps [ouroboros](https://github.com/joshua-maros/ouroboros) from 0.15.0 to 0.15.2. - [Release notes](https://github.com/joshua-maros/ouroboros/releases) - [Commits](https://github.com/joshua-maros/ouroboros/commits) --- updated-dependencies: - dependency-name: ouroboros 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> 08 August 2022, 03:16:03 UTC
87d7e60 update link in docs (#7485) 06 August 2022, 03:59:14 UTC
be55c42 Bump BoringSSL version to ce65c1daf827f870cde6b54ee14e59117f38c0de (#7484) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 06 August 2022, 00:21:42 UTC
d50c9ea Bump actions/cache from 3.0.5 to 3.0.6 (#7483) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.5...v3.0.6) --- updated-dependencies: - dependency-name: actions/cache 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> 05 August 2022, 12:18:25 UTC
6b4d224 Bump chrono to 0.4.20 (#7482) this resolves a RUSTSEC, though we are not impacted by it 04 August 2022, 23:39:54 UTC
9c3cb0a Bump unicode-ident from 1.0.2 to 1.0.3 in /src/rust (#7480) Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.2...1.0.3) --- updated-dependencies: - dependency-name: unicode-ident 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> 04 August 2022, 03:31:23 UTC
e7c4f0c Bump libc from 0.2.126 to 0.2.127 in /src/rust (#7479) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.126 to 0.2.127. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.126...0.2.127) --- 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> 04 August 2022, 03:22:22 UTC
304efd2 Bump BoringSSL version to adaa322b63d1bfbd1abcf4a308926a9a83a6acbe (#7478) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 04 August 2022, 00:23:01 UTC
ca3d122 Bump syn from 1.0.98 to 1.0.99 in /src/rust (#7477) Bumps [syn](https://github.com/dtolnay/syn) from 1.0.98 to 1.0.99. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.98...1.0.99) --- updated-dependencies: - dependency-name: syn 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> 03 August 2022, 12:42:06 UTC
ce6e449 Bump quote from 1.0.20 to 1.0.21 in /src/rust (#7476) Bumps [quote](https://github.com/dtolnay/quote) from 1.0.20 to 1.0.21. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.20...1.0.21) --- updated-dependencies: - dependency-name: quote 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> 03 August 2022, 12:35:48 UTC
3aba8aa Bump proc-macro2 from 1.0.42 to 1.0.43 in /src/rust (#7475) Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.42 to 1.0.43. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.42...1.0.43) --- 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> 03 August 2022, 12:26:17 UTC
d794129 Bump actions/setup-python from 4.1.0 to 4.2.0 (#7474) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-python 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> 03 August 2022, 12:25:17 UTC
1a747bf Bump BoringSSL version to 7f857eace90b67f45c889b9aadadb5789ad9d33c (#7473) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 03 August 2022, 00:22:55 UTC
f87efd7 fixed two bindings that don't match our style guide (#7471) 02 August 2022, 15:47:07 UTC
ecd283c Bump unindent from 0.1.9 to 0.1.10 in /src/rust (#7470) Bumps [unindent](https://github.com/dtolnay/indoc) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/0.1.9...0.1.10) --- updated-dependencies: - dependency-name: unindent 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> 02 August 2022, 12:20:17 UTC
ed67b30 Upload wheels before sdist at release (#7469) So that pypi pppulates the data available via the JSON API 02 August 2022, 12:08:59 UTC
79bd183 Bump BoringSSL version to 15596efa5fe18e43bdc0ecd32d4ef93437f51d49 (#7465) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 02 August 2022, 00:23:23 UTC
5ddef62 Bump BoringSSL version to b7d6320be91bdf132349e8384bd779ffcff3f030 (#7461) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 31 July 2022, 04:44:21 UTC
fdb3a43 Resolve new flake8 errors (#7462) 31 July 2022, 02:29:00 UTC
40c3a08 Bump BoringSSL version to ccd665d2aa30375710957f3c357425fa10883613 (#7459) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 30 July 2022, 00:23:05 UTC
7bd86c3 Bump BoringSSL version to 5cb597e3ec19996f18a049c78cfa5e9e1a0da280 (#7457) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 29 July 2022, 00:23:57 UTC
75baf8f Bump BoringSSL version to 8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5 (#7455) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 28 July 2022, 00:23:54 UTC
a879aad document what about an UnvalidatedIA5String is unvalidated (#7453) 27 July 2022, 15:25:52 UTC
c84b9c3 Bump redox_syscall from 0.2.15 to 0.2.16 in /src/rust (#7452) Bumps redox_syscall from 0.2.15 to 0.2.16. --- updated-dependencies: - dependency-name: redox_syscall 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> 27 July 2022, 12:21:39 UTC
bb204bd Revert "pin rust nightly until regression is fixed (#7388)" (#7393) This reverts commit e1813824948ab9bccc994dacbf627c79a0c59dc4. 27 July 2022, 02:18:43 UTC
539b03b Bump BoringSSL version to 24c01865dc9e010db4edca08a94c2a1fbe092b23 (#7451) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 27 July 2022, 00:25:41 UTC
7b36be3 Bump BoringSSL version to b95c7e53d7d4376dbba18c3e3bbba99d66e3fbff (#7449) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 26 July 2022, 00:23:49 UTC
e9f9e29 Bump proc-macro2 from 1.0.41 to 1.0.42 in /src/rust (#7448) Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.41 to 1.0.42. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.41...1.0.42) --- 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> 26 July 2022, 00:00:06 UTC
4e4e66e Bump proc-macro2 from 1.0.40 to 1.0.41 in /src/rust (#7447) Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.40 to 1.0.41. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.40...1.0.41) --- 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> 25 July 2022, 12:23:22 UTC
d78a141 Bump redox_syscall from 0.2.13 to 0.2.15 in /src/rust (#7446) Bumps redox_syscall from 0.2.13 to 0.2.15. --- updated-dependencies: - dependency-name: redox_syscall 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> 24 July 2022, 11:49:26 UTC
72152be Revert "try pinning to older 3.10 (#7344)" (#7346) This reverts commit f581dfa9c9235f8fa2e097366c5be2147239f3f9. 23 July 2022, 15:13:51 UTC
806c184 remove bizzare dead code (#7444) 23 July 2022, 03:47:47 UTC
16bc747 Bump BoringSSL version to 4d7b383e989eff619a60eb1da1b18f613af65daf (#7445) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 23 July 2022, 00:24:48 UTC
64cb3c2 Bump BoringSSL version to 5697a9202615925696f8dc7f4e286d44d474769e (#7442) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 22 July 2022, 00:28:11 UTC
61c034c feat: drop max password length of 72 characters from 'serialize_ssh_private_key' (#7439) 20 July 2022, 23:52:18 UTC
4368331 Bump BoringSSL version to b95124305ab15c7523d3e21437309fa5dd717ee8 (#7437) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 20 July 2022, 00:24:27 UTC
28934d1 Bump BoringSSL version to dfddbc4ded0df5fdc7263384ab833562d2e67105 (#7434) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> 19 July 2022, 00:24:48 UTC
back to top