summaryrefslogtreecommitdiff
path: root/passlib/tests/test_handlers.py
Commit message (Expand)AuthorAgeFilesLines
* changed bcrypt's os_crypt backend to try alternatives before bailing.Eli Collins2012-04-171-1/+2
* reworked fuzz verifier system, so that we can skip $2x$ hashes during bcrypt ...Eli Collins2012-04-171-47/+50
* disabling saslprep() support under Jython - it lacks the stringprep moduleEli Collins2012-04-171-1/+5
* a bunch of bugfixes found during unittestingEli Collins2012-04-171-2/+3
* CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d...Eli Collins2012-04-171-2/+2
* bugfix: set des_crypt.checksum_size, so it will now reject hashes with missin...Eli Collins2012-04-171-0/+4
* updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-171-0/+31
* issue warning if app requests even bsdi_crypt roundsEli Collins2012-04-131-0/+4
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-0/+92
* scram hash: improved UTs to cover some edge cases, full-verify now throws err...Eli Collins2012-04-121-4/+26
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-2/+2
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-101-5/+4
* tightened OS crypt backend testsEli Collins2012-04-101-0/+64
* ldap salted digest improvementsEli Collins2012-04-091-0/+33
* misc bugfixesEli Collins2012-03-121-5/+37
* bcrypt workEli Collins2012-03-121-6/+36
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-2/+2
* added hack to clear warnings registry so assertWarningList() tests will pass ...Eli Collins2012-03-111-2/+2
* added some notesEli Collins2012-03-101-0/+1
* various bcrypt improvementsEli Collins2012-03-101-83/+108
* cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2Eli Collins2012-03-101-27/+9
* did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecatedEli Collins2012-03-101-1/+21
* added Window's DCC hashes (aka mscache / mscash) version 1 & 2Eli Collins2012-03-101-0/+93
* renamed nthash -> bsd_nthash; added real nthash implementedEli Collins2012-03-101-5/+34
* added support for lmhashEli Collins2012-03-101-0/+38
* added support for Cisco PIX & Type 7 hashesEli Collins2012-03-101-0/+108
* added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...Eli Collins2012-03-101-0/+180
* more test vectors!Eli Collins2012-03-091-144/+481
* renamed test_handlers classes to match alg name + "_test" (tired of having to...Eli Collins2012-03-091-165/+123
* base HandlerCase class reworkedEli Collins2012-03-091-93/+97
* consolidated some unit testsEli Collins2012-02-091-143/+7
* minor tweaks & fixesEli Collins2012-02-081-4/+2
* large refactor of GenericHandler internalsEli Collins2012-02-081-23/+22
* assertEquals() -> assertEqual()Eli Collins2012-01-191-6/+6
* misc bugfixes from round of changesEli Collins2012-01-181-3/+3
* changed test_utils to import subjects within test functions, instead of globallyEli Collins2012-01-181-1/+1
* scram norm_digest_name() now normalizes 'sha-2-256' -> 'sha-256'Eli Collins2012-01-181-1/+2
* finished up UTs for scram hashEli Collins2012-01-101-5/+22
* lots of work on scram hashEli Collins2012-01-091-0/+218
* clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-091-0/+2
* builtin implementations of md5_crypt and sha256/512_crypt sped up by about 25%Eli Collins2012-01-051-0/+16
* renamed test_drivers.py -> test_handlers.py to match name of module its testingEli Collins2011-12-281-0/+1329