Using AES ciphers for initial handshake -
12-27-2007
, 01:55 PM
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).