mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ddaa85893d
gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
15 lines
521 B
Makefile
15 lines
521 B
Makefile
Long: ssl-allow-beast
|
|
Help: Allow security flaw to improve interop
|
|
Added: 7.25.0
|
|
Category: tls
|
|
Example: --ssl-allow-beast $URL
|
|
See-also: proxy-ssl-allow-beast insecure
|
|
---
|
|
This option tells curl to not work around a security flaw in the SSL3 and
|
|
TLS1.0 protocols known as BEAST. If this option is not used, the SSL layer
|
|
may use workarounds known to cause interoperability problems with some older
|
|
SSL implementations.
|
|
|
|
**WARNING**: this option loosens the SSL security, and by using this flag you
|
|
ask for exactly that.
|