summaryrefslogtreecommitdiff
path: root/passlib/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge from defaultironpython-support-devEli Collins2012-04-171-429/+85
|\
| * disabling saslprep() support under Jython - it lacks the stringprep moduleEli Collins2012-04-171-0/+1
| * work on des_crypt familyEli Collins2012-04-131-424/+0
| * assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-0/+82
* | 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-111-3/+2
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-10/+10
* added hack to clear warnings registry so assertWarningList() tests will pass ...Eli Collins2012-03-111-3/+3
* 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
* various bcrypt improvementsEli Collins2012-03-101-0/+32
* cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2Eli Collins2012-03-101-0/+44
* simplified crypt.crypt() wrappersEli Collins2012-01-191-44/+48
* misc bugfixes from round of changesEli Collins2012-01-181-15/+15
* import cleanupsEli Collins2012-01-181-21/+23
* changed test_utils to import subjects within test functions, instead of globallyEli Collins2012-01-181-22/+34
* replaced utils.h64 module with utils.Base64Engine instanceEli Collins2012-01-181-89/+298
* lots of work on scram hashEli Collins2012-01-091-1/+10
* minor fixesEli Collins2012-01-091-2/+3
* removed Undef singleton, private _NOTSET singletons are cleaner.Eli Collins2011-12-281-11/+1
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-15/+22
* misc fixes for py3 compatEli Collins2011-12-281-36/+36
* Merge from defaultEli Collins2011-12-281-0/+86
|\
| * 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-061-2/+2
* | replaced all #Py3k# conditional includesEli Collins2011-12-061-38/+27
* | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-58/+59
* | added compat.unicode imports in a number of placesEli Collins2011-12-061-0/+1
* | moved sys_bits to compat, added exc_err, removed utils.py32_langEli Collins2011-12-061-1/+1
* | replaced xrange() instances with compat.irange() aliasEli Collins2011-12-061-1/+1
* | added compatibility module (passlib.utils.compat)Eli Collins2011-12-061-1/+1
|/
* all verify() methods now use "constant time" comparison function (see CHANGEL...Eli Collins2011-12-011-1/+85
* replaced assert_, assertEquals, assertNotEquals to silence Py3.2 deprecation ...Eli Collins2011-07-111-6/+6
* added test for builtin MD4 class even if SSL version present, for coverageEli Collins2011-07-111-7/+30
* bugfixes from running UTsEli Collins2011-07-091-1/+1
* stripped trailing whitespace from a bunch of filesEli Collins2011-07-081-32/+32
* redid multi-backend tests to have separate test named for each backend, and u...Eli Collins2011-06-221-8/+7
* redid test.utils to make use of unittest2 features if availableEli Collins2011-06-221-2/+2
* added UT for safe_os_crypt(), helper method is_ascii_safe()Eli Collins2011-06-201-2/+50
* rest of utils now py3 compatEli Collins2011-06-171-71/+212
* utils.des now py3 compat; fixed some other utils as wellEli Collins2011-06-171-3/+3
* utils.h64 now py3 compatibleEli Collins2011-06-171-34/+43
* misc cleanupsEli Collins2011-06-021-79/+0
* kdf enhancementsEli Collins2011-06-021-0/+24
* added rfc6070 pbkdf2 test vectors for completenessEli Collins2011-04-251-0/+39
* added a generate_password() convenience methodEli Collins2011-03-291-0/+3
* deprecated list_to_bytes & bytes_to_list - not needed since bcrypt fallback r...Eli Collins2011-03-291-70/+78
* misc bugfixes & tweaks for win32 compatEli Collins2011-03-251-2/+5
* removed pure-python bcrypt implementation, wasn't fast enough to be usuable, ...Eli Collins2011-03-241-33/+0