I need to read a public key from a certificate (cert.pem file) in
order to verify a signature.

My list of files is:

cert.pem (public key to be used in the verification)
application.zip (signed file)
signature.sig (the signature to be verified)

The code that I found at http://www.cryptopp.com/wiki/RSA_Cryptography
does not fit my needs because it reads a "key.pb" (public key) not a
PEM encoded file.

Can someone help me with some code to do the job?

Thanks in advance.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to