Home
last modified time | relevance | path

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

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