Searched refs:client_cert (Results 1 – 5 of 5) sorted by relevance
289 if (client->client_cert && client->client_pk) { in http_ssl_conn_wrapper()291 …ret = mbedtls_x509_crt_parse(&ssl->clicert, (const unsigned char *)client->client_cert, client->cl… in http_ssl_conn_wrapper()353 …if (client->client_cert && (ret = mbedtls_ssl_conf_own_cert(&ssl->ssl_conf, &ssl->clicert, &ssl->p… in http_ssl_conn_wrapper()412 client->client_cert = NULL; in http_ssl_close_wrapper()
62 const char *client_cert; /**< client certification */ member
120 const char *client_cert; /**< Client certification. */ member
160 const char *client_cert; member
1148 if (s->client_cert && s->client_pk) { in rws_ssl_conn()1149 …ret = mbedtls_x509_crt_parse(&ssl->clicert, (const unsigned char *)s->client_cert, s->client_cert_… in rws_ssl_conn()1217 …if (s->client_cert && (ret = mbedtls_ssl_conf_own_cert(&ssl->ssl_conf, &ssl->clicert, &ssl->pkey))… in rws_ssl_conn()1288 s->client_cert = NULL; in rws_ssl_close()
Completed in 10 milliseconds