Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib678.c72 void *certdata; in test_cert_blob() local
80 if(loadfile(cafile, &certdata, &certsize)) { in test_cert_blob()
88 blob.data = certdata; in test_cert_blob()
92 free(certdata); in test_cert_blob()
/curl/docs/
H A Dmk-ca-bundle.md22 This tool downloads the *certdata.txt* file from Mozilla's source tree over
45 specify which Mozilla tree to pull *certdata.txt* from (or a custom URL).
52 force rebuild even if *certdata.txt* is current (Added in version 1.17)
66 print license info about *certdata.txt*
77 Do not download *certdata.txt* - use the existing.
113 unlink (remove) *certdata.txt* after processing
/curl/lib/vtls/
H A Dschannel.c561 void *certdata = NULL; in schannel_acquire_credential_handle() local
566 certdata = data->set.ssl.primary.cert_blob->data; in schannel_acquire_credential_handle()
623 certdata = malloc(certsize + 1); in schannel_acquire_credential_handle()
624 if((!certdata) || in schannel_acquire_credential_handle()
625 ((int) fread(certdata, certsize, 1, fInCert) != 1)) in schannel_acquire_credential_handle()
631 free(certdata); in schannel_acquire_credential_handle()
637 datablob.pbData = (BYTE*)certdata; in schannel_acquire_credential_handle()
666 free(certdata); in schannel_acquire_credential_handle()
H A Dsectransp.c1486 CFDataRef certdata; local
1488 certdata = CFDataCreate(kCFAllocatorDefault, buf, (CFIndex)buflen);
1489 if(!certdata) {
1494 cacert = SecCertificateCreateWithData(kCFAllocatorDefault, certdata);
1495 CFRelease(certdata);

Completed in 22 milliseconds