summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.context.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lib/passlib.context.rst')
-rw-r--r--docs/lib/passlib.context.rst36
1 files changed, 0 insertions, 36 deletions
diff --git a/docs/lib/passlib.context.rst b/docs/lib/passlib.context.rst
index 5ed7413..bec6f7e 100644
--- a/docs/lib/passlib.context.rst
+++ b/docs/lib/passlib.context.rst
@@ -166,36 +166,6 @@ Options which directly affect the behavior of the CryptContext instance:
.. versionadded:: 1.7
-.. _context-min-verify-time-option:
-
-``min_verify_time``
-
- If specified, unsuccessful :meth:`~CryptContext.verify`
- calls will be penalized, and take at least this may
- seconds before the method returns. May be an integer
- or fractional number of seconds.
-
- .. deprecated:: 1.6
- This option has not proved very useful, is ignored by 1.7,
- and will be removed in version 1.8.
-
- .. versionchanged:: 1.7
-
- Per deprecation roadmap above, this option is now ignored.
-
-.. _context-harden-verify-option:
-
-``harden_verify``
-
- Companion to ``min_verify_time``, currently ignored.
-
- .. versionadded:: 1.7
-
- .. deprecated:: 1.7.1
-
- This option is ignored by 1.7.1, and will be removed in 1.8
- along with ``min_verify_time``.
-
.. _context-algorithm-options:
Algorithm Options
@@ -537,9 +507,3 @@ if any invalid-but-correctable values are encountered
Other Helpers
=============
.. autoclass:: LazyCryptContext([schemes=None,] \*\*kwds [, onload=None])
-
-.. rst-class:: html-toggle
-
-The CryptPolicy Class (deprecated)
-==================================
-.. autoclass:: CryptPolicy