-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. If wc_RsaPrivateKeyDecodeRaw() is available, use it to load the private key from GetOpenSshKeyRsa(). If unavailable, process the key the original way. 2. Check for wolfSSL version and if greater than v5.7.0, the new function is available. 3. When loading an OpenSSH format RSA key, if wolfSSL's RSA_LOW_MEM is set, skip the u value, and do not calculate dP and dQ. 4. Rename RsaCalcInverses() to RsaCalcDX().
- Loading branch information
1 parent
0e72885
commit a021c42
Showing
2 changed files
with
73 additions
and
8 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