RE: Help building FIPS openssl (suitable for apache)

2011-06-13 Thread Sam Theman
But can you confirm that my process for building fips openssl is correct? I downloaded openssl 1.2.3, then ran config fipscanisterbuild, make/make install then I can config fips -with-fipslibdir=/usr/local/ssl/fips1.2.3/lib make/make install. is this right? Date: Sun, 12 Jun 2011

Question about SSL_CTX_load_verify_locations()

2011-06-13 Thread Yan, Bob
Hi, I am using SSL_CTX_load_verify_locations(ssl_ctx, NULL, CApath) function to load the CA certificates from the CApath directory. Since the certificates in CApath are only looked up when required, my questions is that, is any openssl function can be used to load all trusted CA certificates

Re: Why my SSL_Connect() hangs at times?

2011-06-13 Thread David Schwartz
On 6/11/2011 8:52 AM, kali muthu wrote: I have Linux Server which has been connected with a Windows XP client using SSL Sockets. I am able to read and write through those sockets. Good. Recently my calls to SSL_Connect() waits for long time. And yes I am using in Blocking mode. My search on