summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_hashers.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.Florian Apolloner2016-03-011-1/+57
* Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.Tim Graham2016-02-221-0/+19
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Increased the default PBKDF2 iterations for the 1.10 release cycle.Tim Graham2015-09-231-3/+3
* Fixed typo in "pbkdf2" test names.Tim Graham2015-09-191-2/+2
* Removed support for Python 3.3.Tim Graham2015-06-181-1/+1
* Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change.Tim Graham2015-03-301-0/+32
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+327