Skip to content

Implement support for CURLOPT_CAINFO_BLOB#1269

Merged
COM8 merged 1 commit into
libcpr:masterfrom
fwosar:cainfo-blob-support
Nov 10, 2025
Merged

Implement support for CURLOPT_CAINFO_BLOB#1269
COM8 merged 1 commit into
libcpr:masterfrom
fwosar:cainfo-blob-support

Conversation

@fwosar

@fwosar fwosar commented Nov 6, 2025

Copy link
Copy Markdown
Contributor

This PR introduces support for specifying the Certificate Authority (CA) bundle as a blob using CURLOPT_CAINFO_BLOB, enhancing flexibility in SSL configuration. The code adds necessary definitions, data structures, and integration with the cpr library, as well as a new test case to test its functionality.

Closes #1268.

@COM8 COM8 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@COM8 COM8 merged commit 93c2ad6 into libcpr:master Nov 10, 2025
34 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding support for CURLOPT_CAINFO_BLOB

2 participants