curl/lib/vtls
Joel Depooter a3e5a4371b schannel: Add support for optional client certificates
Some servers will request a client certificate, but not require one.
This change allows libcurl to connect to such servers when using
schannel as its ssl/tls backend. When a server requests a client
certificate, libcurl will now continue the handshake without one,
rather than terminating the handshake. The server can then decide
if that is acceptable or not. Prior to this change, libcurl would
terminate the handshake, reporting a SEC_I_INCOMPLETE_CREDENTIALS
error.
2015-06-11 15:53:01 -04:00
..
axtls.c
axtls.h
cyassl.c
cyassl.h
darwinssl.c
darwinssl.h
gskit.c
gskit.h
gtls.c curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT 2015-06-01 03:21:23 -04:00
gtls.h
nss.c
nssg.h
openssl.c openssl: LibreSSL and BoringSSL do not use TLS_client_method 2015-06-08 23:45:26 -04:00
openssl.h
polarssl_threadlock.c
polarssl_threadlock.h
polarssl.c
polarssl.h
schannel.c schannel: Add support for optional client certificates 2015-06-11 15:53:01 -04:00
schannel.h
vtls.c
vtls.h