| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup old python compat -- removed "unicode_or_str" and "native_string_type... | Eli Collins | 2020-10-06 | 1 | -3/+2 |
* | cleanup old python compat -- removed all "from __future__" imports | Eli Collins | 2020-10-06 | 1 | -1/+0 |
* | general: went ahead and removed a bunch of deprecated features that were sche... | Eli Collins | 2016-11-28 | 1 | -12/+1 |
* | passlib.utils: relocated a bunch of properties & decorators to .utils.decor | Eli Collins | 2016-11-22 | 1 | -1/+1 |
* | pbkdf2: removed support for M2Crypto backend -- was only useful for sha1 | Eli Collins | 2016-06-20 | 1 | -4/+0 |
* | relocated many of the crypto routes inside passlib.utils, | Eli Collins | 2016-02-10 | 1 | -422/+64 |
* | misc test bugfixes | Eli Collins | 2015-07-26 | 1 | -0/+1 |
* | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp... | Eli Collins | 2015-01-10 | 1 | -11/+8 |
* | pbkdf cleanups | Eli Collins | 2013-04-10 | 1 | -32/+24 |
* | style cleanups | Eli Collins | 2013-04-09 | 1 | -8/+8 |
* | minor py3 bugfix in get_hash_info() | Eli Collins | 2013-04-09 | 1 | -1/+1 |
* | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ... | Eli Collins | 2013-04-06 | 1 | -2/+2 |
* | UT & bugfix for get_hash_info() | Eli Collins | 2013-01-23 | 1 | -5/+6 |
* | pbkdf2() sped up ~20% by precomputing intermediate hmac hashes | Eli Collins | 2013-01-23 | 1 | -98/+247 |
* | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -26/+26 |
* | loads of documentation updates | Eli Collins | 2012-05-01 | 1 | -10/+11 |
* | better coverage of crypto routines, fixed some bugs | Eli Collins | 2012-04-30 | 1 | -54/+61 |
* | added some missing tests; fixed a bunch of bugs | Eli Collins | 2012-04-28 | 1 | -26/+21 |
* | assorted small details that weren't covered in the last few merges | Eli Collins | 2012-04-27 | 1 | -2/+6 |
* | updated front matter and other documentation | Eli Collins | 2012-04-27 | 1 | -1/+1 |
* | sped up pbkdf2 implementation by 60% or so - upped the rounds for all pbkdf2 ... | Eli Collins | 2012-04-19 | 1 | -31/+38 |
* | clarify behavior for secret=None and hash=None | Eli Collins | 2012-04-11 | 1 | -1/+1 |
* | fixed issue 29 - m2crypto crash may be triggered by keylen > 32, not > 41 as ... | Eli Collins | 2012-04-09 | 1 | -5/+7 |
* | cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2 | Eli Collins | 2012-03-10 | 1 | -1/+104 |
* | split exceptions/warnings to separate module; added some additional warning c... | Eli Collins | 2012-01-18 | 1 | -1/+3 |
* | import cleanups | Eli Collins | 2012-01-18 | 1 | -3/+2 |
* | lots of work on scram hash | Eli Collins | 2012-01-09 | 1 | -2/+8 |
* | deprecated to_hash_str, replaced all instances with to_native_str | Eli Collins | 2011-12-28 | 1 | -3/+3 |
* | added compat.aliased lazy-loading module, aliases for BytesIO/StringIO | Eli Collins | 2011-12-06 | 1 | -6/+1 |
* | replaced (int,long) instance checks with compat.int_types | Eli Collins | 2011-12-06 | 1 | -4/+4 |
* | added callable shim for 3.0-3.1 | Eli Collins | 2011-12-06 | 1 | -1/+1 |
* | replaced xrange() instances with compat.irange() alias | Eli Collins | 2011-12-06 | 1 | -1/+2 |
* | branch exploring feasibility of removing need for 2to3 | Eli Collins | 2011-12-06 | 1 | -1/+2 |
* | misc documentation tweaks | Eli Collins | 2011-06-30 | 1 | -18/+20 |
* | removed 'encoding' kwd from pbkdf1 / pbkdf2 - unused, uneeded, and complicate... | Eli Collins | 2011-06-20 | 1 | -13/+10 |
* | rest of utils now py3 compat | Eli Collins | 2011-06-17 | 1 | -34/+22 |
* | kdf enhancements | Eli Collins | 2011-06-02 | 1 | -53/+185 |
* | minor additions to documentation | Eli Collins | 2011-04-06 | 1 | -10/+10 |
* | removed a bunch of "L" suffixes from ints (per 2to3) | Eli Collins | 2011-03-28 | 1 | -1/+1 |
* | replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c... | Eli Collins | 2011-03-28 | 1 | -5/+5 |
* | misc bugfixes & tweaks for win32 compat | Eli Collins | 2011-03-25 | 1 | -3/+9 |
* | bugfixes, tweaks, test cases | Eli Collins | 2011-03-18 | 1 | -1/+1 |
* | coverage work | Eli Collins | 2011-03-18 | 1 | -1/+1 |
* | converted NTHash, PostgresMD5, SHA256Crypt, SunMD5Crypt to classes | Eli Collins | 2011-02-14 | 1 | -1/+20 |
* | import cleanups | Eli Collins | 2011-01-19 | 1 | -1/+1 |
* | rearranging some more | Eli Collins | 2011-01-19 | 1 | -0/+148 |