wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
367 stars 88 forks source link

Fix Guards #684

Closed ejohnstown closed 4 months ago

ejohnstown commented 4 months ago
  1. In KexDhReply(), make the ECDH vs ECDSA guards consistent and correct them for ECDH.
  2. In the private key agreement handshake info, change the guard for the ecc key to only be on ECDH. Fixes issue #679.
ejohnstown commented 4 months ago

PR #686 supersedes this PR.