summaryrefslogtreecommitdiff
path: root/docs/lib
Commit message (Expand)AuthorAgeFilesLines
...
* totp: lots of documentation updates, added example walkthrough using new systemEli Collins2016-11-082-107/+243
* totp: renamed TOTP.verify() to TOTP.match(); added new TOTP.verify() in it's ...Eli Collins2016-11-082-13/+30
* totp: OTPContext no longer frontend, reduced down to merely holdingEli Collins2016-11-082-27/+9
* totp: added TOTP.using() for constructing TOTP factories with custom configur...Eli Collins2016-11-082-0/+5
* totp: added TOTP.from_source() frontend which detects serialization format,Eli Collins2016-11-082-15/+18
* totp: in place of stateful TOTP methods, expanded the TotpMatch() objectEli Collins2016-11-071-24/+36
* totp: stripped out the 'stateful' methods (TOTP.advance, TOTP.consume, and TO...Eli Collins2016-11-072-87/+5
* totp: no functional code changes, just combined the BaseOTP and TOTP classes,Eli Collins2016-11-072-80/+45
* totp: stripped out BaseOTP subtype resolutionEli Collins2016-11-072-16/+16
* totp: stripping out HOTP support -- not generally used/useful in the real worldEli Collins2016-11-072-70/+9
* docs: marked MCF as "deprecated" in favor of PHC format, notes scrypt & argon...Eli Collins2016-10-042-3/+5
* totp: documented the global from_uri() / from_json() helpers, as well as to_d...Eli Collins2016-10-032-0/+25
* totp: added a bunch of tutorial content, relocated nested API documentationEli Collins2016-10-032-46/+558
* docs: large reorganization of documentationEli Collins2016-07-298-99/+200
* docs: corrected / updated various bits of text, especially TOTP docsEli Collins2016-07-152-3/+8
* passlib.totp: large refactoring of API, added support for migration applicati...Eli Collins2016-07-121-0/+6
* docs: noted issue with sha256_cryptEli Collins2016-06-301-0/+19
* docs: cleaned up language & linksEli Collins2016-06-302-4/+6
* CryptContext: added "harden_verify" supportEli Collins2016-06-292-2/+40
* passlib.hash: Improved handling of hashes which truncate passwordsEli Collins2016-06-292-4/+12
* Enhanced disabled hash managementEli Collins2016-06-261-0/+15
* docs: build fixesEli Collins2016-06-231-1/+1
* docs: various updatesEli Collins2016-06-206-9/+35
* scrypt: hash format changedEli Collins2016-06-201-23/+14
* pbkdf2_hmac: now supports hashlib.pbkdf2_hmac() and fastpbkdf2 as backends.Eli Collins2016-06-201-0/+6
* passlib.hash.argon2: support for Argon2 hash formatEli Collins2016-06-172-0/+130
* docs: replaced a bunch of :meth:`encrypt` referencesEli Collins2016-06-173-4/+4
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-159-10/+10
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-1510-21/+11
* passlib.utils: consteq() now an alias for hmac.compare_digest() on python 3.3...Eli Collins2016-06-111-1/+34
* passlib.apache: drastically rewrote parsing & rendering codeEli Collins2016-06-111-2/+5
* passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docsEli Collins2016-06-102-0/+121
* passlib.utils.handlers / HasRounds: the 'rounds' keyword is now treatedEli Collins2016-06-101-0/+15
* passlib.context: deprecating the 'all' preset scheme --Eli Collins2016-06-101-0/+5
* deprecating the 'vary_rounds' option -- *very* little security benefit,Eli Collins2016-06-102-7/+8
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-1033-80/+81
* passlib.pwd: big cleanup pass, removing code that won't be ready for releaseEli Collins2016-02-111-29/+5
* added reference for cisco_asa algorithmEli Collins2016-02-101-0/+3
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-1012-49/+90
* passlib.ext.django: dropped support for django 1.6-1.7, per passlib 1.6.6 ann...Eli Collins2016-02-091-2/+4
* Merge with stableEli Collins2016-02-091-0/+1
|\
| * CryptContext: callers can now provider contextual keywords for any hash in th...Eli Collins2016-02-081-0/+1
* | Merge from stableEli Collins2015-07-252-2/+8
|\ \ | |/
| * clarified behavior doc textEli Collins2015-07-251-2/+2
| * added warning about cisco_pix ASA 7.0 compatibilityEli Collins2015-07-251-0/+6
* | forgot additional doc file from previous cisco_asa commitEli Collins2015-07-251-0/+14
* | cisco asa tweaksEli Collins2015-07-252-20/+39
* | MergeEli Collins2015-07-257-21/+151
|\ \
| * \ Merge from stableEli Collins2015-07-225-17/+67
| |\ \ | | |/
| | * updates changelog & other docs to reflect upcoming 1.6.3 changesEli Collins2015-07-211-1/+1