summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* unittest cleanups, better coverage, etcEli Collins2012-04-305-599/+823
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-2817-71/+167
* forgot to list django 1.4 hashes in registry, some other notesEli Collins2012-04-273-3/+7
* mass rename of old alias for PasswordHash interfaceEli Collins2012-04-2721-47/+47
* assorted small details that weren't covered in the last few mergesEli Collins2012-04-277-14/+36
* updated front matter and other documentationEli Collins2012-04-2721-297/+438
* merged rewrite of CryptContext documentation - (near-) full tutorial and refe...Eli Collins2012-04-2710-911/+1384
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-2761-1492/+1701
* near complete rewrite of django plugin, now making publicEli Collins2012-04-2715-808/+1518
* added support for the new Django 1.4 hash formatsEli Collins2012-04-276-99/+393
* finally added abstract base class for the password hash interface -- passlib....Eli Collins2012-04-275-33/+208
* added undocumented apps.master_context to add in testing - context containing...Eli Collins2012-04-271-0/+44
* added experimental GenericHandler.bitsize() method, which estimates bitsize o...Eli Collins2012-04-272-9/+78
* made support for encoding context keyword uniformEli Collins2012-04-274-33/+42
* added deprecated="auto" support to CryptContextEli Collins2012-04-274-6/+67
* stripping out "passprep" feature - code was working, but the api isn't read f...Eli Collins2012-04-275-164/+2
* context change - shortened hash_needs_update() to needs_update()Eli Collins2012-04-277-50/+64
* internal changed to contextEli Collins2012-04-271-29/+37
* cleaned up the registry code -- less redundant data, more type checksEli Collins2012-04-275-213/+222
* renamed 'errname' to 'param' for to_unicode, etc; to match some of the other ...Eli Collins2012-04-278-42/+42
* sped up pbkdf2 implementation by 60% or so - upped the rounds for all pbkdf2 ...Eli Collins2012-04-195-65/+84
* add posargs supports to tox config, passes all args to noseEli Collins2012-04-171-6/+12
* setup warning filters early in TestCase to work around HandlerCase warning is...Eli Collins2012-04-173-4/+7
* added missed package to setupEli Collins2012-04-171-1/+2
* updated tox config, moved GAE helper into tests module to silence tox warningEli Collins2012-04-174-31/+99
* changed bcrypt's os_crypt backend to try alternatives before bailing.Eli Collins2012-04-173-9/+10
* 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-178-63/+51
* a bunch of bugfixes found during unittestingEli Collins2012-04-179-20/+56
* retuned default_rounds for a few hashes based on benchmarksEli Collins2012-04-174-12/+16
* added deprecation detector so CryptContext will upgrade bsdi_crypt hashes wit...Eli Collins2012-04-171-0/+13
* CryptPolicy deprecation, part 5 - updated docs, changelog, benchmark scriptEli Collins2012-04-177-193/+318
* 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-1711-38/+58
* _CryptRecord cleaned up a little internally, default_rounds clipping logic tw...Eli Collins2012-04-171-138/+182
* deprecated CryptPolicy, moved all of it's features into CryptContext (part 1)Eli Collins2012-04-171-682/+1508
* bugfix: set des_crypt.checksum_size, so it will now reject hashes with missin...Eli Collins2012-04-173-9/+17
* updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-178-497/+1163
* issue warning if app requests even bsdi_crypt roundsEli Collins2012-04-135-11/+49
* work on des_crypt familyEli Collins2012-04-136-677/+867
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-1218-179/+453
* scram hash: improved UTs to cover some edge cases, full-verify now throws err...Eli Collins2012-04-122-7/+28
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-1115-34/+48
* rearranged some test casesEli Collins2012-04-112-45/+113
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-1130-305/+298
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-108-30/+37
* tightened OS crypt backend testsEli Collins2012-04-107-36/+229
* minor constant & comment tweaksEli Collins2012-04-104-12/+9
* md5_crypt / sha2-crypt cleanupEli Collins2012-04-104-512/+489
* parse_mc3/render_mc3 helpers now handle rounds str<->int, consolidated a bunc...Eli Collins2012-04-104-91/+102