mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
nss: add support for the CURLSSLOPT_ALLOW_BEAST option
... and fix some typos from the 62d15f1 commit.
This commit is contained in:
parent
8ef8a2b5ac
commit
ebf3138992
3 changed files with 15 additions and 2 deletions
|
|
@ -202,7 +202,7 @@ static const struct LongShort aliases[]= {
|
|||
{"Ek", "tlsuser", TRUE},
|
||||
{"El", "tlspassword", TRUE},
|
||||
{"Em", "tlsauthtype", TRUE},
|
||||
{"En", "ssl-no-empty-fragments", FALSE},
|
||||
{"En", "ssl-allow-beast", FALSE},
|
||||
{"f", "fail", FALSE},
|
||||
{"F", "form", TRUE},
|
||||
{"Fs", "form-string", TRUE},
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ static const char *const helptext[] = {
|
|||
" --ssl-reqd Require SSL/TLS (FTP, IMAP, POP3, SMTP)",
|
||||
" -2, --sslv2 Use SSLv2 (SSL)",
|
||||
" -3, --sslv3 Use SSLv3 (SSL)",
|
||||
" --ssl-allow-below Allow security flaw to improve interop (SSL)",
|
||||
" --ssl-allow-beast Allow security flaw to improve interop (SSL)",
|
||||
" --stderr FILE Where to redirect stderr. - means stdout",
|
||||
" --tcp-nodelay Use the TCP_NODELAY option",
|
||||
" -t, --telnet-option OPT=VAL Set telnet option",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue