summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-04-09 23:05:31 -0400
committerEli Collins <elic@assurancetechnologies.com>2012-04-09 23:05:31 -0400
commit575ad2bfaf04cc1d75d61a30e469b52afdd8ccb8 (patch)
tree007142905124a0077ab13250822d76c937b5e7be /CHANGES
parente68f8edbff86355377baef4894effe08048ab784 (diff)
downloadpasslib-575ad2bfaf04cc1d75d61a30e469b52afdd8ccb8.tar.gz
ldap salted digest improvements
* support variable salt size of 4-16 bytes [issue 30]. * throw correct error when invalid base64 encoding is encountered. * added some test vectors for the above.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8fc1cc9..c329398 100644
--- a/CHANGES
+++ b/CHANGES
@@ -50,6 +50,9 @@ Release History
that sometimes occurred on platforms with a deviant implementation
of :func:`!os_crypt`.
+ * The :doc:`ldap salted digests </lib/passlib.hash.ldap_std>`
+ now support salts from 4-16 bytes [issue 30].
+
* All hashes will now throw :exc:`~passlib.exc.PasswordSizeError`
if the provided password is larger than 4096 characters.