You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/utils
Matt Martz fdf5dd02b3
Updates for password hashing (#71120)
* Validate salt when using crypt. Respect salt_size in password lookup. Repair salt for bcrypt. Fixes #71107. Fixes #53750. Fixes #36129.

* Handle algorithms we don't know about, and make sure to return the salt

* Account for old passlib

* Add tests for salt constraints

* Add changelog fragment

* Add test for #36129
4 years ago
..
collection_loader
display reset logging to INFO (#70878) 4 years ago
__init__.py
test_cleanup_tmp_file.py
test_context_objects.py
test_display.py Use libc wcwidth to calculate print width in display (#66214) 4 years ago
test_encrypt.py Updates for password hashing (#71120) 4 years ago
test_helpers.py
test_isidentifier.py
test_shlex.py
test_unsafe_proxy.py
test_vars.py
test_version.py