aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-03-08 09:53:09 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-03-07 20:53:09 -0500
commit6d04e958abef078042c9a82ddbaa2d3c384db4fa (patch)
treec542bb6c8784a762f192244ebe75f5f19f35fa7c /CHANGELOG.rst
parent88d836e10d090dfedc4b88a0fe302c77382a8211 (diff)
downloadcryptography-6d04e958abef078042c9a82ddbaa2d3c384db4fa.tar.gz
cryptography-6d04e958abef078042c9a82ddbaa2d3c384db4fa.tar.bz2
cryptography-6d04e958abef078042c9a82ddbaa2d3c384db4fa.zip
remove maccontext (#4803)
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 668c46eb..019d2577 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,11 +1,18 @@
Changelog
=========
+.. _v2-7:
+
2.7 - `master`_
~~~~~~~~~~~~~~~
.. note:: This version is not yet released and is under active development.
+* **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.
+
.. _v2-6-1:
2.6.1 - 2019-02-27
@@ -1143,8 +1150,8 @@ Changelog
:class:`~cryptography.fernet.MultiFernet`.
* More bit-lengths are now supported for ``p`` and ``q`` when loading DSA keys
from numbers.
-* Added :class:`~cryptography.hazmat.primitives.mac.MACContext` as a
- common interface for CMAC and HMAC and deprecated ``CMACContext``.
+* Added ``MACContext`` as a common interface for CMAC and HMAC and
+ deprecated ``CMACContext``.
* Added support for encoding and decoding :rfc:`6979` signatures in
:doc:`/hazmat/primitives/asymmetric/utils`.
* Added