Lines Matching refs:certificate
23 CURLOPT_SSL_VERIFYPEER - verify the peer's SSL certificate
38 certificate. A value of 1 means curl verifies; 0 (zero) means it does not.
40 When negotiating a TLS or SSL connection, the server sends a certificate
41 indicating its identity. Curl verifies whether the certificate is authentic,
42 i.e. that you can trust that the server is who the certificate says it is.
50 prove that the certificate is signed by a CA, the connection fails.
53 and the peer certificate verification is simply skipped.
55 Authenticating the certificate is not enough to be sure about the server. You
58 name in the certificate is valid for the hostname you are connecting to is
61 WARNING: disabling verification of the certificate allows bad guys to
69 certificate verification can make libcurl trust and use such information from
87 /* Set the default value: strict certificate check please */