aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-12 10:35:56 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-12 10:35:56 -0500
commit5e0da3aad87d3c7ee617ad354973a8f9b0ed956e (patch)
tree9e9ad85c615262e3e05fb06bac9787e827131e5b /CHANGELOG.rst
parent856b87b9c35c2a88f01fbbc7f0242a33c4f7d300 (diff)
downloadcryptography-5e0da3aad87d3c7ee617ad354973a8f9b0ed956e.tar.gz
cryptography-5e0da3aad87d3c7ee617ad354973a8f9b0ed956e.tar.bz2
cryptography-5e0da3aad87d3c7ee617ad354973a8f9b0ed956e.zip
updated links in the changelog
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 475a2a35..85f84477 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -93,7 +93,7 @@ Changelog
Note that unsupported extensions with the critical flag raise
:class:`~cryptography.x509.UnsupportedExtension` while unsupported extensions
set to non-critical are silently ignored. Read the
- :doc:`X.509 documentation</x509>` for more information.
+ :doc:`X.509 documentation</x509/index>` for more information.
0.8.2 - 2015-04-10
~~~~~~~~~~~~~~~~~~
@@ -120,7 +120,7 @@ Changelog
from :mod:`~cryptography.hazmat.primitives.interfaces` to
:mod:`~cryptography.hazmat.primitives.kdf`.
* Added support for parsing X.509 names. See the
- :doc:`X.509 documentation</x509>` for more information.
+ :doc:`X.509 documentation</x509/index>` for more information.
* Added
:func:`~cryptography.hazmat.primitives.serialization.load_der_private_key` to
support loading of DER encoded private keys and
@@ -256,7 +256,7 @@ Changelog
support the loading of OpenSSH public keys (:rfc:`4253`). Only RSA and DSA
keys are currently supported.
* Added initial support for X.509 certificate parsing. See the
- :doc:`X.509 documentation</x509>` for more information.
+ :doc:`X.509 documentation</x509/index>` for more information.
0.6.1 - 2014-10-15
~~~~~~~~~~~~~~~~~~