Alex Rousskov
|
cb4e2be7c6
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
|
8 years ago |
Marcel Raad
|
c0ae2dbb86
vtls: fix build warnings
|
8 years ago |
Jay Satiro
|
f43b7b6cb6
vtls: Fail on unrecognized param for CURLOPT_SSLVERSION
|
8 years ago |
Kamil Dudka
|
6ad3add606
vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3
|
8 years ago |
Daniel Stenberg
|
8a6e89a9eb
select: switch to macros in uppercase
|
8 years ago |
Jay Satiro
|
895168bfd3
schannel: Disable ALPN for Wine since it is causing problems
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Jay Satiro
|
04b4ee5498
vtls: Only call add/getsession if session id is enabled
|
8 years ago |
Steve Holme
|
34855feeb4
schannel: Disable ALPN on Windows < 8.1
|
8 years ago |
Steve Holme
|
332e8d6164
win32: Used centralised verify windows version function
|
8 years ago |
Ivan Avdeev
|
31c521b047
vtls: fix ssl session cache race condition
|
8 years ago |
Andrew Kurushin
|
6cabd78531
schannel: add CURLOPT_CERTINFO support
|
8 years ago |
Marcel Raad
|
125827e60e
schannel: fix compile break with MSVC XP toolset
|
8 years ago |
Daniel Stenberg
|
f6767f5435
TLS: move the ALPN/NPN enable bits to the connection
|
8 years ago |
Daniel Stenberg
|
a71012c03e
code: style updates
|
8 years ago |
Steve Holme
|
107cb78487
schannel: Fixed compilation warning from commit f8d88a4913
|
8 years ago |
JDepooter
|
f8d88a4913
schannel: Add ALPN support
|
8 years ago |
Viktor Szakats
|
d49881cb19
URLs: change more http to https
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Steve Holme
|
c2f1730e17
schannel: Corrected copy/paste error in commit 8d17117683
|
9 years ago |
Steve Holme
|
8d17117683
schannel: Use GetVersionEx() when VerifyVersionInfo() isn't available
|
9 years ago |
Steve Holme
|
a1b2a6bd93
schannel: Fix compilation warning from commit 7a8e861a56
|
9 years ago |
Marcel Raad
|
7a8e861a56
schannel: Replace deprecated GetVersion with VerifyVersionInfo
|
9 years ago |
Jay Satiro
|
172b2beba6
SSL: Add an option to disable certificate revocation checks
|
9 years ago |
Jay Satiro
|
3e7ec1e849
schannel: schannel_recv overhaul
|
9 years ago |
Joel Depooter
|
a3e5a4371b
schannel: Add support for optional client certificates
|
9 years ago |
Marc Hoersken
|
3c104448d6
schannel.c: Small changes
|
9 years ago |
Marc Hoersken
|
ae8387b91c
schannel.c: Improve code path and readability
|
9 years ago |
Marc Hoersken
|
d93619ca5d
schannel.c: Improve error and return code handling upon aa99a63f03
|
9 years ago |
Chris Araman
|
aa99a63f03
schannel: fix regression in schannel_recv
|
9 years ago |