Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of https://github.com/dotnet/runtime into sniIp
  • Loading branch information
wfurt committed Feb 4, 2023
commit 4a35479aac6318067f40aac33456769255ee5f59
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ internal void UpdateOptions(SslClientAuthenticationOptions sslClientAuthenticati
EncryptionPolicy = sslClientAuthenticationOptions.EncryptionPolicy;
IsServer = false;
RemoteCertRequired = true;
CertificateContext = sslClientAuthenticationOptions.ClientCertificateContext;
if (!string.IsNullOrEmpty(sslClientAuthenticationOptions.TargetHost))
{
// RFC 6066 section 3 says to exclude trailing dot from fully qualified DNS hostname
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.