RE: Problem to verify a signed file.

2010-09-24 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Josÿe9 Fernÿe1ndez > Sent: Friday, 24 September, 2010 05:04 (It appears your mailer, or perhaps a relay, mangled your name. Sorry.) > We are signing files with openssl. We use this command (UNIX machine): > openssl smi

Problem to verify a signed file.

2010-09-24 Thread Josÿffffe9 Fernÿffffe1ndez
Hello, We are signing files with openssl. We use this command (UNIX machine):    openssl smime -sign -binary -outform PEM -in myfile.dat -out myfile.dat.sig -signer cert.pem -inkey keyfile.pem To verify the signed file, we use this other command (PC with Windows):    openssl smime -verif