From a2c48659274fb25a07fbffca3a74d11c6a49f131 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 10 Mar 2015 15:48:37 -0500 Subject: update changelog to link DER --- CHANGELOG.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b7fdc672..9e19186a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,11 +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 +* Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.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`, + :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`. 0.8 - 2015-03-08 ~~~~~~~~~~~~~~~~ -- cgit v1.2.3