Searched refs:cert_req_ca_list (Results 1 – 4 of 4) sorted by relevance
661 int cert_req_ca_list; /* should we send the CA list? */ member1724 opt.cert_req_ca_list = DFL_CERT_REQ_CA_LIST; in main()2066 opt.cert_req_ca_list = atoi(q); in main()2067 if (opt.cert_req_ca_list < 0 || opt.cert_req_ca_list > 3) { in main()2070 if (opt.cert_req_ca_list > 1) { in main()2071 opt.cert_req_dn_hint = opt.cert_req_ca_list; in main()2072 opt.cert_req_ca_list = MBEDTLS_SSL_CERT_REQ_CA_LIST_ENABLED; in main()2792 if (opt.cert_req_ca_list != DFL_CERT_REQ_CA_LIST) { in main()2793 mbedtls_ssl_conf_cert_req_ca_list(&conf, opt.cert_req_ca_list); in main()
1377 uint8_t MBEDTLS_PRIVATE(cert_req_ca_list); /*!< enable sending CA list in4198 char cert_req_ca_list);
3135 char cert_req_ca_list) in mbedtls_ssl_conf_cert_req_ca_list() argument3137 conf->cert_req_ca_list = cert_req_ca_list; in mbedtls_ssl_conf_cert_req_ca_list()5249 conf->cert_req_ca_list = MBEDTLS_SSL_CERT_REQ_CA_LIST_ENABLED; in mbedtls_ssl_config_defaults()
2499 if (ssl->conf->cert_req_ca_list == MBEDTLS_SSL_CERT_REQ_CA_LIST_ENABLED) { in ssl_write_certificate_request()