aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/schannel.c
AgeCommit message (Expand)Author
2016-11-07vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-08-26schannel: Disable ALPN for Wine since it is causing problemsJay Satiro
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-06-22vtls: Only call add/getsession if session id is enabledJay Satiro
2016-06-06schannel: Disable ALPN on Windows < 8.1Steve Holme
2016-06-04win32: Used centralised verify windows version functionSteve Holme
2016-06-01vtls: fix ssl session cache race conditionIvan Avdeev
2016-06-01schannel: add CURLOPT_CERTINFO supportAndrew Kurushin
2016-05-18schannel: fix compile break with MSVC XP toolsetMarcel Raad
2016-05-09TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-03-26schannel: Fixed compilation warning from commit f8d88a4913Steve Holme
2016-03-24schannel: Add ALPN supportJDepooter
2016-02-04URLs: change more http to httpsViktor Szakats
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-21schannel: Corrected copy/paste error in commit 8d17117683Steve Holme
2015-11-21schannel: Use GetVersionEx() when VerifyVersionInfo() isn't availableSteve Holme
2015-08-01schannel: Fix compilation warning from commit 7a8e861a56Steve Holme
2015-07-22schannel: Replace deprecated GetVersion with VerifyVersionInfoMarcel Raad
2015-07-17SSL: Add an option to disable certificate revocation checksJay Satiro
2015-06-17schannel: schannel_recv overhaulJay Satiro
2015-06-11schannel: Add support for optional client certificatesJoel Depooter
2015-05-02schannel.c: Small changesMarc Hoersken
2015-05-02schannel.c: Improve code path and readabilityMarc Hoersken
2015-05-02schannel.c: Improve error and return code handling upon aa99a63f03Marc Hoersken
2015-05-02schannel: fix regression in schannel_recvChris Araman
2015-05-01Bug born in changes made several days ago 9a91e80.Marc Hoersken
2015-04-30schannel: Fix out of bounds arrayJay Satiro
2015-04-26schannel.c: Fix typo introduced with 3447c973d0Marc Hoersken
2015-04-26schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL errorMarc Hoersken
2015-04-26schannel: re-indented file to follow curl style betterDaniel Stenberg
2015-03-03vtls: use curl_printf.h all overDaniel Stenberg
2015-02-07schannel: Removed curl_ prefix from source filesSteve Holme