Skip to content
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

build(deps): bump pycryptodomex from 3.10.4 to 3.11.0 #23

Merged
merged 1 commit into from
Oct 8, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2021

Bumps pycryptodomex from 3.10.4 to 3.11.0.

Changelog

Sourced from pycryptodomex's changelog.

3.11.0 (8 October 2021) ++++++++++++++++++++++++++

Resolved issues

  • GH#512: Especially for very small bit sizes, Crypto.Util.number.getPrime() was occasionally generating primes larger than given the bit size. Thanks to Koki Takahashi.
  • GH#552: Correct typing annotations for PKCS115_Cipher.decrypt().
  • GH#555: decrypt() method of a PKCS#1v1.5 cipher returned a bytearray instead of bytes.
  • GH#557: External DSA domain parameters were accepted even when the modulus (p) was not prime. This affected Crypto.PublicKey.DSA.generate() and Crypto.PublicKey.DSA.construct(). Thanks to Koki Takahashi.

New features

  • Added cSHAKE128 and cSHAKE256 (of SHA-3 family). Thanks to Michael Schaffner.
  • GH#558: The flag RTLD_DEEPBIND passed to dlopen() is not well supported by address sanitizers <https://github.com/google/sanitizers/issues/611>_. It is now possible to set the environment variable PYCRYPTDOME_DISABLE_DEEPBIND to drop that flag and allow security testing.
Commits
  • b92494b Bump version
  • 016252b Fix #558: add environment variable PYCRYPTODOME_DISABLE_DEEPBIND to help addr...
  • 61e1e6b Clarify in the docs that VS2015 redistributable is required for Python 2 on W...
  • 36d9bd2 Fixed the issue Crypto.Util.number.getPrime may occasionally generate prime l...
  • 4273aff Bump version
  • 89e9364 Update Changelog for GH#557
  • 6c0944a Fix parameter check in DSA construction
  • 0b17e20 Merge branch 'cshake'
  • d92998e Some tweaks to the original cSHAKE contribution
  • fdc6846 Update changelog, readme and docs
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.10.4 to 3.11.0.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](Legrandin/pycryptodome@v3.10.4...v3.11.0)

---
updated-dependencies:
- dependency-name: pycryptodomex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 8, 2021
@dogtopus dogtopus merged commit c11626f into master Oct 8, 2021
@dependabot dependabot bot deleted the dependabot/pip/pycryptodomex-3.11.0 branch October 8, 2021 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant