You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Fix SegFault in RSAOpenSsl::ImportParameters caused by calling RSA_size when no Modulus was provided.
In addition to ensuring that Modulus is present, complete verification of the RSAParameters input object to pass the rest of the invalid input tests. Even though OpenSSL's default RSA engine can process private key operations with only D, for compatibility on Windows D requires the rest of { P, DP, Q, DQ, InverseQ }. Additionally, none of the "extra" private key parameters can be present without D.
0 commit comments