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

Schannel CURLOPT_CERTINFO support. #3197

Closed

Conversation

marcosdiazr
Copy link
Contributor

Support CURLOPT_CERTINFO for WinSSL (Currently it only shows one certificate)

@bagder
Copy link
Member

bagder commented Oct 31, 2018

./vtls/schannel.c:1150:88: warning: Longer than 79 columns (LONGLINE)
 static bool cert_counter_callback(const CERT_CONTEXT *ccert_context, void *certs_count)
./vtls/schannel.c:1153:11: warning: no space before asterisk (ASTERISKNOSPACE)
     (*(int*)certs_count)++;
           ^

@bagder
Copy link
Member

bagder commented Nov 1, 2018

Thanks!

@bagder bagder closed this in 7f4c358 Nov 1, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jan 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants