summaryrefslogtreecommitdiff
path: root/lib/vtls/schannel.c
Commit message (Expand)AuthorAgeFilesLines
* schannel: return a more specific error code for SEC_E_UNTRUSTED_ROOTDan Fandrich2017-05-041-1/+2
* schannel: Don't treat encrypted partial record as pending dataJay Satiro2017-04-221-2/+10
* TLS: Fix switching off SSL session id when client cert is usedJay Satiro2017-04-181-2/+2
* schannel: fix compiler warningsMarcel Raad2017-04-071-3/+3
* schannel: fix unused variable warningMarcel Raad2017-03-301-0/+2
* schannel: fix variable shadowing warningMarcel Raad2017-03-281-1/+1
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-8/+41
* schannel: Remove incorrect SNI disabled messageJDepooter2017-02-071-1/+9
* rand: make it work without TLS backingDaniel Stenberg2017-01-121-5/+5
* schannel: fix wildcard cert name validation on Win CEDan McNulty2016-12-191-27/+42
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-2/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-241-12/+23
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-13/+16
* vtls: fix build warningsMarcel Raad2016-11-191-2/+2
* vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro2016-11-091-2/+4
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-071-0/+3
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-3/+3
* schannel: Disable ALPN for Wine since it is causing problemsJay Satiro2016-08-261-11/+23
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-7/+7
* vtls: Only call add/getsession if session id is enabledJay Satiro2016-06-221-35/+39
* schannel: Disable ALPN on Windows < 8.1Steve Holme2016-06-061-4/+13
* win32: Used centralised verify windows version functionSteve Holme2016-06-041-34/+5
* vtls: fix ssl session cache race conditionIvan Avdeev2016-06-011-29/+26
* schannel: add CURLOPT_CERTINFO supportAndrew Kurushin2016-06-011-1/+27
* schannel: fix compile break with MSVC XP toolsetMarcel Raad2016-05-181-1/+1
* TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg2016-05-091-2/+2
* code: style updatesDaniel Stenberg2016-04-031-2/+2
* schannel: Fixed compilation warning from commit f8d88a4913Steve Holme2016-03-261-2/+2
* schannel: Add ALPN supportJDepooter2016-03-241-1/+105
* URLs: change more http to httpsViktor Szakats2016-02-041-7/+9
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* schannel: Corrected copy/paste error in commit 8d17117683Steve Holme2015-11-211-6/+5
* schannel: Use GetVersionEx() when VerifyVersionInfo() isn't availableSteve Holme2015-11-211-5/+22
* schannel: Fix compilation warning from commit 7a8e861a56Steve Holme2015-08-011-1/+5
* schannel: Replace deprecated GetVersion with VerifyVersionInfoMarcel Raad2015-07-221-5/+14
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-12/+32
* schannel: schannel_recv overhaulJay Satiro2015-06-171-86/+182
* schannel: Add support for optional client certificatesJoel Depooter2015-06-111-0/+11
* schannel.c: Small changesMarc Hoersken2015-05-021-6/+5
* schannel.c: Improve code path and readabilityMarc Hoersken2015-05-021-25/+26
* schannel.c: Improve error and return code handling upon aa99a63f03Marc Hoersken2015-05-021-20/+14
* schannel: fix regression in schannel_recvChris Araman2015-05-021-6/+3
* Bug born in changes made several days ago 9a91e80.Marc Hoersken2015-05-011-1/+1
* schannel: Fix out of bounds arrayJay Satiro2015-04-301-1/+1
* schannel.c: Fix typo introduced with 3447c973d0Marc Hoersken2015-04-261-1/+1
* schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL errorMarc Hoersken2015-04-261-2/+3
* schannel: re-indented file to follow curl style betterDaniel Stenberg2015-04-261-91/+96
* vtls: use curl_printf.h all overDaniel Stenberg2015-03-031-4/+1
* schannel: Removed curl_ prefix from source filesSteve Holme2015-02-071-0/+1367