Skip to content

aws-lc ocsp workaround - #22694

Closed
icing wants to merge 1 commit into
curl:masterfrom
icing:aws-lc-oscp-resilience
Closed

icing wants to merge 1 commit into
curl:masterfrom
icing:aws-lc-oscp-resilience

Conversation

@icing

@icing icing commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

SSL_get_tlsext_status_ocsp_resp() is documented to return -1 on a missing OCSP stapling from the server, however AWS-LC is breaking that by returning 0.

Since it does not semantically make a difference if the data is reported missing or has 0 length, treat 0 also as a missing stapling.

SSL_get_tlsext_status_ocsp_resp() is documented to return -1 on
a missing OCSP stapling from the server, however AWS-LC is breaking
that by returning 0.

Since it does not semantically make a difference if the data is
reported missing or has 0 length, treat 0 also as a missing stapling.
@github-actions github-actions Bot added the TLS label Aug 26, 2026
@icing
icing requested a review from bagder August 26, 2026 13:40
@testclutch

Copy link
Copy Markdown

Analysis of PR #22694 at a9279993:

Test 322 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Note that this test has failed in 12 different CI jobs (the link just goes to one of them).

Generated by Testclutch

@bagder bagder closed this in c878bb3 Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants