aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-02 17:12:26 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-02 21:28:53 -0500
commitba987453e648f6c40023c42524d11a4d568fcf99 (patch)
treed7d2a519954aeeab348ac35b4d19495e869b6605 /CHANGELOG.rst
parent5b2bf921d3c99035c2fe7a639af22dd267fbd0ad (diff)
downloadcryptography-ba987453e648f6c40023c42524d11a4d568fcf99.tar.gz
cryptography-ba987453e648f6c40023c42524d11a4d568fcf99.tar.bz2
cryptography-ba987453e648f6c40023c42524d11a4d568fcf99.zip
move salt_length from MGF1 to PSS and start deprecation cycle
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 34c544d9..9e89e563 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,11 @@ Changelog
.. note:: This version is not yet released and is under active development.
+* Deprecated ``salt_length`` on
+ :class:`~cryptography.hazmat.primitives.asymmetric.padding.MGF1` and added it
+ to :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS`. It will be
+ removed from ``MGF1`` in two releases per our :doc:`/api-stability` policy.
+
0.3 - 2014-03-27
~~~~~~~~~~~~~~~~