Hi,
I am having major problems connecting to a specific SSL-enabled
server. This server only
allow AES ciphers
V3CipherSuites 393837363533323130
V3CipherSuites TLS_RSA_WITH_AES_128_CBC_SHA
I am trying to use the SSLStream in C# 2.0 to get the initial
handshake with this server, but the .NET 2.0 SslStream class doesn't
seem to support it (although the CipherAlgorithmType enum has the
values Aes128 and Aes256).
Does someone knows a way how to achive this?
Thanks,
Eugene Mayevski - 27 Dec 2007 19:33 GMT
Hello!
You wrote on Thu, 27 Dec 2007 10:55:55 -0800 (PST):
n> Does someone knows a way how to achive this?
Use the alternative solutions that support modern versions of the protocol.
See http://www.eldos.com/sbb/net-ssl.php
With best regards,
Eugene Mayevski