-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Use SSL_ctrl instead of SSL_CTX_ctrl to enable client OCSP stapling #73627
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
Conversation
This is required on OpenSSL 1.0.x, which is still in use on RHEL7 and CentOS7
|
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsThis is required on OpenSSL 1.0.x, which is still in use on RHEL7 and CentOS7. Fixes #71037
|
|
/azp list |
|
/azp run runtime-libraries-coreclr outerloop-linux |
|
Azure Pipelines successfully started running 1 pipeline(s). |
wfurt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
The test launch failures in outerloop-linux are confusing... seeing if "outerloop" works better, since I don't see anyone having recently run outerloop-linux. |
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Centos.7 is failing to launch with RedHat.7 is failing to launch with These same launch errors are showing on everyone launching outerloop that I can see. It'd be nice to see the test pass in CI before merging, but I guess we'll just see it in the big ring. |
This is required on OpenSSL 1.0.x, which is still in use on RHEL7 and CentOS7.
Fixes #71037