RE: PROBLEMS with PKCS7 type signedAndEnveloped

2005-05-10 Thread Madhu Sudhan Reddy
nssl.org Subject: Re: PROBLEMS with PKCS7 type signedAndEnveloped Thanks Tan Eng for your answer and advice, I tried it however the code has the same behavior ->crash in the PKCS7_dataInit<- I'll continue looking for. Luis A Perez On 5/9/05, Tan Eng Ten <[EMAIL PROTECTED]> wrote:

Re: PROBLEMS with PKCS7 type signedAndEnveloped

2005-05-10 Thread Luis Alberto Pérez Paz
Thanks Tan Eng for your answer and advice, I tried it however the code has the same behavior ->crash in the PKCS7_dataInit<- I'll continue looking for. Luis A Perez On 5/9/05, Tan Eng Ten <[EMAIL PROTECTED]> wrote: > Before PKCS7_dataInit(), try adding: > > PKCS7_content_new(thePKCS7, NID_pkcs7

Re: PROBLEMS with PKCS7 type signedAndEnveloped

2005-05-09 Thread Tan Eng Ten
Before PKCS7_dataInit(), try adding: PKCS7_content_new(thePKCS7, NID_pkcs7_data) U might also want to explore PKCS7_set_detached() to see if this applies for you. -ET Tan Luis Alberto Pérez Paz wrote: Hi everybody, I need your help, I'm trying to make a PKCS7 signedAndEnveloped. I have read some

PROBLEMS with PKCS7 type signedAndEnveloped

2005-05-09 Thread Luis Alberto Pérez Paz
Hi everybody, I need your help, I'm trying to make a PKCS7 signedAndEnveloped. I have read some examples about it, but I dont know where's my error. there's a synthesis of my code: /*/ . ... PKCS7 *thePKCS7 = NULL; if( (thePKCS7 = PKCS7_new()) == NULL