summaryrefslogtreecommitdiff
path: root/passlib/tests
Commit message (Expand)AuthorAgeFilesLines
* bugfix: passlib.tests.utils: backend inspection code was mistakenly reading ....Eli Collins2016-06-101-1/+2
* passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docsEli Collins2016-06-102-0/+680
* passlib.tests: silenced some internal deprecation warningsEli Collins2016-06-102-0/+3
* passlib.utils.handlers / HasRounds: the 'rounds' keyword is now treatedEli Collins2016-06-102-6/+22
* bugfix: plaintext, htdigest, unix_disabled hashes: added missing .using() imp...Eli Collins2016-06-101-0/+9
* bugfix: passlib.totp: add missing import to UTs; add 'cryptography' package t...Eli Collins2016-06-101-0/+1
* passlib.context: deprecating the 'all' preset scheme --Eli Collins2016-06-101-29/+36
* deprecating the 'vary_rounds' option -- *very* little security benefit,Eli Collins2016-06-101-0/+1
* passlib.context: now that Handler.using() is fully implemented,Eli Collins2016-06-101-15/+15
* 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-102-9/+24
* passlib.totp: converted encrypt_key() helper to use AES-CTR via 'cryptography...Eli Collins2016-06-101-20/+46
* 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-102-44/+216
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-109-170/+188
* passlib.pwd: big cleanup pass, removing code that won't be ready for releaseEli Collins2016-02-111-60/+284
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-109-670/+1141
* passlib.tests / HandlerTest: when generating random rounds,Eli Collins2016-02-101-4/+4
* passlib.ext.django: dropped support for django 1.6-1.7, per passlib 1.6.6 ann...Eli Collins2016-02-092-82/+35
* Merge with stableEli Collins2016-02-094-15/+194
|\
| * fix: handler test suite: avoid even rounds for bsdi_cryptEli Collins2016-02-081-1/+4
| * passlib.ext.django: fixes so we're compatible with django 1.9, fixes issue 68Eli Collins2016-02-082-15/+85
| * PasswordHash ifc: added temporarily helper .parse_rounds(),Eli Collins2016-02-081-0/+47
| * CryptContext: callers can now provider contextual keywords for any hash in th...Eli Collins2016-02-081-0/+70
* | Merge from stableEli Collins2015-08-041-1/+4
|\ \ | |/
| * break import into multiple lines - fixes issue 58 part 2Eli Collins2015-08-041-1/+4
| * 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
* | django_bcrypt now allows selecting specific bcrypt variants (2b, etc)Eli Collins2015-07-261-9/+0
* | misc test bugfixesEli Collins2015-07-263-46/+85
* | Merge from stableEli Collins2015-07-251-0/+4
|\ \ | |/
| * tests: minor fix so HasRounds.bitsize() test isn't dependant on hardcodedEli Collins2015-07-251-1/+7
| * yet another set of fixes so django tests all passEli Collins2015-07-251-3/+13
* | minor bugfixesEli Collins2015-07-251-5/+8
* | HasRounds.using() improved, added UTs.Eli Collins2015-07-252-7/+176
* | HasManyIdents.using() -- fleshed out, added UTsEli Collins2015-07-251-3/+51
* | cisco asa tweaksEli Collins2015-07-251-0/+82
* | scram.using(): added support for 'default_algs' and 'algs' parametersEli Collins2015-07-231-0/+38
* | passlib.totp: py26 compat fix: patch urlparse to recognize otpauth schemeEli Collins2015-07-231-1/+1
* | simplified text_ext_django stock config setupEli Collins2015-07-231-21/+23
* | removed HasManyBackends._try_alternate_backends() -- complexity is uneededEli Collins2015-07-231-46/+0
* | passlib.tests -- clean ups of os_crypt & general backend handlingEli Collins2015-07-235-228/+263
* | passlib.ext.django cleanupsEli Collins2015-07-222-115/+70
* | Merge from stableEli Collins2015-07-225-46/+202
|\ \ | |/
| * test framework fix: django 1.7+ puts tests in source, not in package.Eli Collins2015-07-211-13/+54
| * 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-213-19/+72
| * HtpasswdFile's default context now recognized bcrypt, sha256_crypt (fixes iss...Eli Collins2015-07-201-5/+38
| * bugfix: test_registry fixesEli Collins2015-07-201-7/+25