File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / cmdline-opts / cert-status.d
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    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.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>