aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-08-04 21:38:01 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-08-04 21:38:01 -0400
commitda0bad39ceda2ed5a8c351602183ebb67fcbea20 (patch)
tree3dc69fa21e377f1b9493d4df707af6f67106af6e
parenteca59b7064be4c2e0b7f8255431060e271a7f67d (diff)
parent60cc9efb42616b9a7e4b1250db0fd28b3c04ae47 (diff)
downloadcryptography-da0bad39ceda2ed5a8c351602183ebb67fcbea20.tar.gz
cryptography-da0bad39ceda2ed5a8c351602183ebb67fcbea20.tar.bz2
cryptography-da0bad39ceda2ed5a8c351602183ebb67fcbea20.zip
Merge pull request #2201 from reaperhulk/doc-ssh-key-fix
document the ssh public key fix
-rw-r--r--CHANGELOG.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f07a9087..63877d8a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -11,6 +11,7 @@ Changelog
memory consumption. Due to this change we no longer support PyPy releases
older than 2.6 nor do we support any released version of PyPy3 (until a
version supporting cffi 1.0 comes out).
+* Fix parsing of OpenSSH public keys that have spaces in comments.
* Support serialization of certificate signing requests using the
``public_bytes`` method of
:class:`~cryptography.x509.CertificateSigningRequest`.