From a8aded6346b8016d8f9e7e5d2ad75319dd69dcbb Mon Sep 17 00:00:00 2001 From: Andre Caron Date: Tue, 19 May 2015 20:11:57 -0400 Subject: Adds certificate encoding to PEM and DER. --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4d7a9a82..07d903c1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,8 @@ Changelog * Support serialization of certificate signing requests using the ``public_bytes`` method of :class:`~cryptography.x509.CertificateSigningRequest`. +* Support serialization of certificates using the ``public_bytes`` method of + :class:`~cryptography.x509.Certificate`. 0.9 - 2015-05-13 ~~~~~~~~~~~~~~~~ -- cgit v1.2.3