wolfSSL / wolfssh

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

Cipher List Configuration #661

Closed ejohnstown closed 8 months ago

ejohnstown commented 8 months ago
  1. Add APIs to change the cipher lists used in the KEX init messages.
  2. Add APIs to query the possible built in algorithms.
  3. Reinstate the SHA-1 algorithm, but soft-disable it. It isn't offered by default but the user can set it for use. (ZD 17568, Issue #659)