index
:
delta/python-packages/passlib.git
1.3.x
Ehsan-Kia/add-missing-comma-in-python-string-list--1570159929332
class-based
cmdline-dev
drpoggi/fastpbk2-fastpbkdf2-1518202787739
drupal7
graingert/docs-updated-password-generation-section-1551709975688
ironpython-support-dev
kenyon/quickstartrst-grammar-fixes-1547285543894
lazy-load
master
mjhm/passlibhashbsdi_cryptrst-edited-online-w-1485713793666
no2to3-dev
release-1.5
release-1.6
scram-dev
scrypt-dev
speedup
stable
yuvallanger/fix-typo-1451443676093
foss.heptapod.net: python-libs/passlib
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
passlib
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
bugfix: django_argon2: fix some glitches related to recent argon2 "ID" support
Eli Collins
2019-11-11
1
-0
/
+4
|
*
passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86)
Eli Collins
2019-11-11
2
-12
/
+46
|
*
passlib.apache: adjust default context to use "2y" bcrypt hashes instead of "2b"
Eli Collins
2019-11-11
2
-2
/
+122
*
|
Merge from stable
Eli Collins
2019-11-10
4
-9
/
+210
|
\
\
|
|
/
|
*
argon2 -- added support for type "ID" hashes & for generating type "D" hashes.
Eli Collins
2019-11-10
1
-5
/
+140
|
*
added tests for parsehash() method; fixed argon2 error (fixes issue 97)
Eli Collins
2019-11-10
2
-0
/
+64
|
*
bugfix: passlib.totp: always prepend issuer to URIs (fixes issue 92)
Eli Collins
2019-11-09
1
-3
/
+3
|
*
Fix testsuite on Linux
Alan Pevec
2019-07-11
1
-2
/
+4
*
|
compat cleanup: removed print_() compat helper now that py25 support dropped.
Eli Collins
2017-02-17
1
-3
/
+3
*
|
compat cleanup: replaced all u("") instances with u""
Eli Collins
2017-02-17
15
-251
/
+246
*
|
passlib.context: removed deprecated 'harden_verify' kwd
Eli Collins
2017-01-30
1
-13
/
+1
*
|
Merge with stable
Eli Collins
2017-01-30
8
-390
/
+698
|
\
\
|
|
/
|
*
passlib.tests: fix imports that got dropped during a patch
Eli Collins
2017-01-30
1
-2
/
+2
|
*
bugfix: passlib.hash.cisco_pix & cisco_asa: major overhaul of internal implem...
Eli Collins
2017-01-30
1
-81
/
+283
|
*
PasswordHash: hammered out more of password truncation policy.
Eli Collins
2017-01-30
1
-60
/
+192
|
*
passlib.tests: silence some more scrypt backend warnings,
Eli Collins
2017-01-30
2
-3
/
+13
|
*
passlib.tests: split cisco hasher tests into separate file
Eli Collins
2017-01-30
2
-229
/
+267
|
*
Per issue 83, all "harden_verify" code is now deprecated & a noop.
Eli Collins
2017-01-29
2
-94
/
+19
|
*
passlib.tests: silence some scrypt-backend warnings that slipped through
Eli Collins
2017-01-29
1
-3
/
+4
|
*
passlib.crypto.scrypt: reworked backend loader internals
Eli Collins
2017-01-23
1
-1
/
+1
*
|
Merge with stable
Eli Collins
2017-01-22
2
-13
/
+43
|
\
\
|
|
/
|
*
passlib.tests: up default 'bestof' for time_call(), to lower odds of failures
Eli Collins
2017-01-22
1
-1
/
+1
|
*
added r"" prefix to some strings, to fix some python 3.6 deprecation warnings
Eli Collins
2017-01-22
1
-3
/
+3
|
*
passlib.tests.test_totp: fixed max_time_t calculation to trap some errors
Eli Collins
2017-01-22
1
-9
/
+39
*
|
Merge from stable
Eli Collins
2016-12-19
2
-7
/
+20
|
\
\
|
|
/
|
*
tests: added code to patch some RNGs for duration of tests,
Eli Collins
2016-12-19
2
-7
/
+20
*
|
general: went ahead and removed a bunch of deprecated features that were sche...
Eli Collins
2016-11-28
7
-989
/
+11
|
/
*
bugfix: utils: GenericHandler wasn't issuing deprecation warning if caller
Eli Collins
2016-11-27
3
-17
/
+29
*
docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of...
Eli Collins
2016-11-25
4
-14
/
+14
*
tests: cleanup stray .encrypt() call
Eli Collins
2016-11-22
1
-1
/
+1
*
bugfix: tests.test_ext_django: handle no argon2 backends available
Eli Collins
2016-11-22
1
-1
/
+2
*
bugfix: tests / test_handlers_bcrypt: bad unpacking of tuple
Eli Collins
2016-11-22
1
-1
/
+1
*
bugfix: tests: fix import issue when django not present
Eli Collins
2016-11-22
1
-1
/
+3
*
bugfix: tests / test_15_salt_type: respect min_salt_size to remove spurious V...
Eli Collins
2016-11-22
1
-3
/
+4
*
passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ...
Eli Collins
2016-11-22
2
-7
/
+7
*
passlib.utils: relocated a bunch of properties & decorators to .utils.decor
Eli Collins
2016-11-22
4
-6
/
+8
*
passlib.context: formalized how CryptContext stores deprecation info.
Eli Collins
2016-11-22
2
-5
/
+5
*
passlib.ext.django: large refactor to make things more isolated & testable.
Eli Collins
2016-11-22
3
-193
/
+287
*
passlib.handlers.django: added support for django_argon2
Eli Collins
2016-11-22
3
-1
/
+46
*
passlib.tests: large refactor to make all tests that depend on RNG behave
Eli Collins
2016-11-21
10
-249
/
+445
*
bugfix: passlib.tests: fix non-deterministic getrandbytes() test
Eli Collins
2016-11-21
2
-15
/
+38
*
bugfix: test_handlers_django: don't check django for formats removed in djang...
Eli Collins
2016-11-20
1
-6
/
+23
*
bugfix: tests_bcrypt: update fuzz backend to use new pybcrypt backend location
Eli Collins
2016-11-20
1
-8
/
+12
*
bugfix: tests: fixed bcrypt tests to handle '2b' as the default
Eli Collins
2016-11-20
1
-2
/
+3
*
passlib.handlers.argon2: argon2_cffi 16.2 compat fixes
Eli Collins
2016-11-19
1
-4
/
+8
*
passlib.tests: django 1.10 compat fixes
Eli Collins
2016-11-19
3
-9
/
+28
*
passlib.handlers.bcrypt: now defaulting to "2b" format, doc updates
Eli Collins
2016-11-19
1
-3
/
+9
*
passlib.apache: updated htpasswd_context to support apache 2.4 & native os sc...
Eli Collins
2016-11-19
1
-4
/
+6
*
passlib.registry: consolidated some internal helpers from various places
Eli Collins
2016-11-19
2
-13
/
+3
*
utils.handlers: tried to greatly simplify how BackendMixin & subclasses operate
Eli Collins
2016-11-10
1
-4
/
+6
[prev]
[next]