Home
last modified time | relevance | path

Searched defs:cert (Results 1 – 25 of 91) sorted by relevance

1234

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_verify.c86 x509_verify_cert_info_populate(X509 *cert) in x509_verify_cert_info_populate()
162 x509_verify_chain_append(struct x509_verify_chain *chain, X509 *cert, in x509_verify_chain_append()
242 x509_verify_cert_cache_extensions(X509 *cert) in x509_verify_cert_cache_extensions()
256 x509_verify_cert_self_signed(X509 *cert) in x509_verify_cert_self_signed()
263 x509_verify_check_chain_end(X509 *cert, int full_chain) in x509_verify_check_chain_end()
271 x509_verify_ctx_cert_is_root(struct x509_verify_ctx *ctx, X509 *cert, in x509_verify_ctx_cert_is_root()
441 X509 *cert = sk_X509_value(ctx->xsc->chain, depth); in x509_verify_ctx_validate_legacy_chain() local
654 x509_verify_build_chains(struct x509_verify_ctx *ctx, X509 *cert, in x509_verify_build_chains()
822 x509_verify_cert_times(X509 *cert, time_t *cmp_time, int *error) in x509_verify_cert_times()
852 x509_verify_validate_constraints(X509 *cert, in x509_verify_validate_constraints()
[all …]
H A Dx509_akey.c161 X509 *cert; in v2i_AUTHORITY_KEYID() local
/dragonfly/contrib/ldns/
H A Ddane.c134 ldns_dane_cert2rdf(ldns_rdf** rdf, X509* cert, in ldns_dane_cert2rdf()
223 ldns_dane_pkix_validate(X509* cert, STACK_OF(X509)* extra_certs, in ldns_dane_pkix_validate()
306 X509* cert, STACK_OF(X509)* extra_certs) in ldns_dane_pkix_get_chain()
345 X509** cert, STACK_OF(X509)* chain, int n, bool ca) in ldns_dane_get_nth_cert_from_validation_chain()
367 X509* cert, STACK_OF(X509)* extra_certs) in ldns_dane_pkix_get_last_self_signed()
406 X509* cert, STACK_OF(X509)* extra_certs, in ldns_dane_select_certificate()
515 X509* cert) in ldns_dane_create_tlsa_rr()
600 ldns_dane_match_cert_with_data(X509* cert, ldns_tlsa_selector selector, in ldns_dane_match_cert_with_data()
629 X509* cert; in ldns_dane_match_any_cert_with_data() local
659 X509* cert, STACK_OF(X509)* extra_certs, in ldns_dane_verify_rr()
[all …]
/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dx509v3.c45 void x509_certificate_free(struct x509_certificate *cert) in x509_certificate_free()
67 void x509_certificate_chain_free(struct x509_certificate *cert) in x509_certificate_chain_free()
220 struct x509_certificate *cert, in x509_parse_public_key()
693 struct x509_certificate *cert, const u8 **next) in x509_parse_validity()
1259 static int x509_parse_extension(struct x509_certificate *cert, in x509_parse_extension()
1336 static int x509_parse_extensions(struct x509_certificate *cert, in x509_parse_extensions()
1367 struct x509_certificate *cert, in x509_parse_tbs_certificate()
1657 struct x509_certificate *cert; in x509_certificate_parse() local
1759 struct x509_certificate *cert) in x509_certificate_check_signature()
2063 struct x509_certificate *cert, *trust; in x509_certificate_chain_validate() local
[all …]
H A Dtlsv1_client_ocsp.c111 struct x509_certificate *cert, in tls_process_ocsp_single_response()
319 struct x509_certificate *cert, in tls_process_ocsp_responses()
454 struct x509_certificate *cert; in tls_process_basic_ocsp_response() local
687 struct x509_certificate *cert; in tls_process_ocsp_response() local
H A Dtlsv1_cred.c48 struct x509_certificate *cert, *p; in tlsv1_add_cert_der() local
158 const char *cert, const u8 *cert_blob, in tlsv1_set_cert_chain()
194 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_ca_cert()
258 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_cert()
506 struct x509_certificate *cert; in pkcs12_certbag() local
H A Dtlsv1_client_read.c280 struct x509_certificate *cert) in tls_peer_cert_event()
321 struct x509_certificate *cert, in tls_cert_chain_failure_event()
352 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() local
822 struct x509_certificate *cert; in tls_process_certificate_status() local
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_lib.c481 CMS_add0_cert(CMS_ContentInfo *cms, X509 *cert) in CMS_add0_cert()
509 CMS_add1_cert(CMS_ContentInfo *cms, X509 *cert) in CMS_add1_cert()
655 cms_ias_cert_cmp(CMS_IssuerAndSerialNumber *ias, X509 *cert) in cms_ias_cert_cmp()
667 cms_keyid_cert_cmp(ASN1_OCTET_STRING *keyid, X509 *cert) in cms_keyid_cert_cmp()
678 cms_set1_ias(CMS_IssuerAndSerialNumber **pias, X509 *cert) in cms_set1_ias()
702 cms_set1_keyid(ASN1_OCTET_STRING **pkeyid, X509 *cert) in cms_set1_keyid()
H A Dcms_kari.c139 CMS_RecipientInfo_kari_orig_id_cmp(CMS_RecipientInfo *ri, X509 *cert) in CMS_RecipientInfo_kari_orig_id_cmp()
192 CMS_RecipientEncryptedKey_cert_cmp(CMS_RecipientEncryptedKey *rek, X509 *cert) in CMS_RecipientEncryptedKey_cert_cmp()
H A Dcms_sd.c202 cms_set1_SignerIdentifier(CMS_SignerIdentifier *sid, X509 *cert, int type) in cms_set1_SignerIdentifier()
244 cms_SignerIdentifier_cert_cmp(CMS_SignerIdentifier *sid, X509 *cert) in cms_SignerIdentifier_cert_cmp()
528 CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert) in CMS_SignerInfo_cert_cmp()
/dragonfly/crypto/libressl/tls/
H A Dtls_verify.c88 tls_check_subject_altname(struct tls *ctx, X509 *cert, const char *name, in tls_check_subject_altname()
205 tls_check_common_name(struct tls *ctx, X509 *cert, const char *name, in tls_check_common_name()
262 tls_check_name(struct tls *ctx, X509 *cert, const char *name, int *match) in tls_check_name()
H A Dtls_keypair.c35 X509 *cert = NULL; in tls_keypair_pubkey_hash() local
79 const uint8_t *cert, size_t len) in tls_keypair_set_cert_mem()
136 X509 **cert) in tls_keypair_load_cert()
H A Dtls_config.c374 tls_config_add_keypair_mem_internal(struct tls_config *config, const uint8_t *cert, in tls_config_add_keypair_mem_internal()
402 tls_config_add_keypair_mem(struct tls_config *config, const uint8_t *cert, in tls_config_add_keypair_mem()
418 tls_config_add_keypair_ocsp_mem(struct tls_config *config, const uint8_t *cert, in tls_config_add_keypair_ocsp_mem()
461 tls_config_set_cert_mem(struct tls_config *config, const uint8_t *cert, in tls_config_set_cert_mem()
645 tls_config_set_keypair_mem_internal(struct tls_config *config, const uint8_t *cert, in tls_config_set_keypair_mem_internal()
669 tls_config_set_keypair_mem(struct tls_config *config, const uint8_t *cert, in tls_config_set_keypair_mem()
685 tls_config_set_keypair_ocsp_mem(struct tls_config *config, const uint8_t *cert, in tls_config_set_keypair_ocsp_mem()
/dragonfly/crypto/libressl/crypto/ct/
H A Dct_sct_ctx.c103 ct_x509_get_ext(X509 *cert, int nid, int *is_duplicated) in ct_x509_get_ext()
120 ct_x509_cert_fixup(X509 *cert, X509 *presigner) in ct_x509_cert_fixup()
165 SCT_CTX_set1_cert(SCT_CTX *sctx, X509 *cert, X509 *presigner) in SCT_CTX_set1_cert()
/dragonfly/crypto/libressl/ssl/
H A Dssl_cert.c180 ssl_cert_dup(SSL_CERT *cert) in ssl_cert_dup()
357 ssl_cert_add0_chain_cert(SSL_CTX *ctx, SSL *ssl, X509 *cert) in ssl_cert_add0_chain_cert()
385 ssl_cert_add1_chain_cert(SSL_CTX *ctx, SSL *ssl, X509 *cert) in ssl_cert_add1_chain_cert()
400 X509 *cert; in ssl_verify_cert_chain() local
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c369 const CERT_CONTEXT *cert; member
555 X509 *cert = NULL; in tls_cryptoapi_cert() local
658 X509 *cert; in tls_cryptoapi_ca_cert() local
2363 struct wpabuf *cert; in tls_verify_cb() local
2406 X509 *cert; in tls_verify_cb() local
3312 X509 *cert; in tls_parse_pkcs12() local
3495 X509 **cert) in tls_engine_get_cert()
3500 X509 *cert; in tls_engine_get_cert() member
3531 X509 *cert; in tls_connection_engine_client_cert() local
3558 X509 *cert; in tls_connection_engine_ca_cert() local
[all …]
H A Dtls_gnutls.c610 gnutls_datum_t cert, key; in tls_connection_set_params() local
929 const gnutls_datum_t *cert, int depth, in gnutls_tls_fail_event()
955 static int server_eku_purpose(gnutls_x509_crt_t cert) in server_eku_purpose()
1089 static int tls_match_suffix_helper(gnutls_x509_crt_t cert, const char *match, in tls_match_suffix_helper()
1109 static int tls_match_suffix(gnutls_x509_crt_t cert, const char *match, in tls_match_suffix()
1141 gnutls_x509_crt_t cert; in tls_connection_verify_peer() local
H A Dtls_wolfssl.c576 static int tls_match_alt_subject_component(WOLFSSL_X509 *cert, int type, in tls_match_alt_subject_component()
601 static int tls_match_alt_subject(WOLFSSL_X509 *cert, const char *match) in tls_match_alt_subject()
676 static int tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, in tls_match_suffix_helper()
746 static int tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) in tls_match_suffix()
813 static struct wpabuf * get_x509_cert(WOLFSSL_X509 *cert) in get_x509_cert()
833 struct wpabuf *cert = NULL; in wolfssl_tls_fail_event() local
856 struct wpabuf *cert = NULL; in wolfssl_tls_cert_event() local
1008 struct wpabuf *cert; in tls_verify_cb() local
/dragonfly/libexec/dma/
H A Dcrypto.c82 verify_server_fingerprint(const X509 *cert) in verify_server_fingerprint()
113 X509 *cert; in smtp_init_crypto() local
/dragonfly/crypto/openssh/
H A Dauth2-pubkeyfile.c148 match_principals_option(const char *principal_list, struct sshkey_cert *cert) in match_principals_option()
173 auth_check_principals_line(char *cp, const struct sshkey_cert *cert, in auth_check_principals_line()
224 const struct sshkey_cert *cert, struct sshauthopt **authoptsp) in auth_process_principals()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dhttp_curl.c179 static void debug_dump_cert(const char *title, X509 *cert) in debug_dump_cert()
236 static void add_alt_name_dns(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_dns()
257 static void add_alt_name(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name()
271 static void add_alt_names(struct http_ctx *ctx, struct http_cert *cert, in add_alt_names()
800 X509 *cert) in add_logotype_ext()
871 X509 *cert, GENERAL_NAMES **names) in parse_cert()
906 static int validate_server_cert(struct http_ctx *ctx, X509 *cert) in validate_server_cert()
935 X509 *cert; in http_parse_x509_certificate() local
996 X509 *cert; in curl_cb_ssl_verify() local
1168 X509 *cert; in ocsp_resp_cb() local
[all …]
/dragonfly/crypto/libressl/crypto/ts/
H A Dts_rsp_verify.c282 X509 *cert; in TS_check_signing_certs() local
373 TS_find_cert(STACK_OF(ESS_CERT_ID) *cert_ids, X509 *cert) in TS_find_cert()
408 TS_find_cert_v2(STACK_OF(ESS_CERT_ID_V2) *cert_ids, X509 *cert) in TS_find_cert_v2()
442 TS_issuer_serial_cmp(ESS_ISSUER_SERIAL *is, X509 *cert) in TS_issuer_serial_cmp()
H A Dts_rsp_sign.c244 X509 *cert = sk_X509_value(ctx->certs, i); in TS_RESP_CTX_set_certs() local
750 X509 *cert = sk_X509_value(ctx->certs, i); in TS_RESP_sign() local
842 X509 *cert = sk_X509_value(certs, i); in ESS_SIGNING_CERT_new_init() local
857 ESS_CERT_ID_new_init(X509 *cert, int issuer_needed) in ESS_CERT_ID_new_init()
/dragonfly/crypto/libressl/crypto/pkcs12/
H A Dp12_crt.c85 PKCS12_create(const char *pass, const char *name, EVP_PKEY *pkey, X509 *cert, in PKCS12_create()
188 PKCS12_add_cert(STACK_OF(PKCS12_SAFEBAG) **pbags, X509 *cert) in PKCS12_add_cert()
/dragonfly/usr.sbin/uefisign/
H A Duefisign.c242 sign(X509 *cert, EVP_PKEY *key, int pipefd) in sign()
341 X509 *cert = NULL; in main() local

1234