forked from wolfSSL/wolfssl
RSA Update
1. Added FIPS wrappers for MakeRsaKey(), CheckProbablePrime(), and RsaFlattenPublicKey(). 2. Update the API test so that it used appropriate key and message sizes for the RSA testing. 3. Add function to get all parts of a flattened RSA key.
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#ifdef WOLFSSL_KEY_GEN
|
||||
#define MakeRsaKey wc_MakeRsaKey
|
||||
#define RsaKeyToDer wc_RsaKeyToDer
|
||||
#define CheckProbablePrime wc_CheckProbablePrime
|
||||
#endif
|
||||
|
||||
#ifdef WOLFSSL_ASYNC_CRYPT
|
||||
|
Reference in New Issue
Block a user