* 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. :)
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
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.
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
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
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
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
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
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