| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
This should be the default size according to NIST 800-57 for new keys.
Closes #81.
|
|
|
|
| |
Fixes #82.
|
| |
|
| |
|
|
|
|
| |
Closes #46
|
|
|
|
| |
This should satisfy the SSH part of issue #46.
|
| |
|
|
|
|
| |
Closes #62
|
|
|
|
|
| |
In change 613bc40cdd458c7127902d1fd0b7b4b12fb27268 there was a fix that
could be significant for some, so update the CHANGELOG to reflect that.
|
|
|
|
|
|
|
|
|
| |
Since the hash is over the canonical values of the agreed parameters
when the shared secret was encoded as a negative biginteger, the two
sides didn't agree. Make sure this doesn't occur by setting the bigint
signum to 1.
Change-Id: Ib0581cd7dc280dcce8cc3309d7102f8f5a444158
|
|
|
|
|
|
|
|
| |
This string was accidentally renamed to "ssh-dsa" during refactoring.
DSA should die and go away, but the SSH standard said that was the only
required algorithm when it was created.
Change-Id: Ia533eac55692289de8042f6f95714b577941ca3f
|
|
|
|
| |
Change-Id: Ifeefc557aaae1e3d6085c17988c728b045e32ee6
|
|
|
|
| |
Change-Id: I30ef735f468da663c5ce5e70cec717711aef7d2c
|
|
|
|
|
|
|
|
|
|
| |
Since the Trilead SSH stack throws IOException on failures and then
higher levels of the stack catch those, we need to descend into the
causes of each Exception to give the user more context.
Unfortunately this information is not localized.
Change-Id: I8b1fdf9eab65e5d2f6f1956562cbf9f56a2adb9d
|
|
|
|
|
|
|
|
| |
Switch from TreeSet to LinkedHashMap since the preference is determined
by iterating over the Set for both KEX_ALGS and HOST_KEY_ALGS. The order
before was based on string comparisons(!)
Change-Id: Ia4573d67f35a5371eb8c70dde631085d61570fe9
|
|
Change-Id: I7031e8bc379ed52ea8eb06e79cefb871204d530c
|