Go to the source code of this file.
Functions | |
const mpi_t * | MHD__gnutls_rsa_params_to_mpi (MHD_gtls_rsa_params_t) |
int | MHD__gnutls_peers_cert_less_512 (MHD_gtls_session_t session) |
int MHD__gnutls_peers_cert_less_512 | ( | MHD_gtls_session_t | session | ) |
Definition at line 190 of file auth_rsa_export.c.
References CERT_NO_COPY, MHD_gtls_security_param_st::cert_type, MHD__gnutls_mpi_get_nbits, MHD_gnutls_assert, MHD_GNUTLS_PK_RSA, MHD_gtls_gcert_deinit(), MHD_gtls_get_auth_info(), MHD_gtls_raw_cert_to_gcert(), MHD_gtls_cert_auth_info_st::ncerts, MHD_gnutls_cert::params, MHD_gtls_cert_auth_info_st::raw_certificate_list, MHD_gtls_session_int::security_parameters, and MHD_gnutls_cert::subject_pk_algorithm.
Referenced by MHD_gtls_recv_server_kx_message().
const mpi_t* MHD__gnutls_rsa_params_to_mpi | ( | MHD_gtls_rsa_params_t | ) |
Definition at line 42 of file gnutls_rsa_export.c.
References MHD_gtls_x509_privkey_int::params.
Referenced by check_server_params(), and gen_rsa_export_server_kx().