Re: Segmentation Fault in SSL_CTX_load_verify_locations

2006-10-03 Thread Vincenzo Sciarra
Solved adding SSL_library_init (); thanks Marek Marcola ha scritto: Hello, Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 8321)] 0x4003f866 in SSL_CTX_load_verify_locations () from /usr/lib/libssl.so.0 Here is the code : #define CIPHER_L

Re: Segmentation Fault in SSL_CTX_load_verify_locations

2006-10-03 Thread Vincenzo Sciarra
CTX is NULL as you say! -> (null) Now say : 8423:error:140A90A1:SSL routines:SSL_CTX_new:library has no ciphers:ssl_lib.c:1366: Thanks Marek Marcola ha scritto: Hello, Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 8321)] 0x4003f866 in S

Re: Segmentation Fault in SSL_CTX_load_verify_locations

2006-10-03 Thread Marek Marcola
Hello, > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 16384 (LWP 8321)] > 0x4003f866 in SSL_CTX_load_verify_locations () from /usr/lib/libssl.so.0 > > > > Here is the code : > > > #define CIPHER_LIST "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH" > #define CAFILE "/home/ken