[GitHub] mina-sshd pull request #82: [SSHD-708] Fixed support for OpenSSH encrypted p...

2018-12-13 Thread lgoldstein
Github user lgoldstein closed the pull request at:

https://github.com/apache/mina-sshd/pull/82


---


[GitHub] mina-sshd pull request #82: [SSHD-708] Fixed support for OpenSSH encrypted p...

2018-12-12 Thread lgoldstein
GitHub user lgoldstein opened a pull request:

https://github.com/apache/mina-sshd/pull/82

[SSHD-708] Fixed support for OpenSSH encrypted private keys decoding when 
'bcrypt' KDF is used

* Increased the limit on `MAX_ROUNDS`
* Made the limitation configurable via system property
* Updated `README.md` file about the `bcrypt` settings and behavior 
regarding the `MAX_ROUNDS`
* Removed dangerous constructor/initializer of the KDF options


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lgoldstein/mina-sshd SSHD-708

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mina-sshd/pull/82.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #82


commit 687571f6f4c6c448d56deb98eb76d87ad622d7ff
Author: Lyor Goldstein 
Date:   2018-12-12T13:23:04Z

[SSHD-708] Fixed support for OpenSSH encrypted private keys decoding when 
'bcrypt' KDF is used




---