[Mono-list] How to control the SSL/TLS cipher suite?

Sebastien Pouliot sebastien.pouliot at gmail.com
Mon Apr 28 18:12:37 UTC 2014


You can set a callback for either client [1] or server [2] SSL/TLS. That
will allow you to control which ciphers can be used and the selection order
(in general *most* server select the first cipher suites they support).

Sample code is part of the documentation.

[1]
http://iosapi.xamarin.com/?link=P%3aSystem.Net.ServicePointManager.ClientCipherSuitesCallback
[2]
http://iosapi.xamarin.com/?link=P%3aSystem.Net.ServicePointManager.ServerCipherSuitesCallback



On Mon, Apr 28, 2014 at 2:04 PM, Edward Ned Harvey (mono) <
edward.harvey.mono at clevertrove.com> wrote:

>  I would like to configure the server to refuse negotation of DES, RC4,
> MD5, etc. The mono 3.4 release notes say "Network Stack Now allows
> developers to control which cipher suites to use with TLS/SSL." ... But how?
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20140428/dcdef0d6/attachment.html>


More information about the Mono-list mailing list