RE: Signing a binary file

2003-08-20 Thread Danny Joseph
Thank you very much Danny -Original Message- From: Dr. Stephen Henson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 12:46 PM To: [EMAIL PROTECTED] Subject: Re: Signing a binary file On Wed, Aug 20, 2003, Danny Joseph wrote: > Dr. Henson, > > following your la

Re: Signing a binary file

2003-08-20 Thread Dr. Stephen Henson
On Wed, Aug 20, 2003, Danny Joseph wrote: > Dr. Henson, > > following your last e-mail. > > Yes, I would like to obtain a PKCS#7 data ContentInfo from my binary file: > so can you tell me more about the API albeit function? > Actually this is *very* messy at present. If you look at crypto/pkcs

Re: Signing a binary file

2003-08-20 Thread Danny Joseph
Dr. Henson, following your last e-mail. Yes, I would like to obtain a PKCS#7 data ContentInfo from my binary file: so can you tell me more about the API albeit function? And another question : what is the input file format with - signer in smime function. I have an .509 extension and I have an e

RE: Signing a binary file

2003-08-14 Thread Danny Joseph
E-mail: [EMAIL PROTECTED] -Original Message- From: Dr. Stephen Henson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 2:59 PM To: [EMAIL PROTECTED] Subject: Re: Signing a binary file On Tue, Aug 05, 2003, Danny Joseph wrote: > Thank you Mr. Henson, > > I only h

RE: Signing a binary file

2003-08-14 Thread Danny Joseph
-encoded PKCS #7 ContentInfo. -Original Message- From: Dr. Stephen Henson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 3:58 PM To: [EMAIL PROTECTED] Subject: Re: Signing a binary file On Tue, Aug 05, 2003, Danny Joseph wrote: > Thank you for the information but my signed cont

Re: Signing a binary file

2003-08-14 Thread Dr. Stephen Henson
On Tue, Aug 05, 2003, Danny Joseph wrote: > Thank you for the information but my signed content need to already be in > pkcs#7 format before beeing signed, not in binary. > That is why I am trying to "encapsulate" it in pkcs#7. > What do you mean? Do you mean that the PKCS#7 signedData must incl

RE: Signing a binary file

2003-08-05 Thread Danny Joseph
, Montreal Tel: (514) 374-6204 #447 Fax:(514) 374-8901 E-mail: [EMAIL PROTECTED] -Original Message- From: Dr. Stephen Henson [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 2:48 PM To: [EMAIL PROTECTED] Subject: Re: Signing a binary file On Mon, Aug 04, 2003, Danny Joseph

Re: Signing a binary file

2003-08-04 Thread Dr. Stephen Henson
On Mon, Aug 04, 2003, Danny Joseph wrote: > > I am new in the openssl world so my questions migth be basic. > > I have a binary code file that I have to sign (using a private key and one > > or more certificat). > > It has to be PKCS#7(SHA1 with RSA encryption) DER encoded Signed Data. > > So : >

Re: Signing a binary file

2003-08-04 Thread Henrik Nordstrom
mån 2003-08-04 klockan 18.54 skrev Danny Joseph: > I am new in the openssl world so my questions migth be basic. > I have a binary code file that I have to sign (using a private key and one > or more certificat). > It has to be PKCS#7(SHA1 with RSA encryption) DER encoded Signed Data. > So : >

Signing a binary file

2003-08-04 Thread Danny Joseph
> I am new in the openssl world so my questions migth be basic. > I have a binary code file that I have to sign (using a private key and one > or more certificat). > It has to be PKCS#7(SHA1 with RSA encryption) DER encoded Signed Data. > So : > 1- I have to create a PKCS#7 data message from