Searched refs:SERF_ERROR_SSL_CERT_FAILED (Results 1 – 3 of 3) sorted by relevance
541 return SERF_ERROR_SSL_CERT_FAILED; in get_subject_alt_names()575 return SERF_ERROR_SSL_CERT_FAILED; in validate_cert_hostname()580 return SERF_ERROR_SSL_CERT_FAILED; in validate_cert_hostname()742 ctx->pending_err = SERF_ERROR_SSL_CERT_FAILED; in validate_server_certificate()1516 return result ? APR_SUCCESS : SERF_ERROR_SSL_CERT_FAILED; in serf_ssl_use_default_certificates()1538 return SERF_ERROR_SSL_CERT_FAILED; in serf_ssl_load_cert_file()1550 return result ? APR_SUCCESS : SERF_ERROR_SSL_CERT_FAILED; in serf_ssl_trust_cert()
372 case SERF_ERROR_SSL_CERT_FAILED: in serf_error_string()
97 #define SERF_ERROR_SSL_CERT_FAILED (SERF_ERROR_START + 70) macro