Lines Matching refs:certificate
20 CURLOPT_SSL_VERIFYHOST - verify the certificate's name against host
33 certificate.
35 When negotiating a TLS connection, the server sends a certificate indicating
38 When CURLOPT_SSL_VERIFYHOST(3) is set to 1 or 2, the server certificate must
41 certificate as is used in the URL you operate against.
44 Subject Alternate Name field in the certificate matches the hostname in the
48 in the certificate. Use that ability with caution,
50 This option controls checking the server's certificate's claimed identity. The
52 the certificate is signed by a trusted Certificate Authority.
54 WARNING: disabling verification of the certificate allows bad guys to
62 certificate verification can make libcurl trust and use such information from
67 A certificate can have the name as a wildcard. The only asterisk (`*`) must
72 A certificate can be set for a numerical IP address (IPv4 or IPv6), but then
80 information to do such things as sending back a specific certificate for the