summaryrefslogtreecommitdiff
path: root/passlib/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge from defaultironpython-support-devEli Collins2012-04-1715-1488/+3505
|\
| * updated tox config, moved GAE helper into tests module to silence tox warningEli Collins2012-04-171-0/+37
| * changed bcrypt's os_crypt backend to try alternatives before bailing.Eli Collins2012-04-172-5/+3
| * reworked fuzz verifier system, so that we can skip $2x$ hashes during bcrypt ...Eli Collins2012-04-172-66/+93
| * disabling saslprep() support under Jython - it lacks the stringprep moduleEli Collins2012-04-175-57/+15
| * a bunch of bugfixes found during unittestingEli Collins2012-04-175-14/+49
| * CryptPolicy deprecation, part 4 - updated context testsEli Collins2012-04-175-762/+2176
| * CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d...Eli Collins2012-04-174-14/+15
| * 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-172-129/+249
| * issue warning if app requests even bsdi_crypt roundsEli Collins2012-04-131-0/+4
| * work on des_crypt familyEli Collins2012-04-132-424/+550
| * assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-125-77/+351
| * scram hash: improved UTs to cover some edge cases, full-verify now throws err...Eli Collins2012-04-121-4/+26
* | starting branch to add ironpython supportEli Collins2012-04-121-1/+7
|/
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-116-19/+21
* rearranged some test casesEli Collins2012-04-112-45/+113
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-113-38/+95
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-102-8/+7
* tightened OS crypt backend testsEli Collins2012-04-102-25/+204
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-1/+1
* ldap salted digest improvementsEli Collins2012-04-091-0/+33
* *all* hashes now throw PasswordSizeError if password is larger than 4096 char...Eli Collins2012-04-091-0/+13
* misc bugfixesEli Collins2012-03-124-24/+73
* bcrypt workEli Collins2012-03-121-6/+36
* updated passlib.ext.django; made some notes about django 1.4Eli Collins2012-03-121-2/+7
* updated test support & py3 compat code from an external libraryEli Collins2012-03-129-223/+290
* misc bugfixes dealing with changes from last 8 or so commitsEli Collins2012-03-113-12/+18
* bugfix: change some context tests to use phpass instead of bsd_nthash or bcryptEli Collins2012-03-112-15/+18
* added hack to clear warnings registry so assertWarningList() tests will pass ...Eli Collins2012-03-117-32/+53
* to_bytes, to_unicode, to_native_str: added special TypeErrors for None, other...Eli Collins2012-03-101-1/+1
* safe_crypt() now handles "*0" and similar error returns from crypt()Eli Collins2012-03-101-6/+10
* added some notesEli Collins2012-03-101-0/+1
* various bcrypt improvementsEli Collins2012-03-102-83/+140
* cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2Eli Collins2012-03-102-27/+53
* did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecatedEli Collins2012-03-102-9/+29
* 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-102-14/+162
* added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...Eli Collins2012-03-102-3/+197
* 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-093-188/+142
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-092-56/+67
* base HandlerCase class reworkedEli Collins2012-03-095-665/+1131
* consolidated some unit testsEli Collins2012-02-092-151/+114
* MergeEli Collins2012-02-084-139/+233
|\
| * renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-081-4/+4
| * renamed passlib.exc warning classesEli Collins2012-02-083-15/+15
| * documentation updates for last two commitsEli Collins2012-02-081-2/+3