Link to home
Start Free TrialLog in
Avatar of kvadivelmurugan
kvadivelmurugan

asked on

How to verify SMIME signed content using OpenSSL smime -verify

I issued the following OpenSSL command:

smime -verify -inform PEM -in signedfile.txt -content inputfile.txt

I encounter the following Error Message:
Verification failure
3916:error:21075075:PKCS7 routines:PKCS7_verify:certificate verify error:.\crypt
o\pkcs7\pk7_smime.c:245:Verify error:unable to get local issuer certificate
error in smime

Please provide any pointers on how to verify the PKCS7 signed content?
Avatar of kvadivelmurugan
kvadivelmurugan

ASKER

In brief, How to verify a PKCS7 signed content using OpenSSL Verify command ?
ASKER CERTIFIED SOLUTION
Avatar of Dave Howe
Dave Howe
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forced accept.

Computer101
EE Admin