Home
last modified time | relevance | path

Searched refs:cert_req_ca_list (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_server2.c484 int cert_req_ca_list; /* should we send the CA list? */ member
1358 opt.cert_req_ca_list = DFL_CERT_REQ_CA_LIST; in main()
1632 opt.cert_req_ca_list = atoi( q ); in main()
1633 if( opt.cert_req_ca_list < 0 || opt.cert_req_ca_list > 1 ) in main()
2223 if( opt.cert_req_ca_list != DFL_CERT_REQ_CA_LIST ) in main()
2224 mbedtls_ssl_conf_cert_req_ca_list( &conf, opt.cert_req_ca_list ); in main()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl.h1021 unsigned int cert_req_ca_list : 1; /*!< enable sending CA list in member
2535 char cert_req_ca_list );
/AliOS-Things-master/components/mbedtls/library/
A Dssl_tls.c7678 char cert_req_ca_list ) in mbedtls_ssl_conf_cert_req_ca_list() argument
7680 conf->cert_req_ca_list = cert_req_ca_list; in mbedtls_ssl_conf_cert_req_ca_list()
9170 conf->cert_req_ca_list = MBEDTLS_SSL_CERT_REQ_CA_LIST_ENABLED; in mbedtls_ssl_config_defaults()
A Dssl_srv.c2792 if( ssl->conf->cert_req_ca_list == MBEDTLS_SSL_CERT_REQ_CA_LIST_ENABLED ) in ssl_write_certificate_request()

Completed in 30 milliseconds