Beniamino,
Thanks for the help. I now have more data to send to the server.
Martin.
-Original Message-
From: Beniamino Galvani [mailto:[EMAIL PROTECTED]
Sent: 12 April 2005 12:20
To: openssl-users@openssl.org; Bradley,MP,Martin,XDP81 R
Subject: Re: memory BIOs during handshake.
On
On Tue, Apr 12, 2005 at 10:43:46AM +0100, [EMAIL PROTECTED] wrote:
> I am writing a piece of software to negotiate the client side of a TLS
> connection over UDP. I have initialised openssl by using
> ...
> To get the client_hello message I call SSL_connect which returns a
> negative result.
Tr
Guys,
I am writing a piece of software to negotiate the client side of a TLS
connection over UDP. I have initialised openssl by using
ctx = SSL_CTX_new( TLSv1_client_method() );
SSL_CTX_use_certificate_chain_file -- to load a ca certificate
SSL_CTX_check_private_key -- to load the c