On Wed, Aug 30, 2000 at 03:25:48PM -0500, mandyam wrote:
> Thanks. I noticed that I do have the following code in my server app.
> -
> err = SSL accept(ssl);
> if (err==-1) {
>ERR_print_errors_fp(stderr);
>return err;
> }
> SSL_g
ther than -1?
I also noticed that after cipher=NONE, the SSL_read() call hangs in the
server.
-Original Message-
From: Lutz Jaenicke [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 30, 2000 2:20 PM
To: [EMAIL PROTECTED]
Cc: mandyam
Subject: Re: Cipher negotiation failure
[moved to opens
[moved to openssl-users]
On Wed, Aug 30, 2000 at 01:07:45PM -0500, mandyam wrote:
> I have a simple client-server app. performing both client and server
> authentication using the 9.5a toolkit. I am forcing the server to use
> DES-CBC3-SHA by calling
>SSL_set_cipher_li
James K Hendrix <[EMAIL PROTECTED]>:
> I am fairly new to OpenSSL programming, so let me describe my problem
> in detail first. I have a program which uses OpenSSL 0.9.3a to
> connect to a HTTPS server.
Let me guess, a Netscape server?
[...]
> create SSL session (SSL_new)
> while (not done
Hi.
I am fairly new to OpenSSL programming, so let me describe my problem
in detail first. I have a program which uses OpenSSL 0.9.3a to
connect to a HTTPS server. It uses the following logic:
init SSL libraries
select SSL method (SSLv23_client_method)
create SSL context (SSL_CTX_new)