[Mono-devel-list] SSLClientStream Security Parameters (EDH-DSS-DES-CBC3-SHA)

Martin Hinks mhinks at gmail.com
Tue Jul 26 06:24:27 EDT 2005


Thanks Carl, I'll try and see if I can hack it to implement it myself
- and if so, re-post to list.

Thanks again,

Martin

On 7/26/05, CARLOSGA at telefonica.net <CARLOSGA at telefonica.net> wrote:
> No it's not supported.
> 
> The list of ciphers supported now for TLS are:
> 
> TLS_RSA_WITH_AES_256_CBC_SHA
> TLS_RSA_WITH_AES_128_CBC_SHA
> TLS_RSA_WITH_3DES_EDE_CBC_SHA
> TLS_RSA_WITH_RC4_128_SHA
> TLS_RSA_WITH_RC4_128_MD5
> TLS_RSA_WITH_DES_CBC_SHA
> TLS_RSA_EXPORT_WITH_RC4_40_MD5
> TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
> TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
> TLS_RSA_EXPORT_WITH_RC4_56_MD5
> TLS_RSA_EXPORT_WITH_RC2_CBC_56_MD5
> TLS_RSA_EXPORT_WITH_DES_CBC_56_SHA
> TLS_RSA_EXPORT_WITH_RC4_56_SHA
> 
> 
> And for SSL:
> 
> SSL_RSA_WITH_AES_256_CBC_SHA
> SSL_RSA_WITH_3DES_EDE_CBC_SHA
> SSL_RSA_WITH_RC4_128_SHA
> SSL_RSA_WITH_RC4_128_MD5
> SSL_RSA_WITH_DES_CBC_SHA
> SSL_RSA_EXPORT_WITH_RC4_40_MD5
> SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5
> SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
> SSL_RSA_EXPORT_WITH_RC4_56_MD5
> SSL_RSA_EXPORT_WITH_RC2_CBC_56_MD5
> SSL_RSA_EXPORT_WITH_DES_CBC_56_SHA
> SSL_RSA_EXPORT_WITH_RC4_56_SHA
> 
> 
> 
> ----Mensaje original----
> De: mhinks at gmail.com
> Recibido: Jul 26, 2005 11:52:41 AM
> Para: <"mono-devel-list at lists.ximian.com" <mono-devel-list at lists.ximian.
> com>>
> Asunto: [Mono-devel-list] SSLClientStream Security Parameters   (EDH-DSS-
> DES-CBC3-SHA)
> 
> Hi all,
> 
> Is the EDH-DSS-DES-CBC3-SHA cipher supported by SSLCLientStream, it
> seems to be throwing me the following exception (with a bit of code
> hacking so it doesn't just say "Negotiation Failed")
> 
> Unhandled Exception: Mono.Security.Protocol.Tls.TlsException: Unable
> to negotiate an acceptable set of security parameters given the
> options available.
> in [0x0001c] (at /home/w-h/PhatPlanet/TLS/RecordProtocol.cs:313)
> Mono.Security.Protocol.Tls.RecordProtocol:ProcessAlert (AlertLevel
> alertLevel, AlertDescription alertDesc)
> in [0x000b9] (at /home/w-h/PhatPlanet/TLS/RecordProtocol.cs:124)
> Mono.Security.Protocol.Tls.RecordProtocol:ReceiveRecord
> (System.IO.Stream record)
> in [0x00053] (at /home/w-h/PhatPlanet/TLS/SslClientStream.cs:814)
> Mono.Security.Protocol.Tls.SslClientStream:NegotiateHandshake ()
> in (wrapper remoting-invoke-with-check)
> Mono.Security.Protocol.Tls.SslClientStream:NegotiateHandshake ()
> in [0x00094] (at /home/w-h/PhatPlanet/TLS/SslClientStream.cs:647)
> Mono.Security.Protocol.Tls.SslClientStream:BeginWrite (System.Byte[]
> buffer, Int32 offset, Int32 count, System.AsyncCallback callback,
> System.Object state)
> in [0x00006] (at /home/w-h/PhatPlanet/TLS/SslClientStream.cs:748)
> Mono.Security.Protocol.Tls.SslClientStream:Write (System.Byte[]
> buffer, Int32 offset, Int32 count)
> 
> Any help would be appreciated.
> 
> --
> Martin Hinks
> http://www.m-s-d.net
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> 
> 
> 
> 
> 


-- 
Martin Hinks
http://www.m-s-d.net



More information about the Mono-devel-list mailing list