Bump AWS-LC version to support OCSP#11568
Closed
samuel40791765 wants to merge 1 commit intocurl:masterfrom
Closed
Conversation
be96670 to
6cf308c
Compare
6cf308c to
501bd24
Compare
bagder
approved these changes
Aug 2, 2023
Member
|
Thanks! |
ptitSeb
pushed a commit
to wasix-org/curl
that referenced
this pull request
Sep 25, 2023
And bump version in CI Closes curl#11568
vszakats
added a commit
to vszakats/curl
that referenced
this pull request
Aug 23, 2025
BoringSSL always used the same type: https://boringssl.googlesource.com/boringssl/+/103ed08549a74af9f03363c633028faf9a475066 google/boringssl@103ed08 Follow-up to 20f4e94 curl#11568
2 tasks
vszakats
added a commit
to vszakats/curl
that referenced
this pull request
Aug 23, 2025
BoringSSL always used the same type: https://boringssl.googlesource.com/boringssl/+/103ed08549a74af9f03363c633028faf9a475066 google/boringssl@103ed08 Follow-up to 20f4e94 curl#11568
vszakats
added a commit
that referenced
this pull request
Aug 23, 2025
BoringSSL always used the same type: https://boringssl.googlesource.com/boringssl/+/103ed08549a74af9f03363c633028faf9a475066 google/boringssl@103ed08 But, this codepath isn't built with BoringSSL, because it defines `OPENSSL_NO_OCSP` via `opensslconf.h`. Also drop an out-of-place `#endif` comment. Ref: 20f4e94 #11568 Closes #18384
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AWS-LC has recently added missing symbols to support OCSP and removed the default
OPENSSL_NO_OCSPflag from our headers. This unveiled some previously unseen errors/warnings behind the OCSP features.Changes
Testing
CI