Hello!
I'm using OpenSSL to communicate with Netscape-Servers, one is an Export-Version,
the other a Domestic Version. To set the communication right for the Domestic Version
I have to do
a
SSL_CTX_set_cipher_list(ctx, SSL_TXT_RC4_128_WITH_MD5);
If I try to connect with the same code to the Export-Version, the answer is 0 Bytes
long, I have to cut out
the described line of code oder write
SSL_CTX_set_cipher_list(ctx, SSL_TXT_RC4_128_EXPORT40_WITH_MD5);
instead.
Question:
How could I communicate to both Servers with the same code, or how do I get
Information about the Server I'm connected to?
Thanks in advance,
Silvio Matthes
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]