Re: Problem with pthread and OpenSSL

2009-06-24 Thread Marco Monacelli
Hi, Where is the problem in pthreads ? I dont't know the BN_mod_exp_mon procedure bat we can try a simple pthreads program, if I can help you I am happy. Tomorrow i try openssl pthreads. I have only a question. You hare sure the problem is in pthreads end not in your common memory access syncroniza

CMS Verify end Decrypt with Stream

2009-06-19 Thread Marco Monacelli
Hi, i have a simple question, it'is in development plan add this functionality to openssl. good work __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-us

Re: Help For Compiling 64bit program of OpenSSL

2009-06-10 Thread Marco Monacelli
you try recompilation on Windows system or on Unix sistem ? 2009/6/10 Joe Zou : > Hi, > > I will compile 64bit program, so I need 64bit OpenSSL library. > > But, I don't know how to compile 64bit OpenSSL library. Could you tell me > how to do? > > Thank you very much > > 2009-06-10 > _

Universal Principal Name

2009-06-10 Thread Marco Monacelli
I using de Demos CSR example for generate a CSR with Openssl Library. I serch a sample for create CSR witch Universal Principal Name Value. for sample mail value I using this: add_ext(exts, NID_subject_alt_name, "email:st...@openssl.org"); But if I must add UPC to this extension a dont'know how

Re: Stream CMS problema

2009-05-28 Thread Marco Monacelli
HI, I solve my issue, I add flags PKCS7_BINARY and now work fine. Now i have another question. What is the difference? I see asn1parse of sample with and without flags and the PKCS7 content is different. why ? Thank for help. 2009/5/28 Dr. Stephen Henson : > On Thu, May 28, 2009, Marco Monace

Stream CMS problema

2009-05-28 Thread Marco Monacelli
I i have a littel problem with last beta of openssl. I compile the demos CMS\PKCS7 cms_sign2.c with VS2005 and work fine with the test file present in demos directory. If i try different sign data, for example i try to sign 250 MB of rar i have some problem. The result file non content the full inp