> -----Original Message-----
> From: Pascal Gienger [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, March 27, 1999 1:29 PM
> To: [EMAIL PROTECTED]
> Subject: "library has no ciphers"...
> 
> 
> Surely, I am a fool, but I can't find the error why 
> SSL_CTX_new does not
> work for me.
> 
> I tried a very simple
> mycontext = SSL_CTX_new(TLSv1_server_method());
> 
> and the result is
> 28848:error:140A90A1:SSL routines:SSL_CTX_new:library has no 
> ciphers:ssl_lib\
> .c:963:
> 
> and mycontext is NULL. :(
> 

In my older version (SSLeay-0.9.0b) a correct incantation is 

   void SSLeay_add_all_algorithms(void); /* in c_all.c */

or

   void SSLeay_add_ssl_algorithms(void); /* in ssl_algs.c */

One day RSN I'm going to start using the current OpenSSL version
in which these will perhaps have been renamed. 

I've been doing this right before the call to SSLv23_server_method(),
it's not clear to me how critical the placement is.

> It is surely a RTFM problem but I can't find the answer...
> I use OpenSSL 0.9.2b on a FreeBSD 3.1-ELF-System.
 
It would surely be an RTFM if there were an FM to R, maybe that
will come soon.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to