BouncyCastle .NET custom TlsClient for anon CipherSuite working on Android, but not Windows
问题 I've got access to a java application, which uses the CipherSuite TLS_ECDH_anon_WITH_AES_256_CBC_SHA for communication (No possibility to use another one). Some time ago I had to write a Xamarin App in C#, which connected to it successfully using Bouncy Castle PCL. I had to use Bouncy Castle, since Android (>=6.0) does not allow to use the previously mentioned cipher suite by default. Now, I have to write a .NET application on Windows, which shall connect to the exact same Java application,