summaryrefslogtreecommitdiff
path: root/docs/history
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2020-10-05 21:14:41 -0400
committerEli Collins <elic@assurancetechnologies.com>2020-10-05 21:14:41 -0400
commit3f1ad211d9499f5c36e9cc90c888c6e0da50ab3c (patch)
treec01df999752b89a3c272c4c0e6acff52b2977ef6 /docs/history
parenta2809fd98ed58eb006d204b05cc1519bdf1b12de (diff)
downloadpasslib-3f1ad211d9499f5c36e9cc90c888c6e0da50ab3c.tar.gz
passlib.hash: added ldap_salted_sha256 & ldap_salted_512 (issue 124)
Diffstat (limited to 'docs/history')
-rw-r--r--docs/history/1.7.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index c5b15d0..18bdae7 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -35,6 +35,13 @@ Administrative Changes
The mailing list and documentation urls remain the same.
+New Features
+------------
+
+* .. py:currentmodule:: passlib.hash
+
+ :class:`ldap_salted_sha512`: LDAP "salted hash" support added for SHA-256 and SHA-512 (:issue:`124`).
+
Bugfixes
--------