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

Sign H Casting #708

Closed ejohnstown closed 3 months ago

ejohnstown commented 3 months ago
  1. Fix the typecasting when signing H with RSA.
  2. Assign the sign return value to ret, then assign it to *sigSz if successful.
  3. Similar change for the encoded sign value.