- Jul 11, 2018
-
-
Daniel Stenberg authored
-
- Jul 10, 2018
-
-
Daniel Stenberg authored
Closes #2724
-
Daniel Stenberg authored
... and not the other way around, which this previously said. Reported-by: Vasiliy Faronov Fixes #2723 Closes #2726
-
- Jul 09, 2018
-
-
Marcel Raad authored
When size_t is not a typedef for unsigned long (as usually the case on Windows), GCC emits -Wformat warnings when using lu and lx format specifiers with size_t. Silence them with explicit casts to unsigned long. Closes https://github.com/curl/curl/pull/2721
-
- Jul 06, 2018
-
-
Daniel Stenberg authored
-
- Jul 05, 2018
-
-
Daniel Stenberg authored
-
Jeroen Ooms authored
Closes #2706
-
- Jul 02, 2018
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Closes #2704
-
- Jun 30, 2018
-
-
Daniel Stenberg authored
-
- Jun 29, 2018
-
-
Daniel Stenberg authored
The code treated the set version as the *exact* version to require in the TLS handshake, which is not what other TLS backends do and probably not what most people expect either. Reported-by: Andreas Olsson Assisted-by: Gaurav Malhotra Fixes #2691 Closes #2694
-
Daniel Stenberg authored
Reported-by: Andreas Olsson Fixes #2692 Closes #2693
-
- Jun 28, 2018
-
-
Adrian Peniak authored
The previous example was a little bit confusing, because SSL* structure (or other "in use" SSL connection pointer) is not accessible after the transfer is completed, therefore working with the raw TLS library specific pointer needs to be done during transfer. Closes #2690
-
- Jun 27, 2018
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 24, 2018
-
-
Daniel Stenberg authored
Follow-up to b6a16afa
-
- Jun 23, 2018
-
-
Patrick Schlangen authored
Closes #2673
-
- Jun 18, 2018
-
-
Daniel Stenberg authored
-
- Jun 15, 2018
-
-
Daniel Stenberg authored
Closes #2663
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 14, 2018
-
-
Daniel Stenberg authored
Closes #2657
-
Daniel Stenberg authored
Closes #2120
-
Daniel Stenberg authored
Closes #2281
-
- Jun 13, 2018
-
-
Daniel Stenberg authored
Implemented by Björn in 946ce5b6
-
- Jun 12, 2018
-
-
Robert Prag authored
Given the contstraints of SChannel, I'm exposing these as the algorithms themselves instead; while replicating the ciphersuite as specified by OpenSSL would have been preferable, I found no way in the SChannel API to do so. To use this from the commandline, you need to pass the names of contants defining the desired algorithms. For example, curl --ciphers "CALG_SHA1:CALG_RSA_SIGN:CALG_RSA_KEYX:CALG_AES_128:CALG_DH_EPHEM" https://github.com The specific names come from wincrypt.h Closes #2630
-
- Jun 11, 2018
-
-
Daniel Stenberg authored
-
- Jun 05, 2018
-
-
Daniel Stenberg authored
-
- Jun 03, 2018
-
-
Viktor Szakats authored
Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL.
-
- Jun 02, 2018
-
-
Daniel Stenberg authored
According to the user survey 2018, not even one out of 670 users use them. Nobody on the mailing list spoke up for them either. Closes #2629
-
- Jun 01, 2018
-
-
Alibek.Jorajev authored
If there's an existing entry using the selected name. Closes #2622
-
- May 31, 2018
-
-
Daniel Stenberg authored
Closes #2276
-
Björn Stenberg authored
Adds CURLOPT_DISALLOW_USERNAME_IN_URL and --disallow-username-in-url. Makes libcurl reject URLs with a username in them. Closes #2340
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 29, 2018
-
-
Daniel Stenberg authored
Adds CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS. curl: added --tls13-ciphers and --proxy-tls13-ciphers Fixes #2435 Reported-by: zzq1015 on github Closes #2607
-
Daniel Stenberg authored
... the older description doesn't work Reported-by: Peter Varga Fixes #2615 Closes #2616
-