Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dmbedtls.c620 unsigned char *newblob = Curl_memdup0(ca_info_blob->data, local
622 if(!newblob)
624 ret = mbedtls_x509_crt_parse(&backend->cacert, newblob,
626 free(newblob);
693 unsigned char *newblob = Curl_memdup0(ssl_cert_blob->data, local
695 if(!newblob)
697 ret = mbedtls_x509_crt_parse(&backend->clicert, newblob,
699 free(newblob);

Completed in 8 milliseconds