Hello,

I have a program, written on C++ and QT.
I need to implement checking of file 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

Can i do it, calling some QT methods?
If no, are there some methods in QT, which allow to check any signatures?

--
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