aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-10 15:48:37 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-10 15:48:37 -0500
commita2c48659274fb25a07fbffca3a74d11c6a49f131 (patch)
treeb3e90178859c3b7e3e571ed66eeec90f47c8ac52 /CHANGELOG.rst
parent1955ebfb81ac498a86ccd50fd582ca8216a5fa56 (diff)
downloadcryptography-a2c48659274fb25a07fbffca3a74d11c6a49f131.tar.gz
cryptography-a2c48659274fb25a07fbffca3a74d11c6a49f131.tar.bz2
cryptography-a2c48659274fb25a07fbffca3a74d11c6a49f131.zip
update changelog to link DER
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst5
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
~~~~~~~~~~~~~~~~