Re: [openssl.org #1279] OpenSSL 0.9.8a segfaults in SSL_CTX_load_verify_locations()

2006-03-15 Thread Marko Asplund via RT
On 2006-03-15, at 12.47, Nils Larsch via RT wrote: using the gcc 3.4.2 on 64 bit Solaris 8 box I could reproduce your problem. Somewhat strange however is that when I replace the call to the standard qsort() function in crypto/stack/stack.c with an own implementation of the qsort() function

Re: [openssl.org #1279] OpenSSL 0.9.8a segfaults in SSL_CTX_load_verify_locations()

2006-02-06 Thread Dr. Stephen Henson
On Mon, Feb 06, 2006, Marko Asplund via RT wrote: I'm having problems with the OpenSSL SSL_CTX_load_verify_locations() routine dumping core on Solaris 8 (sparc, 64-bit). I first noticed this problem with Apache mod_ssl but it can be reproduced with a minimal standalone C program