mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:13:37 +03:00
openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chains
Closes #4655
This commit is contained in:
parent
94f1f77158
commit
564d88a8bd
6 changed files with 36 additions and 23 deletions
|
|
@ -828,6 +828,10 @@ typedef enum {
|
|||
SSL backends where such behavior is present. */
|
||||
#define CURLSSLOPT_NO_REVOKE (1<<1)
|
||||
|
||||
/* - NO_PARTIALCHAIN tells libcurl to *NOT* accept a partial certificate chain
|
||||
if possible. The OpenSSL backend has this ability. */
|
||||
#define CURLSSLOPT_NO_PARTIALCHAIN (1<<2)
|
||||
|
||||
/* The default connection attempt delay in milliseconds for happy eyeballs.
|
||||
CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 and happy-eyeballs-timeout-ms.d document
|
||||
this value, keep them in sync. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue