summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_hashers.py
Commit message (Expand)AuthorAgeFilesLines
* Skipped scrypt tests when OpenSSL 1.1+ is not installed.HieuPham97202022-10-201-0/+9
* Refs #33691 -- Deprecated insecure password hashers.Claude Paroz2022-07-231-8/+34
* Increased the default PBKDF2 iterations for Django 4.2.Carlton Gibson2022-05-171-4/+4
* Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.Mariusz Felisiak2022-05-111-1/+15
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-325/+383
* Increased the default PBKDF2 iterations for Django 4.1.Mariusz Felisiak2021-09-201-3/+3
* Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...Mateo Radman2021-09-061-0/+31
* Fixed #32275 -- Added scrypt password hasher.ryowright2021-07-221-2/+79
* Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...Mariusz Felisiak2021-07-221-2/+32
* Increased the default PBKDF2 iterations for Django 4.0.Mariusz Felisiak2021-01-141-3/+3
* Fixed #31358 -- Increased salt entropy of password hashers.Jon Moroney2021-01-141-0/+24
* Refs #31358 -- Added bcrypt password hashers tests for must_update() with sal...Jon Moroney2021-01-141-3/+15
* Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.Florian Apolloner2020-12-281-0/+10
* Refs #31358 -- Added decode() to password hashers.Jon Moroney2020-06-231-1/+6
* Fixed #30472 -- Made Argon2PasswordHasher use Argon2id.Florian Apolloner2020-06-171-5/+5
* Added test for old Argon2i hashes with version attribute.Florian Apolloner2020-06-171-0/+6
* Increased the default PBKDF2 iterations for Django 3.2.Mariusz Felisiak2020-05-131-3/+3
* Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes o...Hasan Ramezani2020-03-311-0/+5
* Refs #31375 -- Added test for contrib.auth.hashers.make_password() bytes supp...Hasan Ramezani2020-03-311-0/+6
* Replaced assertWarns() with SimpleTestCase.assertWarnsMessage() in tests.Hasan Ramezani2020-01-301-1/+1
* Refs #31040 -- Fixed crypt.crypt() call in test_hashers.py.Mariusz Felisiak2020-01-031-1/+1
* Increased the default PBKDF2 iterations for Django 3.1.Carlton Gibson2019-09-121-3/+3
* Increased the default PBKDF2 iterations for Django 3.0.Tim Graham2019-01-171-3/+3
* Increased the default PBKDF2 iterations for Django 2.2.Tim Graham2018-05-171-3/+3
* Increased the default PBKDF2 iterations for Django 2.1.Tim Graham2018-05-131-3/+3
* Fixed #28718 -- Allowed user to request a password reset if their password do...Tim Graham2018-03-221-3/+5
* Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.Tim Graham2018-02-261-0/+3
* Refs #27795 -- Removed force_bytes/text() usage in tests.Tim Graham2018-02-071-2/+1
* Completed test coverage for BasePasswordHasher.Mads Jensen2017-09-291-0/+29
* Moved BasePasswordHasher tests to its own test case.Mads Jensen2017-09-291-1/+6
* Refs #27804 -- Used subTest() in several tests.Bruno Alla2017-05-241-13/+15
* Refs #23919 -- Removed misc Python 2/3 references.Tim Graham2017-01-251-1/+0
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-2/+2
* Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.Tim Graham2017-01-201-7/+11
* Refs #23919 -- Removed str() conversion of type and method __name__.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Increased the default PBKDF2 iterations for the 1.11 release cycle.Tim Graham2017-01-171-3/+3
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-2/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-5/+5
* Increased the default PBKDF2 iterations.Tim Graham2016-05-201-3/+3
* Refs #26033 -- Added password hasher support for Argon2 v1.3.Bas Westerbaan2016-04-251-0/+32
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-18/+13
* Fixed #26395 -- Skipped the CryptPasswordHasher tests on platforms with a dum...Tim Graham2016-03-221-0/+4
* Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan2016-03-081-0/+60
* 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