Using ASE Cipher to get initial handshake

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ntuyen01@yahoo.com

    #1

    Using ASE Cipher to get initial handshake

    Hi,

    I am having major problems connecting to a specific SSL-enabled
    server. This server only
    allow AES ciphers
    V3CipherSuites 393837363533323 130
    V3CipherSuites TLS_RSA_WITH_AE S_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 CipherAlgorithm Type enum has the
    values Aes128 and Aes256).

    Does someone knows a way how to achive this?

    Thanks,



Working...