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.c2667 if (ca_sk == NULL) { in parse_ca_names()
2697 if (!sk_X509_NAME_push(ca_sk, xn)) { in parse_ca_names()
2705 s->s3.tmp.peer_ca_names = ca_sk; in parse_ca_names()
2710 sk_X509_NAME_pop_free(ca_sk, X509_NAME_free); in parse_ca_names()
2717 const STACK_OF(X509_NAME) *ca_sk = NULL; in STACK_OF()
2721 ca_sk = SSL_get_client_CA_list(ssl); in STACK_OF()
2722 if (ca_sk != NULL && sk_X509_NAME_num(ca_sk) == 0) in STACK_OF()
2723 ca_sk = NULL; in STACK_OF()
2726 if (ca_sk == NULL) in STACK_OF()
2727 ca_sk = SSL_get0_CA_list(ssl); in STACK_OF()
[all …]
H A Dextensions.c1294 const STACK_OF(X509_NAME) *ca_sk = get_ca_names(s); in tls_construct_certificate_authorities()
1296 if (ca_sk == NULL || sk_X509_NAME_num(ca_sk) == 0) in tls_construct_certificate_authorities()
1305 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 17 milliseconds