aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-07-07 13:38:07 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-07-07 13:38:07 -0700
commitd77b97a4226b83e1c00e2673c11662a8b5422639 (patch)
tree75f16945619c2a5415c8b5f62c5ce1b7591ea57b /docs/hazmat/primitives
parente4b1e854e0482ae4bc363f7938ad5b214c124d9f (diff)
downloadcryptography-d77b97a4226b83e1c00e2673c11662a8b5422639.tar.gz
cryptography-d77b97a4226b83e1c00e2673c11662a8b5422639.tar.bz2
cryptography-d77b97a4226b83e1c00e2673c11662a8b5422639.zip
Advanced and remove the deprecated MGF1 sale length code
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/asymmetric/padding.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/padding.rst b/docs/hazmat/primitives/asymmetric/padding.rst
index 40084799..00c77590 100644
--- a/docs/hazmat/primitives/asymmetric/padding.rst
+++ b/docs/hazmat/primitives/asymmetric/padding.rst
@@ -63,8 +63,8 @@ Mask generation functions
.. versionadded:: 0.3
- .. versionchanged:: 0.4
- Deprecated the ``salt_length`` parameter.
+ .. versionchanged:: 0.6
+ Removed the deprecated ``salt_length`` parameter.
MGF1 (Mask Generation Function 1) is used as the mask generation function
in :class:`PSS` padding. It takes a hash algorithm and a salt length.