summaryrefslogtreecommitdiff
path: root/passlib/tests/test_handlers_bcrypt.py
Commit message (Expand)AuthorAgeFilesLines
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-3/+3
* passlib.tests -- clean ups of os_crypt & general backend handlingEli Collins2015-07-231-19/+21
* Merge from stableEli Collins2015-07-221-13/+39
|\
| * bunch of bcrypt updates, centered around the bsd wraparound bug.Eli Collins2015-07-211-11/+37
| * consolidated all bcrypt/py-bcrypt detection into _detect_pybcrypt() function;Eli Collins2015-07-201-4/+4
* | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-8/+8
* | Merge from stableEli Collins2013-12-271-22/+22
|\ \ | |/ |/|
| * Merge from stableEli Collins2013-12-271-27/+29
* | style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-6/+8
|/
* bugfix to fuzz test border case: repeat_string() chokes if source is empty st...Eli Collins2013-12-261-1/+1
* added passlib.hash.bcrypt_sha256Eli Collins2013-12-261-0/+108
* added support for bcrypt library (issue 49),Eli Collins2013-12-201-0/+364