Skip to content

schannel: Add failf calls for client certificate failures#2604

Closed
richardthe3rd wants to merge 2 commits intocurl:masterfrom
richardthe3rd:schannel-failf
Closed

schannel: Add failf calls for client certificate failures#2604
richardthe3rd wants to merge 2 commits intocurl:masterfrom
richardthe3rd:schannel-failf

Conversation

@richardthe3rd
Copy link
Contributor

Add failf calls with information related to problems with locating and loading client certificates.

@bagder bagder added the TLS label May 24, 2018
@bagder
Copy link
Member

bagder commented May 25, 2018

CI complaints:

./vtls/schannel.c:442:87: warning: Longer than 79 columns (LONGLINE)
         failf(data, "schannel: Failed to get certificate location for %s", cert_path);
./vtls/schannel.c:451:100: warning: Longer than 79 columns (LONGLINE)
         failf(data, "schannel: Failed to open cert store %s %s", cert_store_name, cert_store_path);

@bagder
Copy link
Member

bagder commented May 27, 2018

thanks!

@bagder bagder closed this in 45eefbd May 27, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Aug 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

2 participants