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

add CURLOPT_PROXY_ISSUERCERT for consistency #5431

Closed
wants to merge 1 commit into from

Conversation

gvollant
Copy link
Contributor

CURLOPT_ISSUERCERT exists but not CURLOPT_PROXY_ISSUERCERT

the openssl vtls is already compatible with issuercert against proxy

docs/libcurl/opts/Makefile.inc Outdated Show resolved Hide resolved
@bagder
Copy link
Member

bagder commented May 20, 2020

This commit doesn't add any code that uses these options, is that already in place?

@gvollant
Copy link
Contributor Author

in openssl.c we have already

if(SSL_SET_OPTION(issuercert) || SSL_SET_OPTION(issuercert_blob)) {

and SSL_SET_OPTION will uses proxy parameters if needed

@bagder bagder closed this in 7f40633 May 23, 2020
@bagder
Copy link
Member

bagder commented May 23, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants