-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support TLS Resume with client certificates on Linux (#102656)
* Change SSL_CTX caching * Add failing test * Revert "Add failing test" This reverts commit 5f30d11. * WIP, tests pass. * Update src/libraries/System.Net.Security/src/System/Net/Security/SslStreamPal.Unix.cs * Apply suggestions from code review * Move definition * Minor improvements * Add more tests * Add more no-resume tests * Move MsQuicConfiguration cache logic to common code * Use shared cache code for client SSL_CTX cache * Fix build * Update src/libraries/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSsl.cs * Fix tests * Fix test
- Loading branch information
Showing
18 changed files
with
804 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.