summaryrefslogtreecommitdiff
path: root/passlib/tests/test_handlers.py
Commit message (Expand)AuthorAgeFilesLines
* python compat cleanup -- use magic super() callsEli Collins2020-10-061-3/+3
* cleanup old python compat - assorted minor cleanups & fixes from conversionEli Collins2020-10-061-5/+3
* cleanup old python compat -- removed irange() aliasEli Collins2020-10-061-1/+1
* cleanup old python compat -- removed PY2 & PY3 conditionalsEli Collins2020-10-061-5/+5
* cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
* minor cleanups after merge -- removed some stray u() callsEli Collins2020-10-061-2/+2
* Merge from stableEli Collins2020-10-061-13/+143
|\
| * passlib.tests.test_ext_django: cleaned up detection of missing django hasher ...Eli Collins2020-10-061-5/+25
| * passlib.hash: added ldap_salted_sha256 & ldap_salted_512 (issue 124)Eli Collins2020-10-051-0/+61
| * passlib.tests: silence some warnings, fix some MissingBackendError messagesEli Collins2020-10-031-1/+1
| * passlib.tests: updated platform_crypt_support to reflect openbsd changes;Eli Collins2020-10-031-7/+22
| * tests: fixed some minor UT errorsEli Collins2020-10-031-2/+2
| * reworked lookup_hash() and create_hex_digest() internals to work betterEli Collins2020-05-021-0/+34
* | Merge from stableEli Collins2019-11-101-2/+4
|\ \ | |/
| * Fix testsuite on LinuxAlan Pevec2019-07-111-2/+4
* | compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-171-26/+26
* | Merge with stableEli Collins2017-01-301-229/+12
|\ \ | |/
| * passlib.tests: split cisco hasher tests into separate fileEli Collins2017-01-301-229/+12
* | general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-281-35/+0
|/
* tests: cleanup stray .encrypt() callEli Collins2016-11-221-1/+1
* passlib.handlers.django: added support for django_argon2Eli Collins2016-11-221-1/+1
* passlib.tests: large refactor to make all tests that depend on RNG behaveEli Collins2016-11-211-10/+14
* passlib.hash: Improved handling of hashes which truncate passwordsEli Collins2016-06-291-6/+0
* Enhanced disabled hash managementEli Collins2016-06-261-2/+0
* test cleanupsEli Collins2016-06-221-2/+23
* scrypt: hash format changedEli Collins2016-06-201-88/+1
* bugfix: fixed a bunch of small UT failuresEli Collins2016-06-201-0/+4
* tests: split pbkdf2 hashers into separate file, to make it easier to test as ...Eli Collins2016-06-201-463/+3
* fix: passlib.tests: added "test_handlers_argon2" to get_handler_case()Eli Collins2016-06-181-1/+1
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-151-16/+16
* passlib.tests: silence scrypt backend warningEli Collins2016-06-151-0/+4
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-151-2/+10
* PasswordHandler.replace(): added support for 'relaxed' keyword;Eli Collins2016-06-151-1/+1
* renamed handler.using() method to handler.replace(),Eli Collins2016-06-131-8/+8
* handler.genconfig() / .genhash() deprecated entirelyEli Collins2016-06-131-4/+8
* passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docsEli Collins2016-06-101-0/+83
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-19/+9
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-101-2/+2
* misc test bugfixesEli Collins2015-07-261-4/+4
* cisco asa tweaksEli Collins2015-07-251-0/+82
* scram.using(): added support for 'default_algs' and 'algs' parametersEli Collins2015-07-231-0/+38
* passlib.tests -- clean ups of os_crypt & general backend handlingEli Collins2015-07-231-15/+23
* removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-24/+24
* UT fixes:Eli Collins2013-12-281-6/+6
* Merge from stableEli Collins2013-12-271-567/+15
|\
| * django compatibility part 2Eli Collins2013-12-221-1/+1
| * added support for bcrypt library (issue 49),Eli Collins2013-12-201-310/+1
| * django compatibility updates (should fix issue 50)Eli Collins2013-12-201-254/+14
* | bugfix/cleanup from previous commitsEli Collins2013-04-101-2/+0
* | concurrency testingEli Collins2013-04-101-2/+8