summaryrefslogtreecommitdiff
path: root/passlib/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * minor tweaks & fixesEli Collins2012-02-082-7/+7
| * large refactor of GenericHandler internalsEli Collins2012-02-084-118/+211
* | deprecating min_verify_time option; doesn't meaningfully increase security, a...Eli Collins2012-01-191-13/+32
|/
* assertEquals() -> assertEqual()Eli Collins2012-01-193-42/+42
* simplified crypt.crypt() wrappersEli Collins2012-01-193-71/+78
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-183-12/+16
* misc bugfixes from round of changesEli Collins2012-01-183-33/+40
* import cleanupsEli Collins2012-01-184-45/+51
* changed test_utils to import subjects within test functions, instead of globallyEli Collins2012-01-183-25/+36
* cleanups to utilsEli Collins2012-01-181-2/+2
* scram norm_digest_name() now normalizes 'sha-2-256' -> 'sha-256'Eli Collins2012-01-181-1/+2
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-182-3/+3
* replaced utils.h64 module with utils.Base64Engine instanceEli Collins2012-01-181-89/+298
* finished up UTs for scram hashEli Collins2012-01-101-5/+22
* lots of work on scram hashEli Collins2012-01-092-1/+228
* clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-092-7/+31
* minor fixesEli Collins2012-01-092-3/+4
* builtin implementations of md5_crypt and sha256/512_crypt sped up by about 25%Eli Collins2012-01-051-0/+16
* renamed utils.timer -> utils.tickEli Collins2012-01-051-5/+5
* context tweaks:Eli Collins2012-01-021-0/+3
* 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-021-1/+57
* 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-281-3/+3
* removed Undef singleton, private _NOTSET singletons are cleaner.Eli Collins2011-12-282-17/+8
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-285-34/+41
* misc fixes for py3 compatEli Collins2011-12-282-39/+39
* Merge from defaultEli Collins2011-12-284-98/+357
|\
| * CryptPolicy rewrite part 2Eli Collins2011-12-272-19/+36
| * PrefixWrapper: added .ident and .ident_values proxies; dir() now reports prox...Eli Collins2011-12-221-2/+35
| * large rewrite of how CryptPolicy is parsed and compiled; should result in *mu...Eli Collins2011-12-221-100/+223
| * issue 24: added saslprep() function to support SASL stringprep profile; still...Eli Collins2011-12-131-0/+76
| * was browsing Python's source, and noticed crypt() might sometimes return None --Eli Collins2011-12-091-0/+10
* | couple of minor tweaks - basic unittests pass 2.7 & 3.2Eli Collins2011-12-062-3/+4
* | replaced all #Py3k# conditional includesEli Collins2011-12-062-49/+32
* | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-066-122/+128
* | added compat.unicode imports in a number of placesEli Collins2011-12-065-4/+7
* | added print() aliasEli Collins2011-12-061-3/+3
* | moved sys_bits to compat, added exc_err, removed utils.py32_langEli Collins2011-12-062-3/+4
* | added compat.sb_types for testing isinstance(obj,(bytes,unicode))Eli Collins2011-12-061-2/+2
* | added get_method_function() to alias meth.im_func / meth.__func__Eli Collins2011-12-061-3/+5
* | added callable shim for 3.0-3.1Eli Collins2011-12-061-1/+1
* | replaced xrange() instances with compat.irange() aliasEli Collins2011-12-065-15/+18
* | added compatibility module (passlib.utils.compat)Eli Collins2011-12-064-6/+9
|/
* all verify() methods now use "constant time" comparison function (see CHANGEL...Eli Collins2011-12-011-1/+85
* Merge 1.5.3 bugfixesEli Collins2011-10-081-0/+1
|\
| * Merge fixes from release-1.5Eli Collins2011-09-191-0/+1
| |\
| | * restored pure-python bcrypt implementation that was removed in r5211db139659Eli Collins2011-09-141-0/+1
* | | bcrypt padding work:Eli Collins2011-10-072-5/+41
* | | bugfix (issue 25):Eli Collins2011-10-052-28/+188
|/ /