Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2021

Bumps cryptography from 3.3.2 to 36.0.1.

Changelog

Sourced from cryptography's changelog.

36.0.1 - 2021-12-14


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 1.1.1m.

.. _v36-0-0:

36.0.0 - 2021-11-21

  • FINAL DEPRECATION Support for verifier and signer on our asymmetric key classes was deprecated in version 2.0. These functions had an extended deprecation due to usage, however the next version of cryptography will drop support. Users should migrate to sign and verify.
  • The entire :doc:/x509/index layer is now written in Rust. This allows alternate asymmetric key implementations that can support cloud key management services or hardware security modules provided they implement the necessary interface (for example: :class:~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey).
  • :ref:Deprecated the backend argument<faq-missing-backend> for all functions.
  • Added support for :class:~cryptography.hazmat.primitives.ciphers.aead.AESOCB3.
  • Added support for iterating over arbitrary request :attr:~cryptography.x509.CertificateSigningRequest.attributes.
  • Deprecated the get_attribute_for_oid method on :class:~cryptography.x509.CertificateSigningRequest in favor of :meth:~cryptography.x509.Attributes.get_attribute_for_oid on the new :class:~cryptography.x509.Attributes object.
  • Fixed handling of PEM files to allow loading when certificate and key are in the same file.
  • Fixed parsing of :class:~cryptography.x509.CertificatePolicies extensions containing legacy BMPString values in their explicitText.
  • Allow parsing of negative serial numbers in certificates. Negative serial numbers are prohibited by :rfc:5280 so a deprecation warning will be raised whenever they are encountered. A future version of cryptography will drop support for parsing them.
  • Added support for parsing PKCS12 files with friendly names for all certificates with :func:~cryptography.hazmat.primitives.serialization.pkcs12.load_pkcs12, which will return an object of type :class:~cryptography.hazmat.primitives.serialization.pkcs12.PKCS12KeyAndCertificates.
  • :meth:~cryptography.x509.Name.rfc4514_string and related methods now have an optional attr_name_overrides parameter to supply custom OID to name mappings, which can be used to match vendor-specific extensions.
  • BACKWARDS INCOMPATIBLE: Reverted the nonstandard formatting of email address fields as E in :meth:~cryptography.x509.Name.rfc4514_string methods from version 35.0.

... (truncated)

Commits

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 Pull requests that update a dependency file python Pull requests that update Python code labels Dec 15, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/cryptography-36.0.1 branch 3 times, most recently from 7d1606a to 92d5e75 Compare December 17, 2021 15:36
@dependabot dependabot bot force-pushed the dependabot/pip/cryptography-36.0.1 branch from 92d5e75 to 12fc180 Compare January 3, 2022 16:28
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 36.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...36.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/cryptography-36.0.1 branch from 12fc180 to 56427f4 Compare February 3, 2022 21:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2022

Superseded by #695.

@dependabot dependabot bot closed this Mar 16, 2022
@dependabot dependabot bot deleted the dependabot/pip/cryptography-36.0.1 branch March 16, 2022 13:07
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 DO-NOT-MERGE python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants