commit | 20fe2bedd9484d0e6efaa9c2ced95b527a2b0396 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Mar 09 13:06:51 2017 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Mar 09 12:06:51 2017 -0500 |
tree | 98d1daa5681571f509658f0c1eea7596065cbe92 | |
parent | 4bd9a076a858ea28579fe80252a9e48654d78b90 [diff] |
add changelog entry, fixes #3427 (#3435)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd74ff8..363e770 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst
@@ -27,6 +27,7 @@ :func:`~cryptography.hazmat.primitives.serialization.load_der_private_key` now require that ``password`` must be bytes if provided. Previously this was documented but not enforced. +* Added support for subgroup order in :doc:`/hazmat/primitives/asymmetric/dh`. 1.7.2 - 2017-01-27 ~~~~~~~~~~~~~~~~~~