Lines Matching refs:client_cert
183 gnutls_x509_crt_t client_cert;
199 if (gnutls_x509_crt_init(&client_cert))
207 if (gnutls_x509_crt_import(client_cert,
213 gnutls_x509_crt_deinit(client_cert);
216 return client_cert;
227 * @param client_cert the client certificate
232 cert_auth_get_dn(gnutls_x509_crt_c client_cert)
238 gnutls_x509_crt_get_dn(client_cert, NULL, &lbuf);
246 gnutls_x509_crt_get_dn(client_cert, buf, &lbuf);
254 * @param client_cert the client certificate
262 MHD_cert_auth_get_alt_name(gnutls_x509_crt_t client_cert,
277 result = gnutls_x509_crt_get_subject_alt_name2(client_cert, seq, NULL, &lbuf,
294 result = gnutls_x509_crt_get_subject_alt_name2(client_cert,
315 gnutls_x509_crt_deinit (client_cert);