Use SSL_ctrl instead of SSL_CTX_ctrl to enable client OCSP stapling#73627
Use SSL_ctrl instead of SSL_CTX_ctrl to enable client OCSP stapling#73627bartonjs merged 2 commits intodotnet:mainfrom
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). |
|
/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