aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-12-30 12:50:14 +0000
committerAlex Stapleton <alexs@prol.etari.at>2015-01-24 14:50:32 +0000
commitf79c2313afdedae24b1b5b6d8fb8ff57f778a29b (patch)
tree0217de19e172701eef50dfef9dc43e2d7e22a3f4 /CHANGELOG.rst
parentb9690abdb3b8afc0599a30deddd06a1681286d47 (diff)
downloadcryptography-f79c2313afdedae24b1b5b6d8fb8ff57f778a29b.tar.gz
cryptography-f79c2313afdedae24b1b5b6d8fb8ff57f778a29b.tar.bz2
cryptography-f79c2313afdedae24b1b5b6d8fb8ff57f778a29b.zip
Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa
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 64a15f1f..2f0802d1 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -18,6 +18,12 @@ Changelog
:class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithNumbers`
were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to
:mod:`~cryptography.hazmat.primitives.asymmetric.dsa`
+* :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
+ :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithNumbers`,
+ :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` and
+ :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithNumbers`
+ were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to
+ :mod:`~cryptography.hazmat.primitives.asymmetric.rsa`.
0.7.2 - 2015-01-16
~~~~~~~~~~~~~~~~~~