That was it. Works like a charm now. Thanks for your help.
>>
>> I assume you mean do something like this in the Application client:
>>
>> ctx = SSL_CTX_new( SSLv3_server_method() );
>>
>> I tried this, SSL_connect/SSL_accept returns 0, with the following
>> error:
>>
>> 328:er
>
> I assume you mean do something like this in the Application client:
>
> ctx = SSL_CTX_new( SSLv3_server_method() );
>
> I tried this, SSL_connect/SSL_accept returns 0, with the following error:
>
> 328:error:140C5022:SSL routines:SSL_UNDEFINED_FUNCTION:called a
> function y
I assume you mean do something like this in the Application client:
ctx = SSL_CTX_new( SSLv3_server_method() );
I tried this, SSL_connect/SSL_accept returns 0, with the following error:
328:error:140C5022:SSL routines:SSL_UNDEFINED_FUNCTION:called a
function you should not call