summaryrefslogtreecommitdiff
path: root/lib/vtls/schannel.c
Commit message (Expand)AuthorAgeFilesLines
* schannel: avoid switch-cases that go to default anywaybagder/schannel-APPLICATION_PROTOCOL_MISMATCHDaniel Stenberg2018-09-061-0/+4
* schannel: unified error code handlingHan Han2018-09-061-29/+70
* schannel: client certificate store opening fixIhor Karpenko2018-08-241-5/+8
* schannel: enable CALG_TLS1PRF for w32api >= 5.1Marcel Raad2018-07-121-2/+6
* schannel: fix MinGW compile breakMarcel Raad2018-07-111-0/+4
* schannel: fix -Wsign-compare warningMarcel Raad2018-07-091-1/+1
* schannel: workaround for wrong function signature in w32apiMarcel Raad2018-07-091-1/+2
* schannel: make more cipher options conditionalMarcel Raad2018-07-091-0/+28
* schannel: support selecting ciphersRobert Prag2018-06-121-0/+121
* schannel: add failf calls for client certificate failuresralcock2018-05-271-0/+4
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-1/+1
* schannel: disable manual verify if APIs not availableJay Satiro2018-05-161-0/+15
* schannel: disable client cert option if APIs not availableArchangel_SDY2018-05-161-0/+15
* vtls: fix missing commasDaniel Stenberg2018-05-041-1/+1
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-041-5/+2
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-271-2/+1
* schannel: fix build error on targets <= XPArchangel_SDY2018-04-231-1/+1
* schannel: add support for CURLOPT_CAINFODan McNulty2018-04-181-198/+35
* schannel: fix warningJay Satiro2018-04-171-1/+2
* schannel: add client certificate authenticationArchangel_SDY2018-04-171-1/+120
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-151-4/+2
* tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day2018-04-061-1/+2
* schannel: fix "no previous prototype" compiler warningMichael Kaufmann2018-02-091-8/+8
* schannel: fix compiler warningsMichael Kaufmann2018-02-081-10/+13
* SChannel/WinSSL: Replace Curl_none_md5sum with Curl_schannel_md5summoparisthebest2018-01-251-1/+10
* SChannel/WinSSL: Implement public key pinningmoparisthebest2018-01-251-3/+140
* vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat2017-10-191-1/+1
* schannel: Support partial send for when data is too largeMarc Aldorasi2017-09-161-2/+1
* SSL: fix unused parameter warningsJay Satiro2017-09-061-0/+2
* schannel: return CURLE_SSL_CACERT on failed verificationDaniel Stenberg2017-09-041-1/+1
* vtls: refactor out essential information about the SSL backendsJohannes Schindelin2017-08-281-2/+1
* vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin2017-08-281-2/+0
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-281-0/+1
* vtls: encapsulate SSL backend-specific dataJohannes Schindelin2017-08-281-1/+36
* vtls: prepare the SSL backends for encapsulated private dataJohannes Schindelin2017-08-281-178/+180
* getinfo: access SSL internals via Curl_sslJohannes Schindelin2017-08-281-0/+8
* vtls: move SSL backends' private constants out of their header filesJohannes Schindelin2017-08-281-0/+48
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-281-14/+13
* schannel: reorder functions topologicallyJohannes Schindelin2017-08-281-12/+12
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-281-0/+1
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-281-0/+5
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-281-1/+2
* vtls: move md5sum into the Curl_ssl structJohannes Schindelin2017-08-281-1/+2
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-281-0/+2
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-281-0/+22
* vtls: use consistent signature for _random() implementationsJohannes Schindelin2017-08-281-1/+2
* 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