-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Added function wolfSSH_RsaVerify() which verifies the provided RSA signature with the provided key. 2. Call wolfSSH_RsaVerify() after all calls to wc_RsaSSL_Sign(). 3. Changed a comparison between an unsigned and 0 to == from <=. 4. Fixed a spot where we still tried to sign a digest when the call to wc_DigestFinal() failed.
- Loading branch information
1 parent
7f52e23
commit b97b6c7
Showing
3 changed files
with
82 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters