Hello,

I have a program, written on C++ and QT.
I need to implement checking of signature in my program, so that it would do the same check, as this openssl command:

openssl dgst -sha1 -signature signature.bin -verify pubkey.pem file.txt

what is the most optimal method, I can use?
What functions I must call?

--
Thank you!
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to