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

Bump cryptography from 3.2.1 to 3.3.1 #2360

Merged
merged 1 commit into from
Dec 15, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2020

Bumps cryptography from 3.2.1 to 3.3.1.

Changelog

Sourced from cryptography's changelog.

3.3.1 - 2020-12-09


* Re-added a legacy symbol causing problems for older ``pyOpenSSL`` users.

.. _v3-3:

3.3 - 2020-12-08


* **BACKWARDS INCOMPATIBLE:** Support for Python 3.5 has been removed due to
  low usage and maintenance burden.
* **BACKWARDS INCOMPATIBLE:** The
  :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` and
  :class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM` now require
  64-bit to 1024-bit (8 byte to 128 byte) initialization vectors. This change
  is to conform with an upcoming OpenSSL release that will no longer support
  sizes outside this window.
* **BACKWARDS INCOMPATIBLE:** When deserializing asymmetric keys we now
  raise ``ValueError`` rather than ``UnsupportedAlgorithm`` when an
  unsupported cipher is used. This change is to conform with an upcoming
  OpenSSL release that will no longer distinguish between error types.
* **BACKWARDS INCOMPATIBLE:** We no longer allow loading of finite field
  Diffie-Hellman parameters of less than 512 bits in length. This change is to
  conform with an upcoming OpenSSL release that no longer supports smaller
  sizes. These keys were already wildly insecure and should not have been used
  in any application outside of testing.
* Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
  OpenSSL 1.1.1i.
* Python 2 support is deprecated in ``cryptography``. This is the last release
  that will support Python 2.
* Added the
  :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey.recover_data_from_signature`
  function to
  :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`
  for recovering the signed data from an RSA signature.

.. _v3-2-1:
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyca/cryptography/commit/1ff0d50948bbb6f2aa53d5648f1188a567d941cd&quot;&gt;&lt;code&gt;1ff0d50&lt;/code&gt;&lt;/a> re-add Cryptography_HAS_TLSEXT_HOSTNAME and bump for 3.3.1 (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5625&quot;&gt;#5625&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/7e8fff73cf0c597fe2df34daf2027506f84b9d3b&quot;&gt;&lt;code&gt;7e8fff7&lt;/code&gt;&lt;/a> Prepare for 3.3 release (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5603&quot;&gt;#5603&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/b5278c908574b2d965755d063a95812c6b520a8e&quot;&gt;&lt;code&gt;b5278c9&lt;/code&gt;&lt;/a> Fixed DH tests for latest CentOS FIPS OpenSSL (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5604&quot;&gt;#5604&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/6693d55cbe05c98c9e1fe3a8b08639f5491a572a&quot;&gt;&lt;code&gt;6693d55&lt;/code&gt;&lt;/a> Add support for RSA signature recovery (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5573&quot;&gt;#5573&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/8686d524b7b890bcbe6132b774bd72a3ae37cf0d&quot;&gt;&lt;code&gt;8686d52&lt;/code&gt;&lt;/a> Document that PKCS1v1.5 is not constant time (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5600&quot;&gt;#5600&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/1be144acc6b46ae2ece459d80a20831ac2ac1c74&quot;&gt;&lt;code&gt;1be144a&lt;/code&gt;&lt;/a> bump cffi minimum version to help out pyopenssl (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5598&quot;&gt;#5598&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/96f2d96d1c4884a7d314372d4876e0d45e24e342&quot;&gt;&lt;code&gt;96f2d96&lt;/code&gt;&lt;/a> remove legacy debugging code from setup.py (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5597&quot;&gt;#5597&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/2660f93eca71be5558cfcb9a120310636791e6ec&quot;&gt;&lt;code&gt;2660f93&lt;/code&gt;&lt;/a> Document that Firefox doesn't support unencrypted pkcs12 (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5596&quot;&gt;#5596&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/a2096694853aed0828d0aaf38e364577a52b3780&quot;&gt;&lt;code&gt;a209669&lt;/code&gt;&lt;/a> Added tls bindings for new OpenSSL APIs (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5595&quot;&gt;#5595&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyca/cryptography/commit/6d858c8bacc86da7dd1f9907f134767a0c8f91de&quot;&gt;&lt;code&gt;6d858c8&lt;/code&gt;&lt;/a> fixes <a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/4531&quot;&gt;#4531&lt;/a> -- support encoding SCTs in certificates (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/5594&quot;&gt;#5594&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/pyca/cryptography/compare/3.2.1...3.3.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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)

@dependabot dependabot bot added dependencies Updates of external dependencies python Pull requests that update Python code labels Dec 10, 2020
@homeassistant
Copy link

Hi @dependabot[bot],

It seems you haven't yet signed a CLA. Please do so here.

Once you do that we will be able to review and accept this pull request.

Thanks!

@homeassistant
Copy link

Hi @dependabot[bot],

It seems you haven't yet signed a CLA. Please do so here.

Once you do that we will be able to review and accept this pull request.

Thanks!

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2.1 to 3.3.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.2.1...3.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/cryptography-3.3.1 branch from 934233f to 94e6f0d Compare December 15, 2020 11:49
@homeassistant
Copy link

Hi @dependabot[bot],

It seems you haven't yet signed a CLA. Please do so here.

Once you do that we will be able to review and accept this pull request.

Thanks!

@pvizeli pvizeli merged commit 4f7ce1c into main Dec 15, 2020
@delete-merged-branch delete-merged-branch bot deleted the dependabot/pip/cryptography-3.3.1 branch December 15, 2020 11:52
@github-actions github-actions bot locked and limited conversation to collaborators Dec 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-needed dependencies Updates of external dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants