diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-04 13:48:30 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-05 16:02:15 -0600 |
commit | 7bfa22ed44332a430cfb13fd864759ec17ae6bf4 (patch) | |
tree | ff836e149f9f34b64b4522ea7a9b6e49a9e960bd | |
parent | c5cdc4ef541f5db74fd899cd32c458797ad9ea37 (diff) | |
download | cryptography-7bfa22ed44332a430cfb13fd864759ec17ae6bf4.tar.gz cryptography-7bfa22ed44332a430cfb13fd864759ec17ae6bf4.tar.bz2 cryptography-7bfa22ed44332a430cfb13fd864759ec17ae6bf4.zip |
add changelog entry
-rw-r--r-- | CHANGELOG.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ccc2e20b..ce2d3f0b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -79,6 +79,10 @@ Changelog * Fixed building against LibreSSL, a compile-time substitute for OpenSSL. * FreeBSD 9.2 was removed from the continuous integration system. * Updated Windows wheels to be compiled against OpenSSL 1.0.2. +* :func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key` + and :func:`~cryptography.hazmat.primitives.serialization.load_der_public_key` + now support PKCS1 RSA public keys (previously these functions supported + SubjectPublicKeyInfo format for RSA, EC, and DSA). * Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization` and deprecated |