Home
last modified time | relevance | path

Searched refs:client_cert (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/http/src/
A Dhttp_aos_wrapper.c289 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()
/AliOS-Things-master/components/http/include/
A Dhttpclient.h62 const char *client_cert; /**< client certification */ member
/AliOS-Things-master/components/websocket/include/
A Drws_socket.h120 const char *client_cert; /**< Client certification. */ member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/crypto/
A Dtls.h160 const char *client_cert; member
/AliOS-Things-master/components/websocket/src/
A Drws_socketpriv.c1148 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 9 milliseconds