Hi.
I generate a s/mime with:
openssl smime -sign -in texto.txt -text -out mensaje.msg -signer
certificate.crt -inkey privatekey.key
And it's all ok
when a try verify this file (mensaje.msg) with:
openssl smime -verify -in mensaje.msg -out signedtxt.txt -signer
certificate.crt
An error occurs with the message:
523:error:21075075:PKCS7 routines:PKCS7_verify:certificate verify
error:.\crypto\pkcs7\pk7_smime.c:205:Verify error:unable to get local
issuer certificate.
My certificate is generated with openssl and it's signed with my own CA.
That certificates had been working correctly both in all test and
applicattions made until now.
Somebody knows what am I doing bad?.
thanks in advance.
__________________________________
Mariano Jesus Perez
University of M�laga (Spain)
Security Group (GYSUM)
__________________________________
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]