Skip to content

Update cryptography to 2.7#493

Merged
fantix merged 1 commit intomasterfrom
pyup-update-cryptography-2.6.1-to-2.7
Jul 14, 2019
Merged

Update cryptography to 2.7#493
fantix merged 1 commit intomasterfrom
pyup-update-cryptography-2.6.1-to-2.7

Conversation

@pyup-bot
Copy link
Copy Markdown
Contributor

This PR updates cryptography from 2.6.1 to 2.7.

Changelog

2.7

~~~~~~~~~~~~~~~~

* **BACKWARDS INCOMPATIBLE:** We no longer distribute 32-bit ``manylinux1``
wheels. Continuing to produce them was a maintenance burden.
* **BACKWARDS INCOMPATIBLE:** Removed the
``cryptography.hazmat.primitives.mac.MACContext`` interface. The ``CMAC`` and
``HMAC`` APIs have not changed, but they are no longer registered as
``MACContext`` instances.
* Removed support for running our tests with ``setup.py test``. Users
interested in running our tests can continue to follow the directions in our
:doc:`development documentation</development/getting-started>`.
* Add support for :class:`~cryptography.hazmat.primitives.poly1305.Poly1305`
when using OpenSSL 1.1.1 or newer.
* Support serialization with ``Encoding.OpenSSH`` and ``PublicFormat.OpenSSH``
in
:meth:`Ed25519PublicKey.public_bytes
<cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey.public_bytes>`
.
* Correctly allow passing a ``SubjectKeyIdentifier`` to
:meth:`~cryptography.x509.AuthorityKeyIdentifier.from_issuer_subject_key_identifier`
and deprecate passing an ``Extension`` object. The documentation always
required ``SubjectKeyIdentifier`` but the implementation previously
required an ``Extension``.

.. _v2-6-1:
Links

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 1735

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.561%

Totals Coverage Status
Change from base Build 1732: 0.0%
Covered Lines: 4040
Relevant Lines: 4099

💛 - Coveralls

@fantix fantix merged commit 2cca78b into master Jul 14, 2019
@fantix fantix deleted the pyup-update-cryptography-2.6.1-to-2.7 branch July 14, 2019 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants