encryption - In mono, how to control the SSL/TLS cipher suite? -


I would like to configure the server to refuse to pay attention to the DES, RC4, MD5, etc. "Now the network stack allows which cipher suites to use with TLS / SSL to control the developers." ... but how?

(thanks to Sebastian Poliot for this answer)

You can set up a callback for SSL / TLS, you can control which cipher can be used and the selection order (in general the most servers support those first cipher suits Are).

The sample code is part of the document.

Also, since some people will find it difficult to get valid enumeration, see


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -