Hi all,
I am trying to use the openssl lib to establish a secure connection to a
server.
Is any specific method/command to run before running the program.
Here is what I do :
initialize ssl with
SSLeay_add_ssl_algorithms()
retrieve or set the method with
sslv23_client_meth
set error and seed
create the context with
ssl_CTX_new()
create the socket with socket(..),
and connect() /*ok still hear..*/
define the ssl var. with ssl =
SSL_new()
set the socket as the file
descriptor for the ssl var.
and at last call SSL_connect witch
hangs...
from there the SSL_connect hang,
why ???
Any suggestion, clue ?
thanks
Al
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]