-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: pyca/cryptography
base: 38.0.4
head repository: pyca/cryptography
compare: 39.0.0
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 33c7553 - Browse repository at this point
Copy the full SHA 33c7553View commit details -
Bump BoringSSL version to 2e295b91a3c441d32f985bef0dcff5e639f1f448 (#…
…7569) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8bb67c4 - Browse repository at this point
Copy the full SHA 8bb67c4View commit details -
There's still a few TODOs for cleanup. Refs #7109
Configuration menu - View commit details
-
Copy full SHA for 2cae24a - Browse repository at this point
Copy the full SHA 2cae24aView commit details -
Increase our minimum LibreSSL. (#7571)
OpenBSD 7.0 ships 3.4, and Alpine 3.14 ships 3.3.6
Configuration menu - View commit details
-
Copy full SHA for 9547b31 - Browse repository at this point
Copy the full SHA 9547b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b6e463 - Browse repository at this point
Copy the full SHA 2b6e463View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4b1a1 - Browse repository at this point
Copy the full SHA 7f4b1a1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d518a18 - Browse repository at this point
Copy the full SHA d518a18View commit details -
Configuration menu - View commit details
-
Copy full SHA for b376fd2 - Browse repository at this point
Copy the full SHA b376fd2View commit details
Commits on Sep 8, 2022
-
Bump BoringSSL version to 9f426b60fabf5e5fec0a0a05120de19289ef1fdf (#…
…7580) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2bda121 - Browse repository at this point
Copy the full SHA 2bda121View commit details
Commits on Sep 9, 2022
-
Bump BoringSSL version to 7b2795a323b41e7b148bcd6f6318d67efccb0ce4 (#…
…7582) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 05c2b78 - Browse repository at this point
Copy the full SHA 05c2b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc3d1c - Browse repository at this point
Copy the full SHA 1bc3d1cView commit details
Commits on Sep 10, 2022
-
Bump BoringSSL version to 1b2b7b2e70ce5ff50df917ee7745403d824155c5 (#…
…7585) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a76687c - Browse repository at this point
Copy the full SHA a76687cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7be33 - Browse repository at this point
Copy the full SHA 2a7be33View commit details
Commits on Sep 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 07fa80f - Browse repository at this point
Copy the full SHA 07fa80fView commit details -
Remove pyOpenSSL fallback. (#7590)
We already require pyOpenSSL>=22.0, but pyOpenSSL has not required this fallback since 21.0.
Configuration menu - View commit details
-
Copy full SHA for af22226 - Browse repository at this point
Copy the full SHA af22226View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a4ff4 - Browse repository at this point
Copy the full SHA 52a4ff4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b266ba - Browse repository at this point
Copy the full SHA 7b266baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c3c6d2 - Browse repository at this point
Copy the full SHA 2c3c6d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc691f - Browse repository at this point
Copy the full SHA 8bc691fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b564cd6 - Browse repository at this point
Copy the full SHA b564cd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7989ea6 - Browse repository at this point
Copy the full SHA 7989ea6View commit details -
add more benchmarks for AEAD for upcoming optimizations (#7599)
* add more benchmarks for AEAD for upcoming optimizations * black
Configuration menu - View commit details
-
Copy full SHA for 66762b0 - Browse repository at this point
Copy the full SHA 66762b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d480268 - Browse repository at this point
Copy the full SHA d480268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30114c6 - Browse repository at this point
Copy the full SHA 30114c6View commit details
Commits on Sep 12, 2022
-
use fixed pool to improve perf of aead ChaCha20Poly1305 (#7601)
* use fixed pool to improve perf of aead ChaCha20Poly1305 ~35-45% speedup on benchmarks when reusing the same key for multiple operations * remove unneeded call
Configuration menu - View commit details
-
Copy full SHA for d6382bb - Browse repository at this point
Copy the full SHA d6382bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ed6568 - Browse repository at this point
Copy the full SHA 6ed6568View commit details
Commits on Sep 13, 2022
-
Bump js-sys from 0.3.59 to 0.3.60 in /src/rust (#7606)
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.59 to 0.3.60. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: js-sys 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>
Configuration menu - View commit details
-
Copy full SHA for f597470 - Browse repository at this point
Copy the full SHA f597470View commit details -
Bump iana-time-zone from 0.1.47 to 0.1.48 in /src/rust (#7608)
Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.47 to 0.1.48. - [Release notes](https://github.com/strawlab/iana-time-zone/releases) - [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md) - [Commits](strawlab/iana-time-zone@v0.1.47...v0.1.48) --- 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>
Configuration menu - View commit details
-
Copy full SHA for 7ddc077 - Browse repository at this point
Copy the full SHA 7ddc077View commit details -
Move to a libressl policy (#7605)
This policy is to support things that are in supported versions of openbsd. the current oldest supported openbsd is 7.0, which included libressl 3.4
Configuration menu - View commit details
-
Copy full SHA for 984bcb2 - Browse repository at this point
Copy the full SHA 984bcb2View commit details
Commits on Sep 14, 2022
-
Bump BoringSSL version to 91e0b11eba517d83b910b20fe3740eeb39ecb37e (#…
…7609) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a6d9661 - Browse repository at this point
Copy the full SHA a6d9661View commit details -
undef some conflicting macro/types on windows (#7588)
related: https://chromium.googlesource.com/chromium/src/+/refs/heads/main/base/win/wincrypt_shim.h this only affects boring on windows as of this commit
Configuration menu - View commit details
-
Copy full SHA for ddcdc08 - Browse repository at this point
Copy the full SHA ddcdc08View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed13a1c - Browse repository at this point
Copy the full SHA ed13a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a7f37 - Browse repository at this point
Copy the full SHA 93a7f37View commit details -
Bump unicode-ident from 1.0.3 to 1.0.4 in /src/rust (#7612)
Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.3...1.0.4) --- updated-dependencies: - dependency-name: unicode-ident 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>
Configuration menu - View commit details
-
Copy full SHA for 0938abf - Browse repository at this point
Copy the full SHA 0938abfView commit details
Commits on Sep 15, 2022
-
Bump BoringSSL version to 04989786e9ab16cef5261bbd05a2b1a8cb312dbf (#…
…7615) Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b95dd4a - Browse repository at this point
Copy the full SHA b95dd4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef786c - Browse repository at this point
Copy the full SHA 1ef786cView commit details
Commits on Sep 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2b9e230 - Browse repository at this point
Copy the full SHA 2b9e230View commit details
Commits on Sep 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6c6163f - Browse repository at this point
Copy the full SHA 6c6163fView commit details
Commits on Sep 18, 2022
-
docs: update of ChaCha20 specification in hazmat (#7622)
* docs: update of ChaCha20 specification in hazmat Clarification of the term nonce, because it is not clear to the user that is the concatenation of 4-byte counter and 12-byte nonce. That is important for compatibility with other implementations. * docs: reformat of ChaCha20 specification * Update docs/hazmat/primitives/symmetric-encryption.rst Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 49d1e4f - Browse repository at this point
Copy the full SHA 49d1e4fView commit details -
a new domain has decided to have an expired cert (#7623)
the old one finally got fixed
Configuration menu - View commit details
-
Copy full SHA for 9ca1d23 - Browse repository at this point
Copy the full SHA 9ca1d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for b90c53e - Browse repository at this point
Copy the full SHA b90c53eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff1f39 - Browse repository at this point
Copy the full SHA 6ff1f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab952d0 - Browse repository at this point
Copy the full SHA ab952d0View commit details
Commits on Sep 19, 2022
-
Bump ouroboros from 0.15.4 to 0.15.5 in /src/rust (#7626)
Bumps [ouroboros](https://github.com/joshua-maros/ouroboros) from 0.15.4 to 0.15.5. - [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>
Configuration menu - View commit details
-
Copy full SHA for afff2c7 - Browse repository at this point
Copy the full SHA afff2c7View commit details -
Bump syn from 1.0.99 to 1.0.100 in /src/rust (#7628)
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.99 to 1.0.100. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@1.0.99...1.0.100) --- updated-dependencies: - dependency-name: syn 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>
Configuration menu - View commit details
-
Copy full SHA for 8b0fbee - Browse repository at this point
Copy the full SHA 8b0fbeeView commit details
Commits on Sep 20, 2022
-
Bump libc from 0.2.132 to 0.2.133 in /src/rust (#7630)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.132 to 0.2.133. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.132...0.2.133) --- 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>
Configuration menu - View commit details
-
Copy full SHA for e3802d4 - Browse repository at this point
Copy the full SHA e3802d4View commit details
Commits on Sep 21, 2022
-
Bump lock_api from 0.4.8 to 0.4.9 in /src/rust (#7632)
Bumps [lock_api](https://github.com/Amanieu/parking_lot) from 0.4.8 to 0.4.9. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@lock_api-0.4.8...lock_api-0.4.9) --- 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>
Configuration menu - View commit details
-
Copy full SHA for 1ceccd9 - Browse repository at this point
Copy the full SHA 1ceccd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b1460c - Browse repository at this point
Copy the full SHA 7b1460cView commit details -
Bump peter-evans/create-pull-request from 4.1.1 to 4.1.2 (#7634)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@18f9043...171dd55) --- 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>
Configuration menu - View commit details
-
Copy full SHA for 4fd171a - Browse repository at this point
Copy the full SHA 4fd171aView commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f8d7320 - Browse repository at this point
Copy the full SHA f8d7320View commit details
There are no files selected for viewing
This file was deleted.