Topic: RSA padding schemes support in wolfSSL embedded SSL
Hi All,
I am wondering whether the RSA implementation in wolfSSL supports any of the padding schemes defined in FIPS 186-3 (ANS X9.31, PKCS #1 V1.5 or PSS).
It seems to me that the methods RsaPad() and RsaUnpad() in ctaocrypt/src do not support any of the above padding schemes.
Additionally, for signature generation, the caller must pass the already hashed message to RsaSSL_sign(). Is it correct?
Are the padding support and the hashing step implemented in another package than ctaocrypt?
Thanks,
Yun