Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dmbedtls.c621 unsigned char *newblob = Curl_memdup0(ca_info_blob->data, local
623 if(!newblob)
625 ret = mbedtls_x509_crt_parse(&backend->cacert, newblob,
627 free(newblob);
694 unsigned char *newblob = Curl_memdup0(ssl_cert_blob->data, local
696 if(!newblob)
698 ret = mbedtls_x509_crt_parse(&backend->clicert, newblob,
700 free(newblob);

Completed in 6 milliseconds