summaryrefslogtreecommitdiff
path: root/docs/history
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2017-01-30 13:02:52 -0500
committerEli Collins <elic@assurancetechnologies.com>2017-01-30 13:02:52 -0500
commitc05911aaca38d8c488c4dc0c878ddeddf9ea0b2d (patch)
treed5500cc488a26cfc1820512bf1c7ef948c5589b7 /docs/history
parent547545395959779c33a2bd2927d998bcde6781d0 (diff)
downloadpasslib-c05911aaca38d8c488c4dc0c878ddeddf9ea0b2d.tar.gz
PasswordHash: hammered out more of password truncation policy.
PasswordHash ------------- * .truncate_size now used to indicate general "max password size"; * .truncate_error now defined for all hashers, indicates .hash() policy * added .truncate_verify_reject as companion, indicates corresponding .verify() policy. HandlerTestCase --------------- * expanded test functions to check all combinations of truncation policy flags * fixed fuzzer so it doesn't generate passwords which would throw PasswordSizeError.
Diffstat (limited to 'docs/history')
-rw-r--r--docs/history/1.7.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index 07de239..70d31db 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -33,7 +33,10 @@ Deprecations
Other Changes
-------------
-* Various documentation updates & corrections.
+* :mod:`!passlib.tests.utils`: General truncation policy details were hammered out,
+ and additional hasher tests were added to enforce them.
+
+* **documentation**: Various updates & corrections.
.. _whats-new: