redhat-developer / dotnet-regular-tests

.NET Core tests for .NET Bunny (RHEL & Fedora RPM tests)
MIT License
8 stars 13 forks source link

Add a test to check .NET uses the system config cipher suites #136

Open omajid opened 3 years ago

omajid commented 3 years ago

Some changes were done upstream: https://github.com/dotnet/runtime/pull/39359

We need some tests to make sure they are still working (correctly) for all future releases of .NET and the Linux distro.

tmds commented 3 years ago

We could try write a test that makes SslStream negotiate to something other than what is in the hard-coded list. The negotiated ciphersuite can be retrieved using SslStream.NegotiatedCipherSuite.