-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Support specifying multiple directories through SSL_CERT_DIR. #92920
Conversation
a6280dd
to
d26becd
Compare
...graphy/src/System/Security/Cryptography/X509Certificates/OpenSslCachedSystemStoreProvider.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Security.Cryptography/tests/X509Certificates/X509StoreTests.Unix.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Jeremy Barton <[email protected]> Co-authored-by: Kevin Jones <[email protected]>
...graphy/src/System/Security/Cryptography/X509Certificates/OpenSslCachedSystemStoreProvider.cs
Show resolved
Hide resolved
...graphy/src/System/Security/Cryptography/X509Certificates/OpenSslCachedSystemStoreProvider.cs
Show resolved
Hide resolved
...graphy/src/System/Security/Cryptography/X509Certificates/OpenSslCachedSystemStoreProvider.cs
Outdated
Show resolved
Hide resolved
@bartonjs @vcsjones we are backporting this feature into the RHEL .NET 8 builds (more specific: distros that derive of CentOS Stream). We try to avoid having patches that introduce a difference in behavior with upstream .NET. Can you consider backporting this change to the runtime 8.0 branch for inclusion in a 8.0 patch release? |
cc @jeffhandley for backport request to .NET 8. |
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/6578657107 |
Fixes #91110.
@bartonjs @vcsjones ptal.