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 |
Kamil Dudka
|
42a4cd4c78
nss: fix a possible use-after-free in SelectClientCert()
|
7 years ago |
Kamil Dudka
|
c89eb6d0f8
nss: unify the coding style of nss_send() and nss_recv()
|
7 years ago |
Jay Satiro
|
17c5d05285
HTTPS-Proxy: don't offer h2 for https proxy connections
|
7 years ago |
Kamil Dudka
|
e3e8d0204b
nss: load libnssckbi.so if no other trust is specified
|
7 years ago |
Kamil Dudka
|
fab3d1ec65
nss: factorize out nss_{un,}load_module to separate fncs
|
7 years ago |
Kamil Dudka
|
c8ea86f377
nss: do not leak PKCS #11 slot while loading a key
|
7 years ago |
Kamil Dudka
|
c8ac0b6a7f
nss: adapt to the new Curl_llist API
|
7 years ago |
Marcel Raad
|
a4ff8a1a0e
nss: fix MinGW compiler warnings
|
7 years ago |
Jay Satiro
|
33cfcfd9f0
TLS: Fix switching off SSL session id when client cert is used
|
7 years ago |
Kamil Dudka
|
d29e9de146
nss: load CA certificates even with --insecure
|
7 years ago |
Marcel Raad
|
c59fcdac90
nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7d
|
7 years ago |
Jozef Kralik
|
6448f98c18
vtls: add options to specify range of enabled TLS versions
|
8 years ago |
Kamil Dudka
|
8fa5409800
nss: make FTPS work with --proxytunnel
|
7 years ago |
Kamil Dudka
|
25ed9ea512
nss: use the correct lock in nss_find_slot_by_name()
|
7 years ago |
Daniel Stenberg
|
807698db02
rand: make it work without TLS backing
|
7 years ago |
Daniel Stenberg
|
1c3e8bbfed
checksrc: warn for assignments within if() expressions
|
8 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Thomas Glanzmann
|
4f8b17743d
HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY
|
8 years ago |
Daniel Stenberg
|
6832c1d4b2
checksrc: move open braces to comply with function declaration style
|
8 years ago |
Daniel Stenberg
|
8657c268e1
checksrc: white space edits to comply to stricter checksrc
|
8 years ago |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
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 |
Kamil Dudka
|
5e6c04f913
nss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not handled in switch'
|
8 years ago |
Kamil Dudka
|
6ad3add606
vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3
|
8 years ago |
Kamil Dudka
|
5d45ced7a4
nss: map CURL_SSLVERSION_DEFAULT to NSS default
|
8 years ago |