Skip to content
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

[BUG] Fix cpr::ssl:KeyBlob: Copy blob to curl #1151

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

b3rgschu3tz
Copy link
Contributor

@b3rgschu3tz b3rgschu3tz commented Dec 4, 2024

This fix addresses #1150
When passing a private key as blob as described in the docs (https://docs.libcpr.org/advanced-usage.html) the following error was returned for version 1.11.0:
unable to set private key file: '(memory blob)' type PEM

Copy link
Member

@COM8 COM8 left a comment

Choose a reason for hiding this comment

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

Thanks @b3rgschu3tz!
LGTM

@COM8 COM8 merged commit c44f8d5 into libcpr:master Dec 14, 2024
20 of 52 checks passed
@COM8 COM8 linked an issue Dec 14, 2024 that may be closed by this pull request
@b3rgschu3tz b3rgschu3tz deleted the bugfix/fix_ssl_KeyBlob branch December 14, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Private key passed as a blob (ssl::KeyBlob) not working
2 participants