JohnSmith <emmanuelemman...@web.de> wrote:
 |*I encrypt an signed mime with this openssl command:*
 |
 |smime -encrypt -aes128 -to stadl3.de -from stweb.de -subject "Nachricht" -in
 |signedmessage -out encryptedsignedmessage2 stadl2certificate.pem 
 |
 |*My problem is that the encrypted message only has from, subject and from
 |field:*
 |
 |To: sadl3.de
 |From: stweb.de
 |Subject: Nachricht
 [.]
 |
 |*How can i add an Message_id and date field?*

These fields are generated by the MTA (mail-transfer-agent), e.g.,
postfix(1), sendmail(1), exim(1) or similar.
Simply piping through to sendmail(1), as shown in the EXAMPLES
section, should thus help you out.  (I don't know Windows.)

--steffen
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to