Uh oh!
There was an error while loading. Please reload this page.
Add SslClientAuthenticationOptions.ClientCertificateContext - #80182
Conversation
ghost
commented
Jan 4, 2023
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Jan 4, 2023
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsCloses #71194. We already convert certs from
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
wfurt
commented
Jan 4, 2023
There are many tests disabled with note about "Self-signed certificates" on Android. Can we perhaps use other untrusted certificates @simonrozsival ? Most of the tests do not depend on the self-signed part. |
simonrozsival
commented
Jan 5, 2023
rzikm
commented
Jan 6, 2023
Test failures are unrelated |
Closes#71194.
We already convert certs from
ClientCertificatesand result of theLocalCertificateSelectionCallbackto the cert context, so the only necessary thing was to make sure we don't overwrite the user-supplied context.