Lines Matching defs:cert
180 static void debug_dump_cert(const char *title, X509 *cert) in debug_dump_cert()
205 static void add_alt_name_othername(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_othername()
237 static void add_alt_name_dns(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_dns()
258 static void add_alt_name(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name()
272 static void add_alt_names(struct http_ctx *ctx, struct http_cert *cert, in add_alt_names()
778 X509 *cert) in add_logotype_ext()
849 X509 *cert, GENERAL_NAMES **names) in parse_cert()
885 static int validate_server_cert(struct http_ctx *ctx, X509 *cert) in validate_server_cert()
914 X509 *cert; in http_parse_x509_certificate() local
975 X509 *cert; in curl_cb_ssl_verify() local
1147 X509 *cert; in ocsp_resp_cb() local
1730 int (*cb)(void *ctx, struct http_cert *cert), in http_set_cert_cb()