Skip to content

Commit

Permalink
rephrase changelog entry (#5422)
Browse files Browse the repository at this point in the history
* rephrase changelog entry

* Update CHANGELOG.rst
  • Loading branch information
alex committed Aug 24, 2020
1 parent b9d26d2 commit 1394edb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -23,8 +23,10 @@ Changelog
and
:func:`~cryptography.hazmat.primitives.serialization.pkcs7.load_der_pkcs7_certificates`
.
* Resolved an issue causing large symmetric encryption calls (greater than
2\ :sup:`31` bytes) to raise an ``OverflowError``.
* Calling ``update`` or ``update_into`` on
:class:`~cryptography.hazmat.primitives.ciphers.CipherContext` with ``data``
longer than 2\ :sup:`31` bytes no longer raises an ``OverflowError``. This
also resolves the same issue in :doc:`/fernet`.

.. _v3-0:

Expand Down

0 comments on commit 1394edb

Please sign in to comment.