when previously it happened
implicitly.
Duncan
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jim
Bodkikns (CHMS)
Sent: 25 November 2007 03:56
To: openssl-users@openssl.org
Subject: no ciphers issue
I have been using CentOS 3.8 and CentOS 4.5 (a
On 2007.11.26 at 08:39:37 -, Duncan Berriman wrote:
> Try
>
> OpenSSL_add_all_algorithms();
> SSL_load_error_strings();
> SSL_library_init();
And while you are touching this part anyway, don't forget to add
OPENSSL_config(NULL) before OpenSSL_add_all_algorithms. Just in cas
; From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jim
> Bodkikns (CHMS)
> Sent: 25 November 2007 03:56
> To: openssl-users@openssl.org
> Subject: no ciphers issue
>
>
> I have been using CentOS 3.8 and CentOS 4.5 (a commercial
> app) and tried
>
I have been using CentOS 3.8 and CentOS 4.5 (a commercial app) and tried
CentOS 5.0 and Ubuntu 7.10 (openssl 0.9.8e) and got the message - SSL
CTX contains no ciphers on previously functional code.
That is a deal killer. Why and what changed?
I log this using ERR_print_errors_fp (logfd);
1845