Daniel Stenberg
|
223f26c28a
mesalink: remove support
|
2 years ago |
Michael Kaufmann
|
60738f398c
vtls: Fix a memory leak if an SSL session cannot be added to the cache
|
3 years ago |
Daniel Stenberg
|
5ea3145850
vtls: fix connection reuse checks for issuer cert and case sensitivity
|
3 years ago |
Daniel Stenberg
|
e7416cfd2b
infof: remove newline from format strings, always append it
|
3 years ago |
Daniel Stenberg
|
63c7668182
version: turn version number functions into returning void
|
3 years ago |
Daniel Stenberg
|
97fa671a73
vtls: use free() not curl_free()
|
3 years ago |
Jay Satiro
|
b31d9ccfc2
vtls: fix warning due to function prototype mismatch
|
3 years ago |
Daniel Stenberg
|
a6da296867
vtls: only store TIMER_APPCONNECT for non-proxy connect
|
3 years ago |
Daniel Stenberg
|
a5adf8cb14
openssl: don't remove session id entry in disassociate
|
3 years ago |
Daniel Stenberg
|
c7b93a76ea
vtls: exit addsessionid if no cache is inited
|
3 years ago |
Daniel Stenberg
|
894c74738f
Curl_ssl_getsessionid: fail if no session cache exists
|
3 years ago |
Harry Sintonen
|
7f4a9a9b2a
openssl: associate/detach the transfer from connection
|
3 years ago |
Gilles Vollant
|
77fc3859b2
SSL: support in-memory CA certs for some backends
|
4 years ago |
Patrick Monnerat
|
a4554b2c5e
vtls: reset ssl use flag upon negotiation failure
|
3 years ago |
Daniel Stenberg
|
2c26eeef12
vtls: fix addsessionid for non-proxy builds
|
3 years ago |
Daniel Stenberg
|
b09c8ee157
vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid()
|
3 years ago |
Jacob Hoffman-Andrews
|
246399a874
vtls: initial implementation of rustls backend
|
4 years ago |
Jacob Hoffman-Andrews
|
c30bf22f1c
vtls: factor out Curl_ssl_getsock to field of Curl_ssl
|
3 years ago |
Daniel Stenberg
|
2c4b338f7e
vtls: remove md5sum
|
3 years ago |
Patrick Monnerat
|
bbe3aa9f88
vtls: reduce conn->data use
|
3 years ago |
Daniel Stenberg
|
c2c9e44a4d
vtls: remove Curl_ prefix from static functions
|
3 years ago |
Daniel Stenberg
|
8ab78f720a
misc: fix "warning: empty expression statement has no effect"
|
4 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
3acb2abdf5
vtls: make it 'struct Curl_ssl_session'
|
4 years ago |
Michael Baentsch
|
ede125b7b7
tls: add CURLOPT_SSL_EC_CURVES and --curves
|
4 years ago |
Daniel Stenberg
|
aecce3551c
ftp: don't do ssl_shutdown instead of ssl_close
|
4 years ago |
Daniel Stenberg
|
9bfe665913
vtls: compare cert blob when finding a connection to reuse
|
4 years ago |
Daniel Stenberg
|
032e838b73
terminology: call them null-terminated strings
|
4 years ago |
Daniel Stenberg
|
f3d501dc67
build: disable more code/data when built without proxy support
|
4 years ago |
Daniel Stenberg
|
8df455479f
source cleanup: remove all custom typedef structs
|
4 years ago |