Topic: Sign data using RSA
Hi,
I was looking through the functionality provided by ctaocrypt for signing and verifying data. Though I found RsaSSL_Sign and RsaSSL_Verify, i'm not sure how to use it.
Generally we use a private key to sign and public key to verify the signature. But the test.c file uses the same key to sign and verify. Am I missing something here?
Also, http://yassl.com/yaSSL/Docs-cyassl-manu … cates.html shows how to generate an RSA key. This is a private key. What about public key??
Thanks,
Nitin