Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dbearssl.c59 br_x509_trust_anchor *anchors; member
74 br_x509_trust_anchor *anchors; member
142 ca.anchors = NULL; in load_cafile()
189 new_anchors = realloc(ca.anchors, in load_cafile()
195 ca.anchors = new_anchors; in load_cafile()
259 *anchors = ca.anchors; in load_cafile()
264 free(ca.anchors[i].dn.data); in load_cafile()
265 free(ca.anchors); in load_cafile()
1127 if(backend->anchors) { in bearssl_close()
1129 free(backend->anchors[i].dn.data); in bearssl_close()
[all …]

Completed in 8 milliseconds