Daniel Stenberg
|
aecc549699
vtls: fix build without proxy support
|
2 years ago |
Stefan Eissing
|
dafdb20a26
lib: connection filters (cfilter) addition to curl:
|
2 years ago |
Michael Drake
|
3c16697ebd
openssl: reduce CA certificate bundle reparsing by caching
|
2 years ago |
Daniel Stenberg
|
3f039dfd6f
strcase: use curl_str(n)equal for case insensitive matches
|
2 years ago |
Daniel Stenberg
|
ed5095ed94
strcase: add and use Curl_timestrcmp
|
2 years ago |
Daniel Stenberg
|
336f7cd5af
vtls: make Curl_ssl_backend() return the enum type curl_sslbackend
|
2 years ago |
Daniel Stenberg
|
3fa343a35c
urldata: make 'buffer_size' an unsigned int
|
2 years ago |
Jay Satiro
|
a8a4abb2ae
vtls: make curl_global_sslset thread-safe
|
2 years ago |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 years ago |
Daniel Stenberg
|
8d86718f3f
opts: deprecate RANDOM_FILE and EGDSOCKET
|
2 years ago |
Daniel Stenberg
|
f18af4f874
tls: check more TLS details for connection reuse
|
2 years ago |
Patrick Monnerat
|
852aa5ad35
url: check sasl additional parameters for connection reuse.
|
2 years ago |
MAntoniak
|
e9e79622d0
vtls: fix socket check conditions
|
2 years ago |
MAntoniak
|
ccc2752ce8
ssl: reduce allocated space for ssl backend when FTP is disabled
|
2 years ago |
Daniel Stenberg
|
2610142139
lib: remove support for CURL_DOES_CONVERSIONS
|
2 years ago |
Daniel Stenberg
|
2218c3a57e
vtls: pass on the right SNI name
|
2 years ago |
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 |