Home
last modified time | relevance | path

Searched refs:client_ca_names (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert.c524 set0_CA_list(&ctx->client_ca_names, name_list); in SSL_CTX_set_client_CA_list()
529 return ctx->client_ca_names; in STACK_OF()
534 set0_CA_list(&s->client_ca_names, name_list); in SSL_set_client_CA_list()
546 return s->client_ca_names != NULL ? s->client_ca_names in STACK_OF()
547 : s->ctx->client_ca_names; in STACK_OF()
585 return add_ca_name(&ssl->client_ca_names, x); in SSL_add_client_CA()
590 return add_ca_name(&ctx->client_ca_names, x); in SSL_CTX_add_client_CA()
H A Dssl_lib.c1324 sk_X509_NAME_pop_free(s->client_ca_names, X509_NAME_free); in SSL_free()
3429 if ((ret->client_ca_names = sk_X509_NAME_new_null()) == NULL) in SSL_CTX_new_ex()
3590 sk_X509_NAME_pop_free(a->client_ca_names, X509_NAME_free); in SSL_CTX_free()
4287 || !dup_ca_names(&ret->client_ca_names, s->client_ca_names)) in SSL_dup()
H A Dssl_local.h968 * earlier versions. If client_ca_names is populated then it is only used
972 STACK_OF(X509_NAME) *client_ca_names; member
1576 * earlier versions. If client_ca_names is populated then it is only used
1580 STACK_OF(X509_NAME) *client_ca_names; member
/third_party/openssl/ssl/
H A Dssl_cert.c524 set0_CA_list(&ctx->client_ca_names, name_list); in SSL_CTX_set_client_CA_list()
529 return ctx->client_ca_names; in STACK_OF()
534 set0_CA_list(&s->client_ca_names, name_list); in SSL_set_client_CA_list()
546 return s->client_ca_names != NULL ? s->client_ca_names in STACK_OF()
547 : s->ctx->client_ca_names; in STACK_OF()
585 return add_ca_name(&ssl->client_ca_names, x); in SSL_add_client_CA()
590 return add_ca_name(&ctx->client_ca_names, x); in SSL_CTX_add_client_CA()
H A Dssl_lib.c1248 sk_X509_NAME_pop_free(s->client_ca_names, X509_NAME_free); in SSL_free()
3329 if ((ret->client_ca_names = sk_X509_NAME_new_null()) == NULL) in SSL_CTX_new_ex()
3490 sk_X509_NAME_pop_free(a->client_ca_names, X509_NAME_free); in SSL_CTX_free()
4168 || !dup_ca_names(&ret->client_ca_names, s->client_ca_names)) in SSL_dup()
H A Dssl_local.h959 * earlier versions. If client_ca_names is populated then it is only used
963 STACK_OF(X509_NAME) *client_ca_names; member
1547 * earlier versions. If client_ca_names is populated then it is only used
1551 STACK_OF(X509_NAME) *client_ca_names; member
/third_party/openssl/test/helpers/
H A Dhandshake.h74 STACK_OF(X509_NAME) *client_ca_names; member
H A Dhandshake.c45 sk_X509_NAME_pop_free(result->client_ca_names, X509_NAME_free); in HANDSHAKE_RESULT_free()
1698 ret->client_ca_names = NULL; in do_handshake_internal()
1700 ret->client_ca_names = SSL_dup_CA_list(names); in do_handshake_internal()
/third_party/openssl/test/
H A Dssl_test.c342 result->client_ca_names); in check_client_ca_names()

Completed in 33 milliseconds