> From: owner-openssl-us...@openssl.org On Behalf Of Llenlleawg
> Sent: Saturday, 12 December, 2009 15:17
> Here is a brief outline of what I'm trying to do. I'm trying
> to create a
> certificate signed by my own CA and private key.
>
> I followed the steps on the following site to setup my ow
Hi -
I'm new to the list and openssl. I have a linux system with openssl-0.9.7a. I
want to install the latest, openssl-0.9.8l, without breaking any old
dependencies. I installed the new version in the default directory of
/usr/local/ssl which is a different directory from the old version.
On Mon, Dec 14, 2009, Radha krishna Meduri -X (radmedur - HCL at Cisco) wrote:
>
> Hi Patrick
>
> We are using following code snippet to load CRL's.
>
> X509_CRL *pCRL, *pTempCRL = 0;
> pCRL = d2i_X509_CRL_fp( pfCrlFile, &pTempCRL );
>
> if( !pCRL )
> {
> rewind(pfCrlFile);
> pCRL = PEM_read_X
A couple of things:
1: You don't need pTempCRL - just set that parameter to NULL.
2: You may want to call ERR_get_error(3) in your "if (!pCRL)" statement,
since that will tell you MUCH more interesting information about what has gone
wrong. (Don't forget to call ERR_load_crypto_strings if you
Can anybody help me?
Thanks
> -Ursprüngliche Nachricht-
> Von: "Dirk Menstermann"
> Gesendet: 09.12.09 18:22:46
> An: openssl-users@openssl.org
> Betreff: Question to SSL_SESSION
> Hello,
>
> I have a problem with the saving SSL_SESSION objects. As there seems to be no
> SSL_SESSION_