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

Load in-memory CA certificates #1579

Merged
merged 3 commits into from
Jun 9, 2023

Conversation

jimmy-park
Copy link
Contributor

Implement ClientImpl::create_ca_cert_store and its helper load_ca_cert_store.
Two test cases are also added for loading certs from file(test/ca-bundle.crt) and embedded string.

Close #1471

httplib.h Outdated Show resolved Hide resolved
httplib.h Outdated Show resolved Hide resolved
@jimmy-park jimmy-park requested a review from yhirose June 9, 2023 05:18
@yhirose yhirose merged commit eab5ea0 into yhirose:master Jun 9, 2023
@yhirose
Copy link
Owner

yhirose commented Jun 9, 2023

Thanks for your fine contribution!

@jimmy-park jimmy-park deleted the load-in-memory-cert branch June 9, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handy API for in-memory certificate loading
2 participants