curl-curl/lib/vtls
Daniel McCarney 1e2e808def
tls: remove Curl_ssl false_start
The secure transport vTLS backend was the only Curl_ssl struct instance
that populated the false_start field. Since its removed, we can now
remove that field entirely. This was a protocol feature specific to TLS
1.2 that has been replaced by the more widely adopted TLS 1.3 early data
mechanisms.

--false-start is now deprecated

Closes #17595
2025-06-12 08:29:15 +02:00
..
.checksrc strparse: switch to curl_off_t as base data type 2025-02-15 21:58:48 +01:00
cipher_suite.c TLS: remove support for Secure Transport and BearSSL 2025-06-11 07:54:19 +02:00
cipher_suite.h TLS: remove support for Secure Transport and BearSSL 2025-06-11 07:54:19 +02:00
gtls.c tls: remove Curl_ssl false_start 2025-06-12 08:29:15 +02:00
gtls.h curlx: move into to curlx/ 2025-05-07 11:01:15 +02:00
hostcheck.c lib: include files using known path 2025-04-08 17:00:00 +02:00
hostcheck.h code: language cleanup in comments 2024-07-01 22:58:55 +02:00
keylog.c spelling: 'a' vs 'an' 2025-05-30 11:38:35 +02:00
keylog.h spelling: 'a' vs 'an' 2025-05-30 11:38:35 +02:00
mbedtls_threadlock.c lib: include files using known path 2025-04-08 17:00:00 +02:00
mbedtls_threadlock.h lib: include files using known path 2025-04-08 17:00:00 +02:00
mbedtls.c tls: remove Curl_ssl false_start 2025-06-12 08:29:15 +02:00
mbedtls.h lib: include files using known path 2025-04-08 17:00:00 +02:00
openssl.c tls: remove Curl_ssl false_start 2025-06-12 08:29:15 +02:00
openssl.h lib: include files using known path 2025-04-08 17:00:00 +02:00
rustls.c tls: remove Curl_ssl false_start 2025-06-12 08:29:15 +02:00
rustls.h lib: include files using known path 2025-04-08 17:00:00 +02:00
schannel_int.h lib: use BIT() instead of bool in structs more 2025-04-22 08:01:08 +02:00
schannel_verify.c spelling: call it null-terminate consistently 2025-05-30 17:29:45 +02:00
schannel.c tls: remove Curl_ssl false_start 2025-06-12 08:29:15 +02:00
schannel.h lib: include files using known path 2025-04-08 17:00:00 +02:00
vtls_int.h tls: remove Curl_ssl false_start 2025-06-12 08:29:15 +02:00
vtls_scache.c spelling: call it null-terminate consistently 2025-05-30 17:29:45 +02:00
vtls_scache.h spelling: 'a' vs 'an' 2025-05-30 11:38:35 +02:00
vtls_spack.c curlx: move into to curlx/ 2025-05-07 11:01:15 +02:00
vtls_spack.h lib: include files using known path 2025-04-08 17:00:00 +02:00
vtls.c tls: remove Curl_ssl false_start 2025-06-12 08:29:15 +02:00
vtls.h tls: remove Curl_ssl false_start 2025-06-12 08:29:15 +02:00
wolfssl.c tls: remove Curl_ssl false_start 2025-06-12 08:29:15 +02:00
wolfssl.h pytest: add pinnedpubkey test cases 2025-05-21 22:45:42 +02:00
x509asn1.c TLS: remove support for Secure Transport and BearSSL 2025-06-11 07:54:19 +02:00
x509asn1.h TLS: remove support for Secure Transport and BearSSL 2025-06-11 07:54:19 +02:00