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

Handle signing failure when signing a hash with RSA #706

Closed ljanyst closed 3 months ago

ljanyst commented 3 months ago

This results with malloc failures if the host private key is too large

wolfSSL-Bot commented 3 months ago

Can one of the admins verify this patch?

ejohnstown commented 3 months ago

Thank you for the bug report. I have fixed this issue with PR #708. (I fixed it a different way.)