Skip to content
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

[release/7.0] Fix SslStream.IsMutuallyAuthenticated #95733

Merged
merged 5 commits into from
Jan 10, 2024

Commits on Dec 7, 2023

  1. fix SslStream.IsMutuallyAuthenticated with cached credentials (dotnet…

    …#79128)
    
    * fix SslStream.IsMutuallyAuthenticated with cached credentials
    
    * nano
    
    * protocol
    
    * fix test
    
    * Apply suggestions from code review
    
    Co-authored-by: Radek Zikmund <32671551+rzikm@users.noreply.github.com>
    Co-authored-by: Simon Rozsival <simon@rozsival.com>
    
    * fix CertificateValidationClientServer_EndToEnd_Ok test
    
    Co-authored-by: Radek Zikmund <32671551+rzikm@users.noreply.github.com>
    Co-authored-by: Simon Rozsival <simon@rozsival.com>
    3 people committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a6b3a86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    453a97a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8db62ef View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Update src/libraries/System.Net.Security/src/System/Net/CertificateVa…

    …lidationPal.Windows.cs
    
    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    rzikm and stephentoub authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6f9b430 View commit details
    Browse the repository at this point in the history
  2. Code review feedback

    rzikm committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5f6a757 View commit details
    Browse the repository at this point in the history