| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | bugfix: tests.test_pwd: missed rename of predefined charset | Eli Collins | 2016-11-10 | 1 | -3/+3 |
| * | totp: TOTP.normalize_token() turned into hybrid method, made public; | Eli Collins | 2016-11-10 | 1 | -7/+26 |
| * | totp: added cache_seconds to TotpMatch repr, fixed py3 bug in UTs | Eli Collins | 2016-11-10 | 1 | -1/+1 |
| * | totp: removed 'reuse' keyword from match(), no valid use-case | Eli Collins | 2016-11-10 | 1 | -10/+2 |
| * | pwd: updated docs, made default word/charsets public, minor optimizations | Eli Collins | 2016-11-10 | 1 | -40/+4 |
| * | pwd: removed 'max self info rate' and 'min complexity' hacks, just not useful... | Eli Collins | 2016-11-09 | 1 | -97/+5 |
| * | totp: fixed edge case where default issuer was being inserted into json string. | Eli Collins | 2016-11-09 | 1 | -0/+9 |
| * | totp: simplified AppWallet secret resolution code | Eli Collins | 2016-11-09 | 1 | -4/+4 |
| * | totp: consolidated key parsing code, clarified AppWallet behavior, | Eli Collins | 2016-11-09 | 1 | -2/+2 |
| * | totp tests: merged old _BaseOTPTest class into primary TotpTest class. | Eli Collins | 2016-11-08 | 1 | -222/+151 |
| * | totp: renamed TOTP.verify() to TOTP.match(); added new TOTP.verify() in it's ... | Eli Collins | 2016-11-08 | 1 | -37/+73 |
| * | totp: OTPContext no longer frontend, reduced down to merely holding | Eli Collins | 2016-11-08 | 1 | -135/+106 |
| * | totp: added TOTP.using() for constructing TOTP factories with custom configur... | Eli Collins | 2016-11-08 | 1 | -19/+42 |
| * | bugfix: totp: TOTP.from_source() should return new object if contexts are dif... | Eli Collins | 2016-11-08 | 1 | -0/+10 |
| * | totp: added TOTP.from_source() frontend which detects serialization format, | Eli Collins | 2016-11-08 | 1 | -10/+192 |
| * | totp: in place of stateful TOTP methods, expanded the TotpMatch() object | Eli Collins | 2016-11-07 | 1 | -1/+10 |
| * | totp: stripped out the 'stateful' methods (TOTP.advance, TOTP.consume, and TO... | Eli Collins | 2016-11-07 | 1 | -198/+18 |
| * | totp: no functional code changes, just combined the BaseOTP and TOTP classes, | Eli Collins | 2016-11-07 | 1 | -0/+3 |
| * | totp: stripping out HOTP support -- not generally used/useful in the real world | Eli Collins | 2016-11-07 | 1 | -684/+1 |
| * | totp: large cleanup of the API: removed skew prediction, tweaked structure | Eli Collins | 2016-10-03 | 1 | -263/+212 |
| * | bugfix: test_totp: py3 compat fixes (forgot to mark some byte strings) | Eli Collins | 2016-07-17 | 1 | -4/+4 |
| * | bugfix: test_utils: missing import | Eli Collins | 2016-07-17 | 1 | -1/+1 |
| * | bugfix: tests_utils: correct assumption -- hmac.compare_digest() apparently | Eli Collins | 2016-07-17 | 1 | -7/+5 |
| * | ran full tests to verify we work under pyston 0.5.1 | Eli Collins | 2016-07-15 | 2 | -3/+7 |
| * | bugfix: test_totp: skip encryption tests when AES support not present | Eli Collins | 2016-07-15 | 1 | -8/+12 |
| * | passlib.totp: large refactoring of API, added support for migration applicati... | Eli Collins | 2016-07-12 | 1 | -369/+513 |
| * | bugfix: fixed some unicode/byte issues under py3 | Eli Collins | 2016-07-02 | 2 | -1/+4 |
| * | bugfix: bcrypt: fixed some test failures | Eli Collins | 2016-07-01 | 1 | -0/+2 |
| * | docs: cleaned up language & links | Eli Collins | 2016-06-30 | 1 | -1/+1 |
| * | bugfix: test_utils: account for changes to memoized_property() api | Eli Collins | 2016-06-30 | 1 | -1/+2 |
| * | bugfix: passlib.tests.utils: missing import removed during recent cleanup | Eli Collins | 2016-06-30 | 1 | -0/+1 |
| * | passlib.exc: PasswordSizeError / PasswordTruncateError now have a .max_size | Eli Collins | 2016-06-30 | 1 | -6/+9 |
| * | argon2, bcrypt: reworked how backends are managed. | Eli Collins | 2016-06-30 | 2 | -2/+10 |
| * | argon2: added argon2.pure_use_threads flag, | Eli Collins | 2016-06-29 | 1 | -1/+2 |
| * | CryptContext: adjusted interface to expose configured handlers | Eli Collins | 2016-06-29 | 1 | -44/+73 |
| * | docs: added warnings about future plans, merged 1.6.6 changelog into 1.7 | Eli Collins | 2016-06-29 | 1 | -4/+11 |
| * | CryptContext: added "harden_verify" support | Eli Collins | 2016-06-29 | 2 | -7/+137 |
| * | passlib.hash: Improved handling of hashes which truncate passwords | Eli Collins | 2016-06-29 | 5 | -19/+37 |
| * | CryptContext: improved handling of global options to be passed to handlers | Eli Collins | 2016-06-29 | 1 | -3/+2 |
| * | bugfix: test_ext_django: try to give better error message when | Eli Collins | 2016-06-26 | 1 | -3/+15 |
| * | bugfix: test_django: fix test which needs to detect handler ancestry. | Eli Collins | 2016-06-26 | 2 | -3/+23 |
| * | Enhanced disabled hash management | Eli Collins | 2016-06-26 | 5 | -17/+206 |
| * | bugfix: test_totp: dynamically work out max value of host's time_t; | Eli Collins | 2016-06-26 | 1 | -1/+11 |
| * | bugfix: py27 xrange() doesn't handle things greater than C long; | Eli Collins | 2016-06-26 | 1 | -6/+3 |
| * | utils.handlers.HasSalt: set min_salt to default to 0, not None | Eli Collins | 2016-06-26 | 1 | -1/+1 |
| * | argon2: added 'max_threads' option to limit load when testing argon2pure | Eli Collins | 2016-06-22 | 1 | -1/+4 |
| * | bugfix: test_utils / consteq: changed test to account for pypy2 vs pypy3 | Eli Collins | 2016-06-22 | 1 | -3/+3 |
| * | argon2 tests: changed some reference hashes to relax CPU load where it wasn't... | Eli Collins | 2016-06-22 | 1 | -10/+10 |
| * | bugfix: tests HandlerCase: don't use alt backends during thread testing, | Eli Collins | 2016-06-22 | 1 | -4/+4 |
| * | test cleanups | Eli Collins | 2016-06-22 | 5 | -83/+40 |