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
|
3 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"
|
3 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 |
Daniel Stenberg
|
66b0775763
checksrc: enhance the ASTERISKSPACE and update code accordingly
|
4 years ago |
Johannes Schindelin
|
ff7a3107ed
multi-ssl: reset the SSL backend on `Curl_global_cleanup()`
|
4 years ago |
Daniel Stenberg
|
2eba5e4c7b
vtls: free ssl_config leftovers on out-of-memory
|
4 years ago |
Daniel Stenberg
|
6357a19ff2
polarssl: removed
|
4 years ago |
Daniel Stenberg
|
29babeafec
misc: Copyright year out of date, should be 2020
|
4 years ago |
Jay Satiro
|
c9c551f1f9
vtls: Refactor Curl_multissl_version to make the code clearer
|
4 years ago |
Gisle Vanem
|
2c0362ee04
vtls: make BearSSL possible to set with CURL_SSL_BACKEND
|
5 years ago |
Michael Forney
|
9b879160df
TLS: add BearSSL vtls implementation
|
5 years ago |
Daniel Stenberg
|
3c5f9ba899
url: only reuse TLS connections with matching pinning
|
5 years ago |
Daniel Stenberg
|
a55faf33d4
cleanup: remove the 'numsocks' argument used in many places
|
5 years ago |
Daniel Stenberg
|
deb9462ff2
wolfssl: refer to it as wolfSSL only
|
5 years ago |
Marcel Raad
|
10db3ef21e
lib: reduce variable scopes
|
5 years ago |
Daniel Gustafsson
|
b4bb920405
vtls: fix potential ssl_buffer stack overflow
|
5 years ago |
Chris Young
|
76a9d8df0e
vtls: rename some of the SSL functions
|
5 years ago |