Check that HttpSys and IIS TLS support isn't impacted by obsolete members on ITlsHandshakeFeature #59426
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Milestone
Is there an existing issue for this?
Describe the bug
Runtime obsoleted various properties and types used on
SslStream
: dotnet/runtime#100361. These properties are exposed in ASP.NET Core withITlsHandshakeFeature
. We have also made the properties obsolete in #59389. This was done as part of build ops and unstuck the build.More time should be spent looking at this. An expert in HttpSys and IIS should investigate that TLS functionality isn't negatively impacted by obsoleting the properties.
One possible change is populating the
NegotiatedCipherSuite
property. HttpSys and IIS don't appear to set the new recommended property on the feature.Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: