aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-08-22 09:37:32 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2017-08-22 12:37:32 -0400
commite2c1c0fb8cb91b18597496b00df6a23b77f4affa (patch)
tree9c4dbdc20ac56f9a3a41ccbcc6423e47e8dd8f47 /CHANGELOG.rst
parent22bedaafa70283e3efd735b3fba667172a25310f (diff)
downloadcryptography-e2c1c0fb8cb91b18597496b00df6a23b77f4affa.tar.gz
cryptography-e2c1c0fb8cb91b18597496b00df6a23b77f4affa.tar.bz2
cryptography-e2c1c0fb8cb91b18597496b00df6a23b77f4affa.zip
add blake2b/blake2s support for hmac (#3873)
* add blake2b/blake2s support for hmac This was a bug, but it turns out the noise protocol suggests using the HMAC construction with BLAKE2 (rather than BLAKE2's own keyed functionality) for a few reasons, so we should support it. * actually test the thing
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index db101a82..e346de55 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -34,6 +34,9 @@ Changelog
raw value.
* Added :meth:`~cryptography.x509.CertificateRevocationList.is_signature_valid`
to :class:`~cryptography.x509.CertificateRevocationList`.
+* Support :class:`~cryptography.hazmat.primitives.hashes.BLAKE2b` and
+ :class:`~cryptography.hazmat.primitives.hashes.BLAKE2s` with
+ :class:`~cryptography.hazmat.primitives.hmac.HMAC`.
.. _v2-0-3: