Home | History | Annotate | Download | only in tls

Lines Matching full:public_key

56 	os_free(cert->public_key);
276 os_free(cert->public_key);
277 cert->public_key = os_malloc(hdr.length - 1);
278 if (cert->public_key == NULL) {
283 os_memcpy(cert->public_key, pos + 1, hdr.length - 1);
286 cert->public_key, cert->public_key_len);
1600 pk = crypto_public_key_import(issuer->public_key,