| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS` | Marcel Raad | 2020-01-03 | 1 | -1/+3 |
* | schannel: fix --tls-max for when min is --tlsv1 or default | Xiaoyin Liu | 2019-11-24 | 1 | -4/+0 |
* | schannel: reverse the order of certinfo insertions | Francois Rivard | 2019-10-24 | 1 | -1/+5 |
* | vtls: fix narrowing conversion warnings | Marcel Raad | 2019-09-23 | 1 | -3/+3 |
* | lib: reduce variable scopes | Marcel Raad | 2019-05-20 | 1 | -8/+8 |
* | cleanup: remove FIXME and TODO comments | Daniel Stenberg | 2019-05-16 | 1 | -1/+0 |
* | multi: provide Curl_multiuse_state to update information | Daniel Stenberg | 2019-05-01 | 1 | -0/+3 |
* | strerror: make the strerror function use local buffers | Daniel Stenberg | 2019-02-26 | 1 | -16/+24 |
* | schannel: support CALG_ECDH_EPHEM algorithm | georgeok | 2019-02-25 | 1 | -0/+3 |
* | schannel: restore some debug output but only for debug builds | Jay Satiro | 2019-02-12 | 1 | -1/+6 |
* | schannel: be quiet | Daniel Stenberg | 2019-02-12 | 1 | -63/+77 |
* | url: close TLS before removing conn from cache | Chris Araman | 2019-02-06 | 1 | -4/+4 |
* | spnego_sspi: add support for channel binding | georgeok | 2019-02-01 | 1 | -1/+1 |
* | schannel: stop calling it "winssl" | Daniel Stenberg | 2019-02-01 | 1 | -13/+13 |
* | schannel: preserve original certificate path parameter | Archangel_SDY | 2019-01-21 | 1 | -3/+10 |
* | ntlm_sspi: add support for channel binding | georgeok | 2019-01-19 | 1 | -0/+10 |
* | schannel: on connection close there might not be a transfer | Daniel Stenberg | 2019-01-18 | 1 | -3/+10 |
* | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg | 2018-11-23 | 1 | -1/+1 |
* | winssl: be consistent in Schannel capitalization | Daniel Gustafsson | 2018-11-07 | 1 | -4/+3 |
* | schannel: make CURLOPT_CERTINFO support using Issuer chain | marcosdiazr | 2018-11-01 | 1 | -8/+64 |
* | schannel: use Curl_ prefix for global private symbols | Daniel Stenberg | 2018-11-01 | 1 | -1/+1 |
* | vtls: fix ssl version "or later" behavior change for many backends | Jay Satiro | 2018-09-20 | 1 | -2/+0 |
* | schannel: avoid switch-cases that go to default anyway | Daniel Stenberg | 2018-09-07 | 1 | -0/+4 |
* | schannel: unified error code handling | Han Han | 2018-09-06 | 1 | -29/+70 |
* | schannel: client certificate store opening fix | Ihor Karpenko | 2018-08-24 | 1 | -5/+8 |
* | schannel: enable CALG_TLS1PRF for w32api >= 5.1 | Marcel Raad | 2018-07-12 | 1 | -2/+6 |
* | schannel: fix MinGW compile break | Marcel Raad | 2018-07-11 | 1 | -0/+4 |
* | schannel: fix -Wsign-compare warning | Marcel Raad | 2018-07-09 | 1 | -1/+1 |
* | schannel: workaround for wrong function signature in w32api | Marcel Raad | 2018-07-09 | 1 | -1/+2 |
* | schannel: make more cipher options conditional | Marcel Raad | 2018-07-09 | 1 | -0/+28 |
* | schannel: support selecting ciphers | Robert Prag | 2018-06-12 | 1 | -0/+121 |
* | schannel: add failf calls for client certificate failures | ralcock | 2018-05-27 | 1 | -0/+4 |
* | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg | 2018-05-21 | 1 | -1/+1 |
* | schannel: disable manual verify if APIs not available | Jay Satiro | 2018-05-16 | 1 | -0/+15 |
* | schannel: disable client cert option if APIs not available | Archangel_SDY | 2018-05-16 | 1 | -0/+15 |
* | vtls: fix missing commas | Daniel Stenberg | 2018-05-04 | 1 | -1/+1 |
* | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg | 2018-05-04 | 1 | -5/+2 |
* | checksrc: force indentation of lines after an else | Daniel Gustafsson | 2018-04-27 | 1 | -2/+1 |
* | schannel: fix build error on targets <= XP | Archangel_SDY | 2018-04-23 | 1 | -1/+1 |
* | schannel: add support for CURLOPT_CAINFO | Dan McNulty | 2018-04-18 | 1 | -198/+35 |
* | schannel: fix warning | Jay Satiro | 2018-04-17 | 1 | -1/+2 |
* | schannel: add client certificate authentication | Archangel_SDY | 2018-04-17 | 1 | -1/+120 |
* | all: Refactor malloc+memset to use calloc | Daniel Gustafsson | 2018-04-15 | 1 | -4/+2 |
* | tls: fix mbedTLS 2.7.0 build + handle sha256 failures | Wyatt O'Day | 2018-04-06 | 1 | -1/+2 |
* | schannel: fix "no previous prototype" compiler warning | Michael Kaufmann | 2018-02-09 | 1 | -8/+8 |
* | schannel: fix compiler warnings | Michael Kaufmann | 2018-02-08 | 1 | -10/+13 |
* | SChannel/WinSSL: Replace Curl_none_md5sum with Curl_schannel_md5sum | moparisthebest | 2018-01-25 | 1 | -1/+10 |
* | SChannel/WinSSL: Implement public key pinning | moparisthebest | 2018-01-25 | 1 | -3/+140 |
* | vtls: change struct Curl_ssl `close' field name to `close_one'. | Patrick Monnerat | 2017-10-19 | 1 | -1/+1 |
* | schannel: Support partial send for when data is too large | Marc Aldorasi | 2017-09-16 | 1 | -2/+1 |