-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump pycryptodome from 3.17 to 3.19.1 in /python #3174
Merged
github-actions
merged 3 commits into
main
from
dependabot/pip/python/pycryptodome-3.19.1
Jan 7, 2024
Merged
Bump pycryptodome from 3.17 to 3.19.1 in /python #3174
github-actions
merged 3 commits into
main
from
dependabot/pip/python/pycryptodome-3.19.1
Jan 7, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.17 to 3.19.1. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](Legrandin/pycryptodome@v3.17.0...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
th/dependencies
Theme: Pertains to project dependencies, including libraries or frameworks
lang/python
Language: Issues related to Python programming
labels
Jan 5, 2024
aronchick
approved these changes
Jan 7, 2024
github-actions
bot
deleted the
dependabot/pip/python/pycryptodome-3.19.1
branch
January 7, 2024 19:48
aronchick
added a commit
that referenced
this pull request
Jan 11, 2024
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.17 to 3.19.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Legrandin/pycryptodome/releases">pycryptodome's releases</a>.</em></p> <blockquote> <h2>v3.19.1 - Zeil</h2> <h2>Resolved issues</h2> <ul> <li>Fixed a side-channel leakage with OAEP decryption that could be exploited to carry out a Manger attack. Thanks to Hubert Kario.</li> </ul> <h2>v3.19.1 - Zeil (pycryptodomex)</h2> <h2>Resolved issues</h2> <ul> <li>Fixed a side-channel leakage with OAEP decryption that could be exploited to carry out a Manger attack. Thanks to Hubert Kario.</li> </ul> <h2>v3.19.0 - Ulm</h2> <h2>New features</h2> <ul> <li>The <code>update()</code> methods of TupleHash128 and TupleHash256 objects can now hash multiple items (byte strings) at once. Thanks to Sylvain Pelissier.</li> <li>Added support for ECDH, with <code>Crypto.Protocol.DH</code>.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#754: due to a bug in <code>cffi</code>, do not use it on Windows with Python 3.12+.</li> </ul> <h2>v3.19.0 - Ulm (pycryptodomex)</h2> <h2>New features</h2> <ul> <li>The <code>update()</code> methods of TupleHash128 and TupleHash256 objects can now hash multiple items (byte strings) at once. Thanks to Sylvain Pelissier.</li> <li>Added support for ECDH, with <code>Crypto.Protocol.DH</code>.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#754: due to a bug in <code>cffi</code>, do not use it on Windows with Python 3.12+.</li> </ul> <h2>v3.18.0 - Trier</h2> <h2>New features</h2> <ul> <li> <p>Added support for DER BOOLEAN encodings.</p> </li> <li> <p>The library now compiles on Windows ARM64. Thanks to Niyas Sait.</p> <p>Resolved issues</p> </li> </ul> <hr /> <ul> <li>GH#722: <code>nonce</code> attribute was not correctly set for XChaCha20_Poly1305 ciphers. Thanks to Liam Haber.</li> <li>GH#728: Workaround for a possible x86 emulator bug in Windows for ARM64.</li> <li>GH#739: OID encoding for arc 2 didn't accept children larger than 39. Thanks to James.</li> <li>Correctly check that the scalar matches the point when importing an ECC private key.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst">pycryptodome's changelog</a>.</em></p> <blockquote> <p>3.19.1 (28 December 2023) ++++++++++++++++++++++++++</p> <h2>Resolved issues</h2> <ul> <li>Fixed a side-channel leakage with OAEP decryption that could be exploited to carry out a Manger attack. Thanks to Hubert Kario.</li> </ul> <p>3.19.0 (16 September 2023) ++++++++++++++++++++++++++</p> <h2>New features</h2> <ul> <li>The <code>update()</code> methods of TupleHash128 and TupleHash256 objects can now hash multiple items (byte strings) at once. Thanks to Sylvain Pelissier.</li> <li>Added support for ECDH, with <code>Crypto.Protocol.DH</code>.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#754: due to a bug in <code>cffi</code>, do not use it on Windows with Python 3.12+.</li> </ul> <p>3.18.0 (18 May 2023) ++++++++++++++++++++++++++</p> <h2>New features</h2> <ul> <li>Added support for DER BOOLEAN encodings.</li> <li>The library now compiles on Windows ARM64. Thanks to Niyas Sait.</li> </ul> <h2>Resolved issues</h2> <ul> <li>GH#722: <code>nonce</code> attribute was not correctly set for XChaCha20_Poly1305 ciphers. Thanks to Liam Haber.</li> <li>GH#728: Workaround for a possible x86 emulator bug in Windows for ARM64.</li> <li>GH#739: OID encoding for arc 2 didn't accept children larger than 39. Thanks to James.</li> <li>Correctly check that the scalar matches the point when importing an ECC private key.</li> </ul> <p>3.17.0 (29 January 2023) ++++++++++++++++++++++++++</p> <h2>New features</h2> <ul> <li>Added support for the Counter Mode KDF defined in SP 800-108 Rev 1.</li> <li>Reduce the minimum tag length for the EAX cipher to 2 bytes.</li> <li>An RSA object has 4 new properties for the CRT coefficients: <code>dp</code>, <code>dq</code>, <code>invq</code> and <code>invq</code> (<code>invp</code> is the same value as the existing <code>u</code>).</li> </ul> <h2>Resolved issues</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Legrandin/pycryptodome/commit/ef270ab436bddb437f8de122085bcf26dc9ad904"><code>ef270ab</code></a> Update wheels action</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/3278edd0e99d1a45231de4b4b2a77b50963431e9"><code>3278edd</code></a> Update changelog and version</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/10e8216079e6965eddac4bf293c3049a8b76b5d7"><code>10e8216</code></a> Update PSS verify signature code example.</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/4ec4b85c65210a2809974b2fd1e6677cf2b0fc57"><code>4ec4b85</code></a> Bump version</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/0deea1bfe1489e8c80d2053bbb06a1aa0b181ebd"><code>0deea1b</code></a> Use constant-time (faster) padding decoding also for OAEP</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/519e7aea6de4e8f03b62c6e1dba724aca738882e"><code>519e7ae</code></a> Avoid changing signature of RSA._decrypt() method if possible</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/1aa9dca20cd9485c8bcef2ecfdd05d407ae9edb7"><code>1aa9dca</code></a> Update changelog and bump version</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/afb5e27a15efe59e33c2825d40ef44995c13b8bc"><code>afb5e27</code></a> Fix side-channel leakage in RSA decryption</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/ee91c677a0862914aa7c0bf5829dc59306a93630"><code>ee91c67</code></a> Update CMAC.py</li> <li><a href="https://github.com/Legrandin/pycryptodome/commit/43a466d170a5e28187732b90b2a7594ab06b6c6d"><code>43a466d</code></a> Fix small "passes" typo.</li> <li>Additional commits viewable in <a href="https://github.com/Legrandin/pycryptodome/compare/v3.17.0...v3.19.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pycryptodome&package-manager=pip&previous-version=3.17&new-version=3.19.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bacalhau-project/bacalhau/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Aronchick <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
lang/python
Language: Issues related to Python programming
th/dependencies
Theme: Pertains to project dependencies, including libraries or frameworks
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps pycryptodome from 3.17 to 3.19.1.
Release notes
Sourced from pycryptodome's releases.
... (truncated)
Changelog
Sourced from pycryptodome's changelog.
... (truncated)
Commits
ef270ab
Update wheels action3278edd
Update changelog and version10e8216
Update PSS verify signature code example.4ec4b85
Bump version0deea1b
Use constant-time (faster) padding decoding also for OAEP519e7ae
Avoid changing signature of RSA._decrypt() method if possible1aa9dca
Update changelog and bump versionafb5e27
Fix side-channel leakage in RSA decryptionee91c67
Update CMAC.py43a466d
Fix small "passes" typo.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.