Re: 04/26/2020 openssl smime question...

2020-04-26 Thread Salz, Rich via openssl-users
* I have seen scripts that have the openssl smime option of -inform, or -outform set to DEM. That’s an error. PEM or DER. Interesting mixup. :)

04/26/2020 openssl smime question...

2020-04-26 Thread TOSH MITSUYA
I have seen scripts that have the openssl smime option of -inform, or -outform set to DEM. The documentation for these options cite PEM, DER or SMIME as valid values. Does anyone know where I can find an explanation for DEM? Is it another type of encoding? Thank you, TM

smime question

2004-10-12 Thread Gerd Schering
Hi, if if have a signed smime message, I can retrieve the content of the message and the signers certificate for instance by: openssl smime -verify -CAfile $MyCAfile -inform DER -in $signedmessage \ -out $message -signer $signercert where the $s have to be replaced by the corresponding filenames.

Re: SMIME question

2002-07-25 Thread Ken Hirsch
Maya wrote: >When I create signed or encrypted message, I get as input param SMTP header + MIME message. >Do I have to signed and encrypt both (SMTP header + MIME message) or just the second part? >What should be the SMTP header of the Signed or(and) Encrypted message? As others have noted, you

SMIME question

2002-07-24 Thread Maya
Hello!   I used SMIME command tool to create some SMIME messages.   I can create signed, encrypted message and to verify and decrypt them with my functions.   Now I want to make this messages fully compliant with existing mail clients: 1. My functions to can verify and decrypt me

Re: SMIME question!!!Help!

2002-07-03 Thread Maya
Can you tell me how? - Original Message - From: ""Christian Pohl" " <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 9:23 PM Subject: Re: SMIME question!!!Help! > Hi Maya, > > you could attach a pkcs#7-certificate f

Re: SMIME question!!!Help!

2002-07-03 Thread "Christian Pohl"
Hi Maya, you could attach a pkcs#7-certificate file to the message, where you can store the user-certificate(s) _and_ the ca-certificate. Kind Regards, Chris -- -- Christian Pohl secaron AG "Maya" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:secaron.mail2news-gw.009201c22270$ff5ad6a0$[EMAIL

SMIME question!!!Help!

2002-07-03 Thread Maya
Hello!   I need to create SMIME functions - sign, encrypt, verify, decrypt. I am using as an example smime command tool.   When I sign a message, the signer's certificate is included in the resulting smime message. Then later when I try to verify this Smime message, I am asked to specify CA

openssl smime question.

2001-01-04 Thread Mahesh Anantharaman
Hi In openssl smime -verify option, how will I retrieve the the whole mail back in a readable format. Will the -out give me the body of the message so that I can reconstruct the mail back. I would like to have the body of the message according to the specification. RFC-822, RFC-2045, and RFC-204