diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-06 17:37:18 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-06 17:37:18 -0700 |
commit | bc0574e586fe29861ee069f05b9c4679c5c04c84 (patch) | |
tree | 9fe9c50215dd6a135f0ef34bc4bb2b4984459a55 /sites/www/changelog.rst | |
parent | 6eeecc1634004d0dc61c17a4797c97d55610ba6e (diff) | |
parent | 04a70b9bf61684bacac1e82910ac949a96cbf070 (diff) |
Merge branch '2.1'
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 2c37fb0b..64b089ac 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,16 @@ Changelog ========= +* :bug:`741` (also :issue:`809`, :issue:`772`; all via :issue:`912`) Writing + encrypted/password-protected private key files was silently broken since 2.0 + due to an incorrect API call; this has been fixed. + + Includes a directly related fix, namely adding the ability to read + ``AES-256-CBC`` ciphered private keys (which is now what we tend to write out + as it is Cryptography's default private key cipher.) + + Thanks to ``@virlos`` for the original report, Chris Harris and ``@ibuler`` + for initial draft PRs, and ``@jhgorrell`` for the final patch. * :feature:`65` (via :issue:`471`) Add support for OpenSSH's SFTP ``posix-rename`` protocol extension (section 3.3 of `OpenSSH's protocol extension document |