Searched defs:client_cert_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c108 char *client_cert_file; /* File holding client's certificate */ member in struct:http_conn_t
587 free(c_id->client_cert_file);
588 c_id->client_cert_file = (char *)fname;
1389 free(c_id->client_cert_file);
1834 if (c_id->client_cert_file != NULL) {
1837 if (sunw_p12_use_certfile(ctx, c_id->client_cert_file,
1852 c_id->client_cert_file, SSL_FILETYPE_PEM) <= 0) {
1864 c_id->private_key_file = c_id->client_cert_file;

Completed in 62 milliseconds