summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * argon2, parsehash tests -- fix some PY2 edge cases detected by CIEli Collins2019-11-112-2/+8
* | argon2, parsehash tests -- fix some PY2 edge cases detected by CIEli Collins2019-11-112-2/+8
* | Merge from stableEli Collins2019-11-1111-25/+288
|\ \ | |/
| * bugfix: django_argon2: fix some glitches related to recent argon2 "ID" supportEli Collins2019-11-112-2/+12
| * passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86)Eli Collins2019-11-115-18/+133
| * passlib.apache: adjust default context to use "2y" bcrypt hashes instead of "2b"Eli Collins2019-11-114-4/+138
| * bcrypt: py2 compat fix -- add compat wrapper for edge case in pybcrypt detect...Eli Collins2019-11-111-1/+5
* | Merge from stableEli Collins2019-11-1019-133/+593
|\ \ | |/
| * argon2 -- check for unsupported "argon2" package, or "argon2_cffi" that's too...Eli Collins2019-11-102-1/+20
| * argon2 -- added support for type "ID" hashes & for generating type "D" hashes.Eli Collins2019-11-106-59/+369
| * added tests for parsehash() method; fixed argon2 error (fixes issue 97)Eli Collins2019-11-105-3/+91
| * bugfix: passlib.totp: always prepend issuer to URIs (fixes issue 92)Eli Collins2019-11-093-10/+26
| * docs: update 1.7.2 changelog for everything added to stable since 1.7.1Eli Collins2019-11-092-0/+22
| * Back out changeset 53dc260cead7 -- restores argon2 to 16 byte hash output.Eli Collins2019-11-092-5/+4
| * additional py38 compat fixesEli Collins2019-11-093-5/+9
| * fastpbk2 -> fastpbkdf2David Poggi2018-02-091-1/+1
| * Add missing comma in python string list leading to unwanted implicit string c...Ehsan Kia2019-10-041-1/+1
| * quickstart.rst: grammar fixesKenyon Ralph2019-01-121-9/+9
| * Merged in apevec/passlib/stable (pull request #9)Eli Collins2019-11-092-14/+15
| |\
| | * Fix for Python 3.8Alan Pevec2019-07-121-3/+8
| | * Fix testsuite on LinuxAlan Pevec2019-07-111-2/+4
| | * Remove time.clock(), deprecated in 3.8Alan Pevec2019-07-111-9/+3
| * | Merged in graingert/passlib/graingert/docs-updated-password-generation-sectio...Eli Collins2019-11-091-2/+2
| |\ \ | | |/ | |/|
| | * docs: updated password generation section to endorse 'zxcvbn' over alternate ...Thomas “graingert” Grainger2019-03-041-2/+2
| |/
| * docs: updated password generation section to endorze 'zxcvbn-python' over alt...Eli Collins2017-06-061-15/+5
| * docs: updated rounds in bcrypt examples (fixes issue #91)Eli Collins2017-06-062-6/+6
| * docs: pypi redirect msg replaced w/ cloud_sptheme's auto_redirect helper,Eli Collins2017-04-054-21/+28
| * argon2: set checksum size to 32, per issue 88.Eli Collins2017-03-042-4/+8
* | Merged in drpoggi/passlib/drpoggi/fastpbk2-fastpbkdf2-1518202787739 (pull req...Eli Collins2019-11-091-1/+1
|\ \
| * | fastpbk2 -> fastpbkdf2David Poggi2018-02-091-1/+1
* | | Merged in EhsanKia/passlib/Ehsan-Kia/add-missing-comma-in-python-string-list-...Eli Collins2019-11-091-1/+1
|\ \ \
| * | | Add missing comma in python string list leading to unwanted implicit string c...Ehsan Kia2019-10-041-1/+1
| |/ /
* | | Merged in kenyon/passlib/kenyon/quickstartrst-grammar-fixes-1547285543894 (pu...Eli Collins2019-11-091-9/+9
|\ \ \ | |/ / |/| |
| * | quickstart.rst: grammar fixesKenyon Ralph2019-01-121-9/+9
|/ /
* | compat cleanup: removed print_() compat helper now that py25 support dropped.Eli Collins2017-02-174-54/+9
* | compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-1743-408/+402
* | Merge with stableEli Collins2017-02-141-1/+4
|\ \ | |/
| * setup: added $SOURCE_DATE_EPOCH support to revision stampingEli Collins2017-02-141-1/+4
* | passlib.context: removed deprecated 'harden_verify' kwdEli Collins2017-01-304-57/+3
* | Merge with stableEli Collins2017-01-3031-780/+1378
|\ \ | |/
| * Added tag 1.7.1 for changeset bccfda37318bEli Collins2017-01-300-0/+0
| * bumped to 1.7.1, related doc updates1.7.1Eli Collins2017-01-304-7/+7
| * passlib.apache: updated internal commentsEli Collins2017-01-302-5/+5
| * passlib.hash.bsdi_crypt.rst edited online with BitbucketJohn McLaughlin2017-01-291-1/+1
| * docs: requiring cloud_sptheme 1.8.2Eli Collins2017-01-302-2/+2
| * passlib.tests: fix imports that got dropped during a patchEli Collins2017-01-302-2/+3
| * minor update to docs & ignore fileEli Collins2017-01-302-17/+7
| * bugfix: passlib.hash.cisco_pix & cisco_asa: major overhaul of internal implem...Eli Collins2017-01-307-191/+620
| * tox.ini: updated structure to make it easier to customizeEli Collins2017-01-301-16/+22
| * PasswordHash: hammered out more of password truncation policy.Eli Collins2017-01-305-69/+239