(pBioCert, &pBuffMem);
dwError = AllocateMemory(pBuffMem->length, (void*)& pCertString);
BAIL_ON_ERROR(dwError);
memcpy(pCertString, pBuffMem->data, pBuffMem->length - 1);
You have the cert in the OpenSSL printable format now in pCertString
--Anu
On Mon, Oct 21
Hi Dave,
This is a very detailed and excellent answer, Thank you very much
Anu
On Wed, Jun 12, 2013 at 6:59 PM, Dave Thompson wrote:
> >From: owner-openssl-us...@openssl.org On Behalf Of anu.engineer
> >Sent: Wednesday, 12 June, 2013 15:03
>
> > I am reading thru
When I am using AES_ecb_encrypt(const unsigned char *in, unsigned char *out,
const AES_KEY *key, const int enc);
then there is no linking error in my code
but when i use
AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
const unsigned long length, const AES_KEY *key,
unsigned char *ive
OpenSSL with rsaref if I am going to use mod_ssl with Apache?
Thanks,
Anu
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager