Re: Converting BIO* to PKCS7*

2012-09-18 Thread Mohammad khodaei
, September 17, 2012 8:45 PM Subject: RE: Converting BIO* to PKCS7* From: owner-openssl-us...@openssl.org On Behalf Of Mohammad Khodaei Sent: Monday, 17 September, 2012 05:01 I've got a problem regarding BIO* to PKCS7* conversion. I want to call PKCS7_decrypt() function to decrypt a cipher text

RE: Converting BIO* to PKCS7*

2012-09-18 Thread Dave Thompson
From: Mohammad khodaei [mailto:m_khod...@yahoo.com] Sent: Tuesday, 18 September, 2012 06:52 Thanks for the response. The encryption is also done by me. I have generated the cipher text as below: in = BIO_new_mem_buf(pchContent, iPriKeyLen); if (!in) { // p7 =

RE: Converting BIO* to PKCS7*

2012-09-17 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Mohammad Khodaei Sent: Monday, 17 September, 2012 05:01 I've got a problem regarding BIO* to PKCS7* conversion. I want to call PKCS7_decrypt() function to decrypt a cipher text. Before that, I have this section of code: in =