summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.context-usage.rst
Commit message (Collapse)AuthorAgeFilesLines
* CryptPolicy deprecation, part 5 - updated docs, changelog, benchmark scriptEli Collins2012-04-171-33/+47
|
* deprecating min_verify_time option; doesn't meaningfully increase security, ↵Eli Collins2012-01-191-3/+0
| | | | and adds code complexity
* added documentation for verify_and_updateEli Collins2011-09-141-0/+6
|
* bugfix: changed CryptPolicy to use SafeConfigParser (as it really should ↵Eli Collins2011-06-041-1/+2
| | | | | | | | have all along) * this may break parsing of some files which have "vary_rounds = 10%", that should now read "vary_rounds = 10%%". * currently detecting that case, and falling back to old behavior + userwarning * passlib 1.6 will let this be fatal.
* rearranged/expanded CryptContext docsEli Collins2011-04-261-0/+310