comparison mupdf-source/thirdparty/curl/docs/cmdline-opts/ssl-allow-beast.d @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
1 Long: ssl-allow-beast
2 Help: Allow security flaw to improve interop
3 Added: 7.25.0
4 ---
5 This option tells curl to not work around a security flaw in the SSL3 and
6 TLS1.0 protocols known as BEAST. If this option isn't used, the SSL layer may
7 use workarounds known to cause interoperability problems with some older SSL
8 implementations. WARNING: this option loosens the SSL security, and by using
9 this flag you ask for exactly that.