From 575ad2bfaf04cc1d75d61a30e469b52afdd8ccb8 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Mon, 9 Apr 2012 23:05:31 -0400 Subject: 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. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') 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 ` + 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. -- cgit v1.2.1