mirror of
https://github.com/curl/curl.git
synced 2026-07-30 17:38:04 +03:00
url: add CURLOPT_SSL_FALSESTART option
This option can be used to enable/disable TLS False Start defined in the RFC draft-bmoeller-tls-falsestart.
This commit is contained in:
parent
a332922a52
commit
4dcd25e138
9 changed files with 87 additions and 5 deletions
|
|
@ -1626,6 +1626,9 @@ typedef enum {
|
|||
/* Set if we should verify the certificate status. */
|
||||
CINIT(SSL_VERIFYSTATUS, LONG, 232),
|
||||
|
||||
/* Set if we should enable TLS false start. */
|
||||
CINIT(SSL_FALSESTART, LONG, 233),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue