summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_hashers.py
AgeCommit message (Expand)Author
2016-04-25Refs #26033 -- Added password hasher support for Argon2 v1.3.Bas Westerbaan
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-03-22Fixed #26395 -- Skipped the CryptPasswordHasher tests on platforms with a dum...Tim Graham
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-01Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.Florian Apolloner
2016-02-22Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-09-23Increased the default PBKDF2 iterations for the 1.10 release cycle.Tim Graham
2015-09-19Fixed typo in "pbkdf2" test names.Tim Graham
2015-06-18Removed support for Python 3.3.Tim Graham
2015-03-30Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change.Tim Graham
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham