Topic: [SOLVED]Why wolfSSL can't support those RSA signature which pad...OID?
Hi,
I met problem when I used wc_SignatureVerify() to verify some RSA signature files. Because those signatures are all include hash OID value, but this API can't support it.
I know if I use wc_SignatureGenerate() to generate RSA signature, this signature not include hash OID value and will be verified OK by wc_SignatureGenerated() function.
In this situation, I can't use wolfSSL API to verify signatures which generated by other crypto tools(like openSSL).
Is it possible to support it?
Actually, I already submit a similar discussion several month ago. Below is the link address:
https://www.wolfssl.com/forums/topic849 … erify.html