diff options
author | Kamil Dudka <kdudka@redhat.com> | 2012-02-08 13:36:36 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2012-02-09 23:25:55 +0100 |
commit | ebf31389927dd1f514c0a7092a6ba52ad003ad95 (patch) | |
tree | 0f5ef7cc517a70c2714f13c804fe49dc74efaafe /src | |
parent | 8ef8a2b5ac66cf93e478b18abf69700237e70e52 (diff) |
nss: add support for the CURLSSLOPT_ALLOW_BEAST option
... and fix some typos from the 62d15f1 commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_getparam.c | 2 | ||||
-rw-r--r-- | src/tool_help.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_getparam.c b/src/tool_getparam.c index e65371f3e..c8519c201 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -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}, diff --git a/src/tool_help.c b/src/tool_help.c index a3e9da098..77b6df546 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -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", |