Hello,
> I am developing a network application base on OpenSSL-0.9.8.b, on
> Redhat Linux.
> I have added OpenSSL API in my source code, but there is something
> wrong when connecting to server. I have traced the source code, find
> that:
> SSL_CTX_new(SSLv23_client_method()); return NULL.;
>
Hi all,
I am developing a network application base on OpenSSL-0.9.8.b, on Redhat
Linux.
I have added OpenSSL API in my source code, but there is something wrong
when connecting to server. I have traced the source code, find that:
SSL_CTX_new(SSLv23_client_method()); return NULL.;
I really can