aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-02-16 20:24:12 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2015-02-16 20:24:12 -0800
commit5e208e7be554cb5c132acef9754c54681e24fab9 (patch)
tree2ca9c645bcd8778a9ba83f8a1c8c670515021ab4 /CHANGELOG.rst
parent426eee7e732f90f04740e055381f0b37dadc2df1 (diff)
parent25bbc150752de98b459f061ce4b90628f2108dbd (diff)
downloadcryptography-5e208e7be554cb5c132acef9754c54681e24fab9.tar.gz
cryptography-5e208e7be554cb5c132acef9754c54681e24fab9.tar.bz2
cryptography-5e208e7be554cb5c132acef9754c54681e24fab9.zip
Merge pull request #1666 from reaperhulk/move-asym-interfaces
move asymmetric signature/verification interfaces
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 87e7f39a..6439a4c8 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -34,6 +34,12 @@ Changelog
:class:`~cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding`
was moved from :mod:`~cryptography.hazmat.primitives.interfaces` to
:mod:`~cryptography.hazmat.primitives.asymmetric.padding`.
+*
+ :class:`~cryptography.hazmat.primitives.asymmetric.AsymmetricSignatureContext`
+ and
+ :class:`~cryptography.hazmat.primitives.asymmetric.AsymmetricVerificationContext`
+ were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to
+ :mod:`~cryptography.hazmat.primitives.asymmetric`.
* :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters`,
:class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAParametersWithNumbers`,
:class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`,