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

Native CA store #29

Merged
merged 8 commits into from
Aug 5, 2024
Merged

Native CA store #29

merged 8 commits into from
Aug 5, 2024

Conversation

negrutiu
Copy link
Owner

@negrutiu negrutiu commented Aug 5, 2024

No description provided.

* `/CACERT` parameter has new arguments `builtin|none|<file>`. For backward compatibility `/CACERT ""` is equivalent to `/CACERT none`
* Added `/CASTORE true|false`. True by default
* By default, Windows' native CA store is used for validation in addition to the built-in `cacert.pem`
* By default `CURLSSLOPT_NO_PARTIALCHAIN` is set to invalidate incomplete chains
* SSL callback function is always set (regardless whether `/CERT` has been used)
* `@ErrorType@` query keyword may return `x509`, in which case `@ErrorCode@` returns an X509_V_xxx error code
* Added "Expired certificate", "Wrong host", "Untrusted Root" tests
@negrutiu negrutiu merged commit 8d7dc87 into master Aug 5, 2024
5 checks passed
@negrutiu negrutiu deleted the feature/GH-28-native-ca branch August 5, 2024 12:16
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.

1 participant