summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/crypto.py
AgeCommit message (Expand)Author
2012-09-05Fixed #18687: Removed test_performance_scalabilityAymeric Augustin
2012-08-21Reverted type check added in 62954ba04c.Aymeric Augustin
2012-08-20[py3] Fixed #17040 -- ported django.utils.crypto.constant_time_compare.Aymeric Augustin
2012-08-07[py3] Ported django.utils.crypto.Aymeric Augustin
2012-02-02Fixed #17481. pbkdf2 hashes no longer ommit leading zeros. Paul McMillan
2011-12-30Improved comment formatting to appease Gaynor.Paul McMillan
2011-12-30Increased pbkdf2 scaling test vectors to lower chance of false test failures.Paul McMillan
2011-12-25Fixed a few tests to run on Python 2.5. Thanks, Florian Apolloner.Jannis Leidel
2011-12-23Renovated password hashing, including the forgotten files in r17253.Paul McMillan