summaryrefslogtreecommitdiff
path: root/docs/narr
Commit message (Collapse)AuthorAgeFilesLines
* quickstart.rst: grammar fixesKenyon Ralph2019-01-121-9/+9
|
* Per issue 83, all "harden_verify" code is now deprecated & a noop.Eli Collins2017-01-291-4/+0
| | | | | | | | | | | | | | | | will be removed completely in 1.8. Rationale: Aside from the arguments in issue 83, performed a timing analysis, and decided harden_verify framework wasn't going to be easily workable to prevent a timing attack anyways (see attached admin/plot_verify_timing.py script). Changes: * dummy_verify() has been kept around, but now uses .verify() against a dummy hash, which is guaranteed to have correct timing (though wastes cpu cycles). * Removed most harden_verify code, treating it as NOOP just like min_verify_time. Similarly, removed most documentation references to.
* Fix typo in quickstartPavloKapyshin2017-01-101-1/+1
| | | | (grafted from 79e0a8831b10971a7aa47a2f919fd1fa045df6c8)
* docs: wording tweaks, emphasized 1.7 changes in hash tutorial, added note ↵Eli Collins2016-11-271-29/+42
| | | | about saslprep()
* docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch ↵Eli Collins2016-11-254-25/+29
| | | | of places.
* docs: LARGE update to documentation, tutorials added, pages relocatedEli Collins2016-11-206-0/+2055
* moved a bunch of pages into 'docs/narr' narrative subsection. added placeholder pages in old locations, to minimize inbound link breakage. * split history into separate pages, was getting way too long. removed toplevel CHANGES file, not feasible under new structure. * passlib.ifc split into reference & tutorial portions, tutorial allowed subsuming a bunch of other hash-usage examples. * added standard fragments for warning about insecure hashes, added them to top of a LOT of hash doc pages. * updated references, various layout tweaks