mirror of
https://github.com/curl/curl.git
synced 2026-08-05 02:16:13 +03:00
badwords: add more contractions, fix fallouts
Also fix hits in autotools scripts (not to enforce). Closes #19576
This commit is contained in:
parent
ad35ecba97
commit
1e1ec7f6c2
46 changed files with 126 additions and 113 deletions
|
|
@ -103,7 +103,7 @@ int main(void)
|
|||
#endif
|
||||
|
||||
/* cert is stored PEM coded in file... */
|
||||
/* since PEM is default, we needn't set it for PEM */
|
||||
/* since PEM is default, we need not set it for PEM */
|
||||
curl_easy_setopt(curl, CURLOPT_SSLCERTTYPE, "PEM");
|
||||
|
||||
/* set the cert for client authentication */
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ Tell libcurl to try sending application data as TLS1.3 early data. This option
|
|||
is supported for GnuTLS, wolfSSL, quictls and OpenSSL (but not BoringSSL
|
||||
or AWS-LC). It works on TCP and QUIC connections using ngtcp2.
|
||||
This option works on a best effort basis,
|
||||
in cases when it wasn't possible to send early data the request is resent
|
||||
in cases when it was not possible to send early data the request is resent
|
||||
normally post-handshake.
|
||||
This option does not work when using QUIC.
|
||||
(Added in 8.11.0 for GnuTLS and 8.13.0 for wolfSSL, quictls and OpenSSL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue