index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vtls
/
schannel.c
Age
Commit message (
Expand
)
Author
2020-04-29
schannel: source code reindent
Daniel Stenberg
2020-04-23
select: make Curl_socket_check take timediff_t timeout
Daniel Stenberg
2020-04-20
lib: fix typos in comments and errormessages
Daniel Gustafsson
2020-04-12
schannel: Fix blocking timeout logic
Andrew Kurushin
2020-04-11
lib: fix conversion warnings for SOCKET_WRITABLE/READABLE
Jay Satiro
2020-04-08
schannel: support .P12 or .PFX client certificates
Gilles Vollant
2020-03-18
schannel: add "best effort" revocation check option
Johannes Schindelin
2020-03-17
windows: suppress UI in all CryptAcquireContext() calls
Viktor Szakats
2020-03-05
polarssl: remove more references and mentions
Daniel Stenberg
2020-02-02
cleanup: fix typos and wording in docs and comments
Pedro Monreal
2020-01-03
lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`
Marcel Raad
2019-11-24
schannel: fix --tls-max for when min is --tlsv1 or default
Xiaoyin Liu
2019-10-24
schannel: reverse the order of certinfo insertions
Francois Rivard
2019-09-23
vtls: fix narrowing conversion warnings
Marcel Raad
2019-05-20
lib: reduce variable scopes
Marcel Raad
2019-05-16
cleanup: remove FIXME and TODO comments
Daniel Stenberg
2019-05-01
multi: provide Curl_multiuse_state to update information
Daniel Stenberg
2019-02-26
strerror: make the strerror function use local buffers
Daniel Stenberg
2019-02-25
schannel: support CALG_ECDH_EPHEM algorithm
georgeok
2019-02-12
schannel: restore some debug output but only for debug builds
Jay Satiro
2019-02-12
schannel: be quiet
Daniel Stenberg
2019-02-06
url: close TLS before removing conn from cache
Chris Araman
2019-02-01
spnego_sspi: add support for channel binding
georgeok
2019-02-01
schannel: stop calling it "winssl"
Daniel Stenberg
2019-01-21
schannel: preserve original certificate path parameter
Archangel_SDY
2019-01-19
ntlm_sspi: add support for channel binding
georgeok
2019-01-18
schannel: on connection close there might not be a transfer
Daniel Stenberg
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-11-07
winssl: be consistent in Schannel capitalization
Daniel Gustafsson
2018-11-01
schannel: make CURLOPT_CERTINFO support using Issuer chain
marcosdiazr
2018-11-01
schannel: use Curl_ prefix for global private symbols
Daniel Stenberg
2018-09-20
vtls: fix ssl version "or later" behavior change for many backends
Jay Satiro
2018-09-07
schannel: avoid switch-cases that go to default anyway
Daniel Stenberg
2018-09-06
schannel: unified error code handling
Han Han
2018-08-24
schannel: client certificate store opening fix
Ihor Karpenko
2018-07-12
schannel: enable CALG_TLS1PRF for w32api >= 5.1
Marcel Raad
2018-07-11
schannel: fix MinGW compile break
Marcel Raad
2018-07-09
schannel: fix -Wsign-compare warning
Marcel Raad
2018-07-09
schannel: workaround for wrong function signature in w32api
Marcel Raad
2018-07-09
schannel: make more cipher options conditional
Marcel Raad
2018-06-12
schannel: support selecting ciphers
Robert Prag
2018-05-27
schannel: add failf calls for client certificate failures
ralcock
2018-05-21
checksrc: make sure sizeof() is used *with* parentheses
Daniel Stenberg
2018-05-16
schannel: disable manual verify if APIs not available
Jay Satiro
2018-05-16
schannel: disable client cert option if APIs not available
Archangel_SDY
2018-05-04
vtls: fix missing commas
Daniel Stenberg
2018-05-04
vtls: use unified "supports" bitfield member in backends
Daniel Stenberg
2018-04-27
checksrc: force indentation of lines after an else
Daniel Gustafsson
2018-04-23
schannel: fix build error on targets <= XP
Archangel_SDY
2018-04-18
schannel: add support for CURLOPT_CAINFO
Dan McNulty
[next]