Signing an XML file with KEY and CRT file
Unsolved
General and Desktop
-
wrote on 7 Jul 2017, 22:44 last edited by
Hello, I've been looking at the specification for OpenSSL.
However, with its API I'm not able to generate the same results than with the command line.
I need to sign an XML file using a PRIVATE KEY and a CERTIFICATE.
The result should be the same as of:
openssl -smime -sign -signer CERTIFICATE -inkey PRIVATE_KEY -in FILE.XML -out OUTPUT.PEM -outform PEMIs there any way to do this through Qt?
Has anybody got experience with OpenSSL API?Regards.-
-
Hi,
Do you mean to run your command line from Qt (i.e. QProcess) or to use the OpenSSL API through Qt ?
2/2