summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-28 15:48:47 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-28 15:48:47 -0700
commit474b566dbbe13982c4496d00ea2e4b8fe86eec63 (patch)
tree26eb4a07e567ded904b97758a81e0d9986679dac
parent9cf960c28c5d90ac0595b235f9c743c69f010ded (diff)
downloadparamiko-731-int.tar.gz
Changelog entry re #731, re #611731-int
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 835b7c85..49066ff7 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -5,6 +5,10 @@ Changelog
* :release:`1.17.0 <2016-04-25>`
* :release:`1.16.1 <2016-04-25>`
* :release:`1.15.5 <2016-04-25>`
+* :feature:`731` (working off the earlier :issue:`611`) Add support for 384-
+ and 512-bit elliptic curve groups in ECDSA key types (aka
+ ``ecdsa-sha2-nistp384`` / ``ecdsa-sha2-nistp521``). Thanks to Michiel Tiller
+ and ``@CrazyCasta`` for the patches.
* :bug:`670` Due to an earlier bugfix, less-specific ``Host`` blocks'
``ProxyCommand`` values were overriding ``ProxyCommand none`` in
more-specific ``Host`` blocks. This has been fixed in a backwards compatible