aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-03-15 13:35:10 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2018-03-15 13:35:10 -0400
commit17c8f126c7c7d5ce886112a6e924277a7b203f25 (patch)
treef6c136e76f4fe11243b2f43ef632c5893e0c8634 /CHANGELOG.rst
parent2250aafd6f475a503219da75554200165005ee34 (diff)
downloadcryptography-17c8f126c7c7d5ce886112a6e924277a7b203f25.tar.gz
cryptography-17c8f126c7c7d5ce886112a6e924277a7b203f25.tar.bz2
cryptography-17c8f126c7c7d5ce886112a6e924277a7b203f25.zip
Brainpool curves (#4129)
* added brainpool ec-curves key_length >= 256bit * limit brainpool curves to the set that appear required + docs * oops * typos all around me * add brainpool ECDH kex tests * switch to using rfc 7027 vectors * review feedback * empty commits are the best
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 79ce603b..2f8924fd 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -10,6 +10,10 @@ Changelog
* **BACKWARDS INCOMPATIBLE:** Support for Python 2.6 has been dropped.
* Resolved a bug in ``HKDF`` that incorrectly constrained output size.
+* Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP256R1`,
+ :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP384R1`, and
+ :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP512R1` to
+ support inter-operating with systems like German smart meters.
* Added token rotation support to :doc:`Fernet </fernet>` with
:meth:`~cryptography.fernet.MultiFernet.rotate`.
* Fixed a memory leak in