aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-02 10:36:50 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-02 10:36:50 -0600
commit59e5c86e7edfff79f8342c3cc6d7d7bf7ffbe19c (patch)
tree4e95746eca615662fbe9ac4d838295950c1de74d
parentf1c7b740324be18e0f67f095a81d6d8802498a2c (diff)
downloadcryptography-59e5c86e7edfff79f8342c3cc6d7d7bf7ffbe19c.tar.gz
cryptography-59e5c86e7edfff79f8342c3cc6d7d7bf7ffbe19c.tar.bz2
cryptography-59e5c86e7edfff79f8342c3cc6d7d7bf7ffbe19c.zip
add changelog entry
-rw-r--r--CHANGELOG.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f0e373be..1841091b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -79,6 +79,14 @@ Changelog
* Fixed building against LibreSSL, a compile-time substitute for OpenSSL.
* FreeBSD 9.2 was removed from the continuous integration system.
* Added
+ :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization`
+ and deprecated
+ :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithNumbers`.
+* Added
+ :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization.private_bytes`
+ to
+ :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization`.
+* Added
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization`
and deprecated
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithNumbers`.