aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-27 12:04:22 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-27 12:04:22 -0400
commitef82334979061f94e825f385b3ae5f3a50a5791c (patch)
treea28c3d2b0643996647a2017b8b823c67ead6aafb /CHANGELOG.rst
parente9022fee01112d00d97ebc499a48f5d71fb83af7 (diff)
downloadcryptography-ef82334979061f94e825f385b3ae5f3a50a5791c.tar.gz
cryptography-ef82334979061f94e825f385b3ae5f3a50a5791c.tar.bz2
cryptography-ef82334979061f94e825f385b3ae5f3a50a5791c.zip
Added changelog entry for serialization stuff
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 eb9b4f4e..06a72aca 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,11 @@ Changelog
.. note:: This version is not yet released and is under active development.
+* Added
+ :func:`~cryptography.hazmat.primitives.serialization.load_pem_private_key` to
+ ease loading private keys, and
+ :func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key` to
+ support loading public keys.
* Removed the, deprecated in 0.4, support for the ``salt_length`` argument to
the :class:`~cryptography.hazmat.primitives.asymmetric.padding.MGF1`
constructor. The ``salt_length`` should be passed to