Re: ssleay_rand_add() why is this used?

2011-12-23 Thread Ssl Group
Hi Jakob,     Thanks for the info. I didnt understand fully about this.Would you mind explaining this a little  more may be with some example if u dont mind. Thanks in advance. From: Jakob Bohm jb-open...@wisemo.com To: openssl-users@openssl.org

RE: Supporting oldwithold, newwithnew CA certificates Reg.

2011-12-23 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Ashok C Sent: Thursday, 22 December, 2011 10:55 Another doubt I have is about the SSL_CTX_set_client_ca_list and the SSL_get_client_ca_list. I understand that the set method is called by the server to set

Re: Problems with including zlib

2011-12-23 Thread grarpamp
1. Make sure there is a libz.a in /lib or /usr/lib, otherwise you have no static zlib to link in. Of course there's an old libz.a there. And it should not matter as we're given the --with-zlib arguments to point the build elsewhere for those libraries. And as seen in the report, it is following