summaryrefslogtreecommitdiff
path: root/passlib
Commit message (Expand)AuthorAgeFilesLines
...
* totp: large cleanup of the API: removed skew prediction, tweaked structureEli Collins2016-10-032-526/+316
* bugfix: test_totp: py3 compat fixes (forgot to mark some byte strings)Eli Collins2016-07-171-4/+4
* bugfix: test_utils: missing importEli Collins2016-07-171-1/+1
* bugfix: tests_utils: correct assumption -- hmac.compare_digest() apparentlyEli Collins2016-07-171-7/+5
* ran full tests to verify we work under pyston 0.5.1Eli Collins2016-07-153-3/+10
* docs: corrected / updated various bits of text, especially TOTP docsEli Collins2016-07-152-45/+41
* bugfix: test_totp: skip encryption tests when AES support not presentEli Collins2016-07-151-8/+12
* passlib.totp: large refactoring of API, added support for migration applicati...Eli Collins2016-07-123-836/+1346
* bugfix: fixed some unicode/byte issues under py3Eli Collins2016-07-023-2/+5
* bugfix: bcrypt: fixed some test failuresEli Collins2016-07-013-32/+46
* cleanup: unused varsEli Collins2016-06-301-2/+0
* docs: cleaned up language & linksEli Collins2016-06-302-5/+5
* bugfix: test_utils: account for changes to memoized_property() apiEli Collins2016-06-301-1/+2
* bugfix: passlib.tests.utils: missing import removed during recent cleanupEli Collins2016-06-301-0/+1
* passlib.exc: PasswordSizeError / PasswordTruncateError now have a .max_sizeEli Collins2016-06-303-13/+32
* argon2, bcrypt: reworked how backends are managed.Eli Collins2016-06-306-423/+795
* bugfix: accidentally committed some unwanted bits in rev 9e6da28bc687Eli Collins2016-06-291-16/+1
* bugfix: utils.handlers / PrefixWrapper: proxy "is_disabled" and "truncate_err...Eli Collins2016-06-291-1/+1
* bugfix: typo in passlib.contextEli Collins2016-06-291-1/+1
* argon2: added argon2.pure_use_threads flag,Eli Collins2016-06-292-1/+8
* CryptContext: adjusted interface to expose configured handlersEli Collins2016-06-292-58/+175
* docs: added warnings about future plans, merged 1.6.6 changelog into 1.7Eli Collins2016-06-293-8/+36
* CryptContext: added "harden_verify" supportEli Collins2016-06-294-28/+367
* bugfix: missed line while staging last commitEli Collins2016-06-291-1/+1
* passlib.hash: Improved handling of hashes which truncate passwordsEli Collins2016-06-2914-33/+243
* CryptContext: improved handling of global options to be passed to handlersEli Collins2016-06-292-30/+48
* comment cleanupsEli Collins2016-06-294-9/+89
* bugfix: test_ext_django: try to give better error message whenEli Collins2016-06-261-3/+15
* bugfix: test_django: fix test which needs to detect handler ancestry.Eli Collins2016-06-263-4/+29
* Enhanced disabled hash managementEli Collins2016-06-2610-24/+345
* bugfix: test_totp: dynamically work out max value of host's time_t;Eli Collins2016-06-261-1/+11
* bugfix: py27 xrange() doesn't handle things greater than C long;Eli Collins2016-06-263-7/+38
* bugfix: passlib.totp: urlparse() query issue present for python < 2.7.4,Eli Collins2016-06-261-4/+6
* utils.handlers.HasSalt: set min_salt to default to 0, not NoneEli Collins2016-06-2611-20/+8
* argon2: added 'max_threads' option to limit load when testing argon2pureEli Collins2016-06-222-2/+31
* bcrypt: clarified some warning messages and commentsEli Collins2016-06-221-3/+10
* bugfix: passlib.pwd: add fudge factor to prevent infinite loop when max_compl...Eli Collins2016-06-221-1/+5
* bugfix: test_utils / consteq: changed test to account for pypy2 vs pypy3Eli Collins2016-06-221-3/+3
* argon2 tests: changed some reference hashes to relax CPU load where it wasn't...Eli Collins2016-06-221-10/+10
* bugfix: tests HandlerCase: don't use alt backends during thread testing,Eli Collins2016-06-221-4/+4
* test cleanupsEli Collins2016-06-225-83/+40
* various bsdi_crypt related cleanupsEli Collins2016-06-227-75/+79
* HasRounds: removed unconditional errors when min_desired_rounds < 0,Eli Collins2016-06-222-8/+3
* utils: pinned down unicode/bytes handling for ab64/b64s helpersEli Collins2016-06-223-18/+111
* tests: cleaned up unused funcsEli Collins2016-06-202-10/+1
* utils: b64s & ab64 helper methods replaced with faster versionsEli Collins2016-06-201-29/+20
* bugfix: handler.ident_values must always be a tuple,Eli Collins2016-06-203-4/+4
* docs: misc cleanups & todosEli Collins2016-06-202-1/+6
* scrypt: hash format changedEli Collins2016-06-206-149/+304
* tests: relocated hb() helper to tests.utilsEli Collins2016-06-204-21/+16