Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Verfication API for "RSA signed data" using SHA256 message digest algorithm: (1 Item)
   
Verfication API for "RSA signed data" using SHA256 message digest algorithm  
Hello Everyone,

I am doing the development of following functionality
-- Verification of RSA signed data using "Crytographic APIs provided by Openssl Library in QNX".
I tried to get the Verification APIs from internet but I was not able to find it.
Note:
Openssl commands for signing the data using RSA and the message digest creation using SHA256 are found. But Verification
 APIs are not found.
Currently EVP supports "MD2,MD5, SHA, SHA1, MDC2 and RIPEMD160 digest algorithms respectively for RSA".