Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dbearssl.c117 br_x509_trust_anchor *ta; in load_cafile() local
198 ta->dn.data = NULL; in load_cafile()
199 ta->flags = 0; in load_cafile()
201 ta->flags |= BR_X509_TA_CA; in load_cafile()
207 ta->pkey = *pkey; in load_cafile()
224 ta->dn.data = malloc(ta_size); in load_cafile()
225 if(!ta->dn.data) { in load_cafile()
230 ta->dn.len = ca.dn_len; in load_cafile()
233 ta->pkey.key.rsa.n = ta->dn.data + ta->dn.len; in load_cafile()
235 ta->pkey.key.rsa.e = ta->pkey.key.rsa.n + ta->pkey.key.rsa.nlen; in load_cafile()
[all …]

Completed in 7 milliseconds