Fastream Technologies wrote:

>> I recall you told me -regarding this issue- that there is no way to
>> enforce the server to limit the chiphers to permit during handshake
>> in latest OpenSSL versions. Is this true?

I don't think so. 

> Did you receive my message below that I sent yesterday?

Yes, sorry forgot to reply.
Try this:
1.) SSL webserver demo, SslOptions := [sslOpt_NO_SSLv2] 
IE setting :  Allow "Only SSL v2"! 
Result : "SSL handshake failed", so this one works fine.

2.) The ciphers available to the context are controlled by the SslCipherList 
property.
This is a simple text string. Read  
http://www.openssl.org/docs/apps/ciphers.html
start from section "CIPHER LIST FORMAT".

--
Arno Garrels

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to