Re: Missing header on creating smime

2005-05-02 Thread Eddy Tan
--- "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: > > What needs to be done to add that header as default on > > openssl smime command? > > > > Nothing :-) I've just added support, it will appear in the > next stable snapshot and subsequent versions of OPenSSL. Cool! In the meantime I´ll use a

Re: Missing header on creating smime

2005-05-01 Thread Dr. Stephen Henson
On Wed, Apr 27, 2005, Eddy Tan wrote: > > > Content-Type: application/x-pkcs7-mime; > > > smime-type=enveloped-data; > > > name="smime.p7m" > > > > > > > I certainly wouldn't say that that was "essential". Its an > > optional hint as to the PKCS#7 type of the mess

Re: Missing header on creating smime

2005-04-27 Thread Eddy Tan
> > Content-Type: application/x-pkcs7-mime; > > smime-type=enveloped-data; > > name="smime.p7m" > > > > I certainly wouldn't say that that was "essential". Its an > optional hint as to the PKCS#7 type of the message. OpenSSL > currently doesn't include that header

Re: Missing header on creating smime

2005-04-26 Thread Dr. Stephen Henson
On Tue, Apr 26, 2005, Eddy Tan wrote: > Hi, > > Is it true that openssl´s missing something crucial on the > header ´Content-Type:´ when creating smime message? > Doing below command: > > openssl smime -encrypt -des3 -from '[EMAIL PROTECTED]' \ > -to '[EMAIL PROTECTED]' -subject 'test' \ > -in /