summaryrefslogtreecommitdiff
path: root/passlib/tests/utils.py
Commit message (Expand)AuthorAgeFilesLines
* bugfix: passlib.tests.utils: backend inspection code was mistakenly reading ....Eli Collins2016-06-101-1/+2
* passlib.utils.handlers / HasRounds: the 'rounds' keyword is now treatedEli Collins2016-06-101-4/+21
* bugfix: plaintext, htdigest, unix_disabled hashes: added missing .using() imp...Eli Collins2016-06-101-0/+9
* deprecating the 'vary_rounds' option -- *very* little security benefit,Eli Collins2016-06-101-0/+1
* passlib.utils.handlers: HasSalt.using() implemented to support customizingEli Collins2016-06-101-0/+45
* passlib.tests.test_totp: use proper timing tool for runtime measurement,Eli Collins2016-06-101-0/+18
* passlib.utils.handlers: some fixes to HasManyIdent.using(), added more UTsEli Collins2016-06-101-2/+5
* passlib.utils.handlers: some fixes to HasRounds.using(), added more UTsEli Collins2016-06-101-42/+190
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-64/+104
* passlib.tests / HandlerTest: when generating random rounds,Eli Collins2016-02-101-4/+4
* Merge with stableEli Collins2016-02-091-0/+50
|\
| * fix: handler test suite: avoid even rounds for bsdi_cryptEli Collins2016-02-081-1/+4
| * PasswordHash ifc: added temporarily helper .parse_rounds(),Eli Collins2016-02-081-0/+47
| * bugfix: tests.utils: added list wrapper, since tuple().index doesn't exist un...Eli Collins2015-07-281-1/+3
* | updated fuzzy test timeout factor greatlyEli Collins2015-07-261-1/+1
* | tweaked threaded fuzz test logging & timeoutEli Collins2015-07-261-9/+16
* | misc test bugfixesEli Collins2015-07-261-39/+66
* | minor bugfixesEli Collins2015-07-251-5/+8
* | HasRounds.using() improved, added UTs.Eli Collins2015-07-251-0/+163
* | HasManyIdents.using() -- fleshed out, added UTsEli Collins2015-07-251-3/+51
* | passlib.tests -- clean ups of os_crypt & general backend handlingEli Collins2015-07-231-189/+209
* | Merge from stableEli Collins2015-07-221-16/+57
|\ \ | |/
| * testing fix: test_70_known() now deals w/ os_crypt backend not beingEli Collins2015-07-211-10/+30
| * bunch of bcrypt updates, centered around the bsd wraparound bug.Eli Collins2015-07-211-6/+26
| * style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-76/+74
* | renamed compat helper 'base_string_types' -> 'unicode_or_bytes_types' for cla...Eli Collins2015-01-231-2/+1
* | more post-py25/31 cleanupsEli Collins2015-01-231-1/+1
* | fix in test harness: _use_mock_crypt() reworked so it doesn't disable _load_b...Eli Collins2015-01-101-5/+18
* | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-11/+11
* | comment & doc updates, removed some extraneous try/except clauses from des_cr...Eli Collins2013-12-281-1/+1
* | UT fixes:Eli Collins2013-12-281-1/+1
* | Merge from stableEli Collins2013-12-271-2/+25
|\ \ | |/
| * added passlib.hash.bcrypt_sha256Eli Collins2013-12-261-3/+9
| * django compatibility part 2Eli Collins2013-12-221-1/+2
| * django compatibility updates (should fix issue 50)Eli Collins2013-12-201-0/+16
* | concurrency testingEli Collins2013-04-101-0/+59
* | minor fixes to some test codeEli Collins2013-04-091-9/+8
* | style cleanupsEli Collins2013-04-091-76/+74
* | fix two minor bugs in unittests (closes issue 46)Eli Collins2013-04-061-3/+0
|/
* rearranged/refactored HandlerCase fuzz testing functions somewhatEli Collins2012-08-021-78/+91
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-126/+126
* replaced HAS_INTEGER_MTIME flag with more reliable workaroundEli Collins2012-06-271-1/+9
* reworked platform_crypt_support test to be more granular, updated to account ...Eli Collins2012-06-271-14/+21
* misc testing fixesEli Collins2012-05-011-18/+30
* bunch bugfixes to the unittestsEli Collins2012-05-011-14/+27
* unittest cleanups, better coverage, etcEli Collins2012-04-301-563/+394
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-281-2/+7
* added support for the new Django 1.4 hash formatsEli Collins2012-04-271-7/+26
* setup warning filters early in TestCase to work around HandlerCase warning is...Eli Collins2012-04-171-0/+3
* changed bcrypt's os_crypt backend to try alternatives before bailing.Eli Collins2012-04-171-4/+1