Johannes Schindelin
|
0a083a66bc
vtls: move sha256sum into the Curl_ssl struct
|
7 years ago |
Johannes Schindelin
|
e35205a0c4
vtls: move md5sum into the Curl_ssl struct
|
7 years ago |
Johannes Schindelin
|
52e8237bfc
vtls: use the Curl_ssl struct to access all SSL backends' functionality
|
7 years ago |
Johannes Schindelin
|
e09bb63ed8
vtls: declare Curl_ssl structs for every SSL backend
|
7 years ago |
Johannes Schindelin
|
2568cfed2d
vtls: make sure all _data_pending() functions return bool
|
7 years ago |
Marcel Raad
|
10e02bc36a
mbedtls: make TU-local variable static
|
7 years ago |
Jay Satiro
|
35e9281ef8
mbedtls: fix variable shadow warning
|
7 years ago |
Ron Eldor
|
bc3866e3eb
mbedtls: Support server renegotiation request
|
7 years ago |
Jay Satiro
|
33cfcfd9f0
TLS: Fix switching off SSL session id when client cert is used
|
7 years ago |
Larry Stefani
|
fc347820a2
mbedtls: fix memory leak in error path
|
7 years ago |
Ales Mlakar
|
a360906de6
mbedtls: add support for CURLOPT_SSL_CTX_FUNCTION
|
7 years ago |
Thomas Glanzmann
|
e08c0cd327
mbedtls: fix typo in variable name
|
7 years ago |
Jozef Kralik
|
6448f98c18
vtls: add options to specify range of enabled TLS versions
|
8 years ago |
Michael Kaufmann
|
a7e4348cf8
polarssl, mbedtls: Fix detection of pending data
|
7 years ago |
Antoine Aubert
|
a90a5bccd4
mbedtls: implement CTR-DRBG and HAVEGE random generators
|
8 years ago |
Michael Kaufmann
|
ab08d82648
mbedtls: disable TLS session tickets
|
8 years ago |
Thomas Glanzmann
|
4f8b17743d
HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY
|
8 years ago |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 years ago |
Okhin Vasilij
|
c6da05a5ec
HTTPS-proxy: fixed mbedtls and polishing
|
8 years ago |
Thomas Glanzmann
|
8cb872df10
mbedtls: Fix compile errors
|
8 years ago |
Alex Rousskov
|
cb4e2be7c6
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
|
8 years ago |
Jay Satiro
|
f43b7b6cb6
vtls: Fail on unrecognized param for CURLOPT_SSLVERSION
|
8 years ago |
Daniel Stenberg
|
9ea3a6e150
mbedtls: fix build with mbedtls versions < 2.4.0
|
8 years ago |
Dan Fandrich
|
9363f1a37f
strcasecompare: replaced remaining rawstr.h with strcase.h
|
8 years ago |
Daniel Stenberg
|
62a8095e71
mbedtls: stop using deprecated include file
|
8 years ago |
Daniel Stenberg
|
8a6e89a9eb
select: switch to macros in uppercase
|
8 years ago |
Thomas Glanzmann
|
7b4bf37a44
mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is defined
|
8 years ago |
Thomas Glanzmann
|
aa9f536a18
mbedtls: Fix debug function name
|
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 |