aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-14 13:15:17 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-14 13:18:10 -0500
commit919a5b2af627a18c0298db8a4ac11d8b2b6da7b9 (patch)
tree25f45d4e19aaf8fd134329920e0063c6773abb4f /CHANGELOG.rst
parent939af10558eccce22e72fafceb7eb4f32d8cea2f (diff)
downloadcryptography-919a5b2af627a18c0298db8a4ac11d8b2b6da7b9.tar.gz
cryptography-919a5b2af627a18c0298db8a4ac11d8b2b6da7b9.tar.bz2
cryptography-919a5b2af627a18c0298db8a4ac11d8b2b6da7b9.zip
DER serialization of DSA private keys
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 9e19186a..e3352f57 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -12,6 +12,12 @@ Changelog
:class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`,
and
:class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`.
+* Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER`
+ serialization of private keys using the ``private_bytes`` method of
+ :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization`,
+ :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization`,
+ and
+ :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization`.
0.8 - 2015-03-08
~~~~~~~~~~~~~~~~