#include <auth_cert.h>
Data Fields | |
int | certificate_requested |
MHD_gtls_dh_info_st | dh |
rsa_info_st | rsa_export |
MHD_gnutls_datum_t * | raw_certificate_list |
unsigned int | ncerts |
Definition at line 108 of file auth_cert.h.
Definition at line 110 of file auth_cert.h.
Definition at line 117 of file auth_cert.h.
Referenced by MHD_gtls_dh_set_group(), MHD_gtls_dh_set_peer_public(), MHD_gtls_dh_set_secret_bits(), and MHD_gtls_free_auth_info().
unsigned int MHD_gtls_cert_auth_info_st::ncerts |
Definition at line 123 of file auth_cert.h.
Referenced by MHD__gnutls_copy_certificate_auth_info(), MHD__gnutls_get_public_rsa_params(), MHD__gnutls_peers_cert_less_512(), MHD_gtls_free_auth_info(), MHD_gtls_proc_cert_client_cert_vrfy(), proc_dhe_server_kx(), and proc_rsa_export_server_kx().
Definition at line 120 of file auth_cert.h.
Referenced by MHD__gnutls_copy_certificate_auth_info(), MHD__gnutls_get_public_rsa_params(), MHD__gnutls_peers_cert_less_512(), MHD_gtls_free_auth_info(), MHD_gtls_proc_cert_client_cert_vrfy(), proc_dhe_server_kx(), and proc_rsa_export_server_kx().
Definition at line 118 of file auth_cert.h.
Referenced by MHD_gtls_free_auth_info(), and MHD_gtls_rsa_export_set_pubkey().