diff options
-rw-r--r-- | CHANGELOG.rst | 5 |
1 files changed, 3 insertions, 2 deletions
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 ~~~~~~~~~~~~~~~~ |