Lines Matching refs:http_cert
56 int (*cert_cb)(void *ctx, struct http_cert *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()
456 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, in DEFINE_STACK_OF()
504 static void add_logo_direct(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_direct()
561 static void add_logo_indirect(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_indirect()
777 static void add_logotype_ext(struct http_ctx *ctx, struct http_cert *hcert, in add_logotype_ext()
848 static void parse_cert(struct http_ctx *ctx, struct http_cert *hcert, in parse_cert()
862 static void parse_cert_free(struct http_cert *hcert, GENERAL_NAMES *names) in parse_cert_free()
888 struct http_cert hcert; in validate_server_cert()
916 struct http_cert hcert; in http_parse_x509_certificate()
1730 int (*cb)(void *ctx, struct http_cert *cert), in http_set_cert_cb()