Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Decode Raw RSA Private Key #705

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Commits on Jun 3, 2024

  1. Using Decode Raw RSA Private Key

    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().
    ejohnstown committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a021c42 View commit details
    Browse the repository at this point in the history