comparison mupdf-source/thirdparty/curl/docs/cmdline-opts/cert-status.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: cert-status
2 Protocols: TLS
3 Added: 7.41.0
4 Help: Verify the status of the server certificate
5 ---
6 Tells curl to verify the status of the server certificate by using the
7 Certificate Status Request (aka. OCSP stapling) TLS extension.
8
9 If this option is enabled and the server sends an invalid (e.g. expired)
10 response, if the response suggests that the server certificate has been revoked,
11 or no response at all is received, the verification fails.
12
13 This is currently only implemented in the OpenSSL, GnuTLS and NSS backends.