SmtpServer icon indicating copy to clipboard operation
SmtpServer copied to clipboard

Added AllowClientSslRenegotiation property on .NET STANDARD 2.1

Open eallegretta opened this issue 2 years ago • 1 comments

.NET 7 made AllowRenegotiation on SslStream false by default to avoid the following potential vulnerability https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3555, I've added a setting to make it true in the event someone wants to set it, this only applies to .NET STANDARD 2.1, support for netstandard2.1 target framework has also been added

eallegretta avatar Mar 02 '23 17:03 eallegretta