aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2014-12-13 22:54:34 -0600
committerMark Adams <mark@markadams.me>2014-12-13 22:54:34 -0600
commit1832e24256c5984cfe534a24839657609522b7a4 (patch)
tree1a5c1e2288c53d1d8b1cdf98be7c934d5d4bf5c1 /CHANGELOG.rst
parent3aeac8c132f53f07393f85e260e135b64f204482 (diff)
downloadcryptography-1832e24256c5984cfe534a24839657609522b7a4.tar.gz
cryptography-1832e24256c5984cfe534a24839657609522b7a4.tar.bz2
cryptography-1832e24256c5984cfe534a24839657609522b7a4.zip
Minor documentation corrections for load_ssh_public_key
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5b1f48e6..0394ebd9 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -20,7 +20,7 @@ Changelog
:doc:`/hazmat/primitives/asymmetric/utils`.
* Added
:func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key`
- to support the loading of OpenSSH public keys (RFC 4253). Currently, only RSA
+ to support the loading of OpenSSH public keys (:rfc:`4253`). Currently, only RSA
is supported.
0.6.1 - 2014-10-15