-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect certificate chain used in SslStream_UntrustedCaWithCustomTrust_OK test. #73295
Comments
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsDiscovered while working on #72873. During the original implementation, there was a typo at runtime/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamNetworkStreamTest.cs Line 791 in cfa4f6f
From discussion with @wfurt, the second argument should be
|
Triage: @wfurt found couple of product problems in this area -- see the above PRs. It is not regression against 6.0, but we should try to fix it. |
Moving to 8.0 due to lack of time as per above. |
Discovered while working on #72873.
During the original implementation, there was a typo at
runtime/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamNetworkStreamTest.cs
Line 791 in cfa4f6f
From discussion with @wfurt, the second argument should be
serverChain
. However, the change breaks tests on Mac so more investigation is needed:The text was updated successfully, but these errors were encountered: