diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-03-09 13:06:51 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-03-09 12:06:51 -0500 |
commit | 20fe2bedd9484d0e6efaa9c2ced95b527a2b0396 (patch) | |
tree | 98d1daa5681571f509658f0c1eea7596065cbe92 | |
parent | 4bd9a076a858ea28579fe80252a9e48654d78b90 (diff) | |
download | cryptography-20fe2bedd9484d0e6efaa9c2ced95b527a2b0396.tar.gz cryptography-20fe2bedd9484d0e6efaa9c2ced95b527a2b0396.tar.bz2 cryptography-20fe2bedd9484d0e6efaa9c2ced95b527a2b0396.zip |
add changelog entry, fixes #3427 (#3435)
-rw-r--r-- | CHANGELOG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd74ff86..363e7703 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -27,6 +27,7 @@ Changelog :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 ~~~~~~~~~~~~~~~~~~ |