Home
last modified time | relevance | path

Searched refs:ca_sk (Results 1 – 3 of 3) sorted by relevance

/openssl/ssl/statem/
H A Dstatem_lib.c2664 if (ca_sk == NULL) { in parse_ca_names()
2694 if (!sk_X509_NAME_push(ca_sk, xn)) { in parse_ca_names()
2702 s->s3.tmp.peer_ca_names = ca_sk; in parse_ca_names()
2707 sk_X509_NAME_pop_free(ca_sk, X509_NAME_free); in parse_ca_names()
2714 const STACK_OF(X509_NAME) *ca_sk = NULL; in STACK_OF()
2718 ca_sk = SSL_get_client_CA_list(ssl); in STACK_OF()
2719 if (ca_sk != NULL && sk_X509_NAME_num(ca_sk) == 0) in STACK_OF()
2720 ca_sk = NULL; in STACK_OF()
2723 if (ca_sk == NULL) in STACK_OF()
2724 ca_sk = SSL_get0_CA_list(ssl); in STACK_OF()
[all …]
H A Dextensions.c1293 const STACK_OF(X509_NAME) *ca_sk = get_ca_names(s); in tls_construct_certificate_authorities()
1295 if (ca_sk == NULL || sk_X509_NAME_num(ca_sk) == 0) in tls_construct_certificate_authorities()
1304 if (!construct_ca_names(s, ca_sk, pkt)) { in tls_construct_certificate_authorities()
H A Dstatem_local.h76 int construct_ca_names(SSL_CONNECTION *s, const STACK_OF(X509_NAME) *ca_sk,

Completed in 18 milliseconds