summaryrefslogtreecommitdiff
path: root/passlib
Commit message (Expand)AuthorAgeFilesLines
...
* added support for Cisco PIX & Type 7 hashesEli Collins2012-03-105-14/+377
* added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...Eli Collins2012-03-104-3/+425
* 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-0918-638/+610
* base HandlerCase class reworkedEli Collins2012-03-096-665/+1132
* tweak to setup scriptEli Collins2012-02-091-8/+8
* consolidated some unit testsEli Collins2012-02-094-161/+126
* MergeEli Collins2012-02-0822-528/+643
|\
| * renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-0813-43/+43
| * renamed passlib.exc warning classesEli Collins2012-02-088-31/+31
| * documentation updates for last two commitsEli Collins2012-02-082-97/+101
| * minor tweaks & fixesEli Collins2012-02-085-12/+14
| * large refactor of GenericHandler internalsEli Collins2012-02-0819-357/+466
* | fix to lazy handler loadingEli Collins2012-01-191-4/+4
* | deprecating min_verify_time option; doesn't meaningfully increase security, a...Eli Collins2012-01-192-17/+42
|/
* minor updatesEli Collins2012-01-191-1/+1
* assertEquals() -> assertEqual()Eli Collins2012-01-193-42/+42
* simplified crypt.crypt() wrappersEli Collins2012-01-1913-202/+219
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-1814-63/+126
* misc bugfixes from round of changesEli Collins2012-01-1816-91/+174
* StaticHandler._norm_hash() should return native str typeEli Collins2012-01-186-38/+23
* import cleanupsEli Collins2012-01-1835-279/+291
* changed test_utils to import subjects within test functions, instead of globallyEli Collins2012-01-183-25/+36
* cleanups to utilsEli Collins2012-01-186-97/+82
* reordered contents of utilsEli Collins2012-01-181-271/+264
* scram norm_digest_name() now normalizes 'sha-2-256' -> 'sha-256'Eli Collins2012-01-182-6/+8
* deprecated unused int<->bytes utilsEli Collins2012-01-182-42/+13
* cleaned up utils a littleEli Collins2012-01-182-64/+61
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-1816-51/+51
* replaced utils.h64 module with utils.Base64Engine instanceEli Collins2012-01-187-505/+829
* added some function deprecation helpersEli Collins2012-01-181-6/+83
* finished up UTs for scram hashEli Collins2012-01-102-8/+34
* added example hashes to scram documentation, other doc tweaksEli Collins2012-01-101-9/+10
* documented some dev code used to test against SCRAM examplesEli Collins2012-01-091-147/+154
* lots of work on scram hashEli Collins2012-01-099-123/+724
* updated scram for py3 compatEli Collins2012-01-091-9/+10
* Merge defaultEli Collins2012-01-091-0/+289
|\
| * initial draft of SCRAM-specific hash storage format (issue 23) --Eli Collins2011-12-051-0/+289
* | clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-0912-22/+76
* | minor fixesEli Collins2012-01-092-3/+4
* | builtin implementations of md5_crypt and sha256/512_crypt sped up by about 25%Eli Collins2012-01-053-137/+151
* | renamed utils.timer -> utils.tickEli Collins2012-01-053-12/+12
* | context tweaks:Eli Collins2012-01-022-8/+16
* | minor doc changesEli Collins2012-01-021-0/+4
* | tests use assertRegex instead of assertRegexpMatchesEli Collins2012-01-021-13/+18
* | CryptContext can now run passwords through SASLPrep via "passprep" options [i...Eli Collins2012-01-023-3/+122
* | renamed test_drivers.py -> test_handlers.py to match name of module its testingEli Collins2011-12-283-9/+9
* | move vm constants to compat moduleEli Collins2011-12-284-10/+9
* | mvt code now uses time.clock() under win32Eli Collins2011-12-282-12/+41