]> git.proxmox.com Git - libgit2.git/commit
winhttp: set proper cert failure error messages
authorEdward Thomson <ethomson@github.com>
Fri, 30 Dec 2016 17:42:42 +0000 (12:42 -0500)
committerEdward Thomson <ethomson@github.com>
Sat, 21 Jan 2017 23:15:54 +0000 (23:15 +0000)
commit1910a04adbdd58e5517b38488433f655066c3586
tree07ab0dde387a45cc65cee42ad92c3aabd5d44654
parent0418d3b7a8469464b9d22d1646034fcca4bda346
winhttp: set proper cert failure error messages

Set up a WinHTTP status callback; inspect the WinHTTP status for
WINHTTP_CALLBACK_STATUS_SECURE_FAILURE, and convert the status code
to a useful message for callers.
src/transports/winhttp.c