index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auth_tests
/
test_hashers.py
Age
Commit message (
Expand
)
Author
2023-02-04
[4.2.x] Increased the default PBKDF2 iterations for Django 4.2.
Mariusz Felisiak
2022-10-20
Skipped scrypt tests when OpenSSL 1.1+ is not installed.
HieuPham9720
2022-07-23
Refs #33691 -- Deprecated insecure password hashers.
Claude Paroz
2022-05-17
Increased the default PBKDF2 iterations for Django 4.2.
Carlton Gibson
2022-05-11
Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-20
Increased the default PBKDF2 iterations for Django 4.1.
Mariusz Felisiak
2021-09-06
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...
Mateo Radman
2021-07-22
Fixed #32275 -- Added scrypt password hasher.
ryowright
2021-07-22
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...
Mariusz Felisiak
2021-01-14
Increased the default PBKDF2 iterations for Django 4.0.
Mariusz Felisiak
2021-01-14
Fixed #31358 -- Increased salt entropy of password hashers.
Jon Moroney
2021-01-14
Refs #31358 -- Added bcrypt password hashers tests for must_update() with sal...
Jon Moroney
2020-12-28
Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.
Florian Apolloner
2020-06-23
Refs #31358 -- Added decode() to password hashers.
Jon Moroney
2020-06-17
Fixed #30472 -- Made Argon2PasswordHasher use Argon2id.
Florian Apolloner
2020-06-17
Added test for old Argon2i hashes with version attribute.
Florian Apolloner
2020-05-13
Increased the default PBKDF2 iterations for Django 3.2.
Mariusz Felisiak
2020-03-31
Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes o...
Hasan Ramezani
2020-03-31
Refs #31375 -- Added test for contrib.auth.hashers.make_password() bytes supp...
Hasan Ramezani
2020-01-30
Replaced assertWarns() with SimpleTestCase.assertWarnsMessage() in tests.
Hasan Ramezani
2020-01-03
Refs #31040 -- Fixed crypt.crypt() call in test_hashers.py.
Mariusz Felisiak
2019-09-12
Increased the default PBKDF2 iterations for Django 3.1.
Carlton Gibson
2019-01-17
Increased the default PBKDF2 iterations for Django 3.0.
Tim Graham
2018-05-17
Increased the default PBKDF2 iterations for Django 2.2.
Tim Graham
2018-05-13
Increased the default PBKDF2 iterations for Django 2.1.
Tim Graham
2018-03-22
Fixed #28718 -- Allowed user to request a password reset if their password do...
Tim Graham
2018-02-26
Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.
Tim Graham
2018-02-07
Refs #27795 -- Removed force_bytes/text() usage in tests.
Tim Graham
2017-09-29
Completed test coverage for BasePasswordHasher.
Mads Jensen
2017-09-29
Moved BasePasswordHasher tests to its own test case.
Mads Jensen
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Increased the default PBKDF2 iterations for the 1.11 release cycle.
Tim Graham
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-05-20
Increased the default PBKDF2 iterations.
Tim Graham
2016-04-25
Refs #26033 -- Added password hasher support for Argon2 v1.3.
Bas Westerbaan
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-22
Fixed #26395 -- Skipped the CryptPasswordHasher tests on platforms with a dum...
Tim Graham
2016-03-08
Fixed #26033 -- Added Argon2 password hasher.
Bas Westerbaan
2016-03-01
Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
Florian Apolloner
2016-02-22
Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-09-23
Increased the default PBKDF2 iterations for the 1.10 release cycle.
Tim Graham
[next]