Lines Matching defs:check
51 #include "url.h" /* for the ssl config check function */
1449 "could not parse PKCS12 file, check password, " OSSL_PACKAGE
1621 /* If RSA is used, don't check the private key if its flags indicate
2188 const GENERAL_NAME *check = sk_GENERAL_NAME_value(altnames, i);
2190 if(check->type == GEN_DNS)
2192 else if(check->type == GEN_IPADD)
2195 /* only check alternatives of the same type the target is */
2196 if(check->type == target) {
2198 const char *altptr = (char *)ASN1_STRING_get0_data(check->d.ia5);
2199 size_t altlen = (size_t) ASN1_STRING_length(check->d.ia5);
2274 is already UTF-8 encoded. We check for this case and copy the raw
2680 ssl_ver >>= 8; /* check the upper 8 bits only below */
3072 /* If key usage exists check for signing attribute */
3082 /* If enhanced key usage exists check for server auth attribute.
3280 /* tell OpenSSL where to find CRL file that is used to check certificate
3314 cannot do partial chains with a CRL check.
3487 /* check to see if we've been told to use an explicit SSL/TLS version */
3835 * We check on the function in configure, since libressl and friends
4162 * We check certificates to authenticate the server; otherwise we risk
4311 failf(data, "SSL: Certificate issuer check failed (%s)",
4320 infof(data, " SSL certificate issuer check ok (%s)",
4405 * We check certificates to authenticate the server; otherwise we risk
4430 /* check if the connection has already been established */
4455 /* check allowed time left */
4465 /* if ssl is expecting something, check if it's available. */