Re: openssl function equivalent to "openssl x509 -in test.crt -text -noout"

2013-10-21 Thread anu engineer
(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

Re: A question on EVP_PKEY_copy_parameters

2013-06-14 Thread anu engineer
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

error LNK2019: unresolved external symbol _AES_cbc_encrypt referenced in function

2012-03-27 Thread anu
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 and rsaref compile problem

2000-07-26 Thread Anu Desireddi
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