diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-10 08:38:57 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-10 08:38:57 -0500 |
commit | 1955ebfb81ac498a86ccd50fd582ca8216a5fa56 (patch) | |
tree | 4ce1741c43f8f810ca55d64047aacc8104bc0fd1 /CHANGELOG.rst | |
parent | d0109a59993ba568bb81a67a062dcfb460692447 (diff) | |
download | cryptography-1955ebfb81ac498a86ccd50fd582ca8216a5fa56.tar.gz cryptography-1955ebfb81ac498a86ccd50fd582ca8216a5fa56.tar.bz2 cryptography-1955ebfb81ac498a86ccd50fd582ca8216a5fa56.zip |
support DER serialization of public keys
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4c866f65..b7fdc672 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,12 @@ Changelog .. note:: This version is not yet released and is under active development. +* Support DER serialization of public keys using the ``public_bytes`` method of + :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`, + :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`, + and + :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`, + 0.8 - 2015-03-08 ~~~~~~~~~~~~~~~~ |