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:
Alessandro Ghedini
2015-02-14 16:57:07 +01:00
committed by Kamil Dudka
parent a332922a52
commit 4dcd25e138
9 changed files with 87 additions and 5 deletions

View File

@@ -351,6 +351,7 @@ struct ssl_config_data {
void *fsslctxp; /* parameter for call back */
bool sessionid; /* cache session IDs or not */
bool certinfo; /* gather lots of certificate info */
bool falsestart;
#ifdef USE_TLS_SRP
char *username; /* TLS username (for, e.g., SRP) */