| Commit message (Expand) | Author | Age | Files | Lines |
| * | changed bcrypt's os_crypt backend to try alternatives before bailing. | Eli Collins | 2012-04-17 | 1 | -1/+2 |
| * | reworked fuzz verifier system, so that we can skip $2x$ hashes during bcrypt ... | Eli Collins | 2012-04-17 | 1 | -47/+50 |
| * | disabling saslprep() support under Jython - it lacks the stringprep module | Eli Collins | 2012-04-17 | 1 | -1/+5 |
| * | a bunch of bugfixes found during unittesting | Eli Collins | 2012-04-17 | 1 | -2/+3 |
| * | CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d... | Eli Collins | 2012-04-17 | 1 | -2/+2 |
| * | bugfix: set des_crypt.checksum_size, so it will now reject hashes with missin... | Eli Collins | 2012-04-17 | 1 | -0/+4 |
| * | updated passlib.apache module's api - more flexible to use, changed some ambi... | Eli Collins | 2012-04-17 | 1 | -0/+31 |
| * | issue warning if app requests even bsdi_crypt rounds | Eli Collins | 2012-04-13 | 1 | -0/+4 |
| * | assorted bugfixes, tweaks, and tests added; based on coverage examination | Eli Collins | 2012-04-12 | 1 | -0/+92 |
| * | scram hash: improved UTs to cover some edge cases, full-verify now throws err... | Eli Collins | 2012-04-12 | 1 | -4/+26 |
| * | ran full UTs, found and fixed a few bugs introduced in last few commits. | Eli Collins | 2012-04-11 | 1 | -2/+2 |
| * | replaced some common string ops with util funcs (repeat_string, right_pad_str... | Eli Collins | 2012-04-10 | 1 | -5/+4 |
| * | tightened OS crypt backend tests | Eli Collins | 2012-04-10 | 1 | -0/+64 |
| * | ldap salted digest improvements | Eli Collins | 2012-04-09 | 1 | -0/+33 |
| * | misc bugfixes | Eli Collins | 2012-03-12 | 1 | -5/+37 |
| * | bcrypt work | Eli Collins | 2012-03-12 | 1 | -6/+36 |
| * | updated test support & py3 compat code from an external library | Eli Collins | 2012-03-12 | 1 | -2/+2 |
| * | added hack to clear warnings registry so assertWarningList() tests will pass ... | Eli Collins | 2012-03-11 | 1 | -2/+2 |
| * | added some notes | Eli Collins | 2012-03-10 | 1 | -0/+1 |
| * | various bcrypt improvements | Eli Collins | 2012-03-10 | 1 | -83/+108 |
| * | cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2 | Eli Collins | 2012-03-10 | 1 | -27/+9 |
| * | did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecated | Eli Collins | 2012-03-10 | 1 | -1/+21 |
| * | added Window's DCC hashes (aka mscache / mscash) version 1 & 2 | Eli Collins | 2012-03-10 | 1 | -0/+93 |
| * | renamed nthash -> bsd_nthash; added real nthash implemented | Eli Collins | 2012-03-10 | 1 | -5/+34 |
| * | added support for lmhash | Eli Collins | 2012-03-10 | 1 | -0/+38 |
| * | added support for Cisco PIX & Type 7 hashes | Eli Collins | 2012-03-10 | 1 | -0/+108 |
| * | added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ... | Eli Collins | 2012-03-10 | 1 | -0/+180 |
| * | more test vectors! | Eli Collins | 2012-03-09 | 1 | -144/+481 |
| * | renamed test_handlers classes to match alg name + "_test" (tired of having to... | Eli Collins | 2012-03-09 | 1 | -165/+123 |
| * | base HandlerCase class reworked | Eli Collins | 2012-03-09 | 1 | -93/+97 |
| * | consolidated some unit tests | Eli Collins | 2012-02-09 | 1 | -143/+7 |
| * | minor tweaks & fixes | Eli Collins | 2012-02-08 | 1 | -4/+2 |
| * | large refactor of GenericHandler internals | Eli Collins | 2012-02-08 | 1 | -23/+22 |
| * | assertEquals() -> assertEqual() | Eli Collins | 2012-01-19 | 1 | -6/+6 |
| * | misc bugfixes from round of changes | Eli Collins | 2012-01-18 | 1 | -3/+3 |
| * | changed test_utils to import subjects within test functions, instead of globally | Eli Collins | 2012-01-18 | 1 | -1/+1 |
| * | scram norm_digest_name() now normalizes 'sha-2-256' -> 'sha-256' | Eli Collins | 2012-01-18 | 1 | -1/+2 |
| * | finished up UTs for scram hash | Eli Collins | 2012-01-10 | 1 | -5/+22 |
| * | lots of work on scram hash | Eli Collins | 2012-01-09 | 1 | -0/+218 |
| * | clarified border case where verify() accepted configuration strings instead o... | Eli Collins | 2012-01-09 | 1 | -0/+2 |
| * | builtin implementations of md5_crypt and sha256/512_crypt sped up by about 25% | Eli Collins | 2012-01-05 | 1 | -0/+16 |
| * | renamed test_drivers.py -> test_handlers.py to match name of module its testing | Eli Collins | 2011-12-28 | 1 | -0/+1329 |