Commit Graph

1 Commits (12b0a43a66e000b75644c3bfcea2cb91f8194182)

Author SHA1 Message Date
John Safranek 12b0a43a66 RSA Verify Refactor
1. If the signature to verify is short, pad it to the key length with
   leading zeros. Some implementations of SSH will prune leading zeros
   from an mpint value as a string for the signature.
2. Change some of the GetSize() and play with pointers to using
   GetStringRef() or GetMpint().
3. Added an RSA private key for testing with PuTTY client.
2024-06-05 14:36:04 -07:00