Verify the Signature:

  1. Verify the signature of decryptedsignedmessage.txt using the sender’s certificate

›_ Console

C:\OpenSSL-Win64\bin>openssl cms -engine pkcs11 -verify -in C:\localCA\decryptedsignedmessage.txt -CAfile C:\localCA\newcerts\ca.cer - out originalmessage.txt C:\localCA\newcerts\sender\SenderSignCertificate.cer
tmpixtm9y_7.jpg

Figure 56: Openssl verify command output

  1. Open the originalmessage.txt and verify the message which you have typed in the

message.txt

This completes the Integration of OpenSSL with Utimaco HSM.