#include <gnutls_int.h>
Data Fields | |
MHD_gnutls_connection_end_t | entity |
enum MHD_GNUTLS_KeyExchangeAlgorithm | kx_algorithm |
enum MHD_GNUTLS_CipherAlgorithm | read_bulk_cipher_algorithm |
enum MHD_GNUTLS_HashAlgorithm | read_mac_algorithm |
enum MHD_GNUTLS_CompressionMethod | read_compression_algorithm |
enum MHD_GNUTLS_CipherAlgorithm | write_bulk_cipher_algorithm |
enum MHD_GNUTLS_HashAlgorithm | write_mac_algorithm |
enum MHD_GNUTLS_CompressionMethod | write_compression_algorithm |
cipher_suite_st | current_cipher_suite |
opaque | master_secret [TLS_MASTER_SIZE] |
opaque | client_random [TLS_RANDOM_SIZE] |
opaque | server_random [TLS_RANDOM_SIZE] |
opaque | session_id [TLS_MAX_SESSION_ID_SIZE] |
uint8_t | session_id_size |
time_t | timestamp |
MHD_gtls_ext_st | extensions |
uint16_t | max_record_send_size |
uint16_t | max_record_recv_size |
enum MHD_GNUTLS_CertificateType | cert_type |
enum MHD_GNUTLS_Protocol | version |
opaque | inner_secret [TLS_MASTER_SIZE] |
Definition at line 303 of file gnutls_int.h.
Definition at line 338 of file gnutls_int.h.
Referenced by _select_client_cert(), MHD__gnutls_get_public_rsa_params(), MHD__gnutls_peers_cert_less_512(), MHD__gnutls_session_cert_type_set(), MHD_gnutls_certificate_type_get(), MHD_gtls_cert_type_send_params(), MHD_gtls_gen_cert_client_certificate(), MHD_gtls_gen_cert_server_cert_req(), MHD_gtls_gen_cert_server_certificate(), MHD_gtls_proc_cert_client_cert_vrfy(), MHD_gtls_proc_cert_server_certificate(), MHD_gtls_server_select_cert(), proc_dhe_server_kx(), and proc_rsa_export_server_kx().
opaque MHD_gtls_security_param_st::client_random[TLS_RANDOM_SIZE] |
Definition at line 325 of file gnutls_int.h.
Referenced by generate_normal_master(), MHD__gnutls_set_keys(), MHD_gtls_set_client_random(), MHD_gtls_tls_sign_params(), and MHD_gtls_verify_sig_params().
Definition at line 323 of file gnutls_int.h.
Referenced by MHD__gnutls_get_private_rsa_params(), MHD__gnutls_get_public_rsa_params(), MHD__gnutls_send_server_hello(), and MHD_gtls_server_select_suite().
Definition at line 305 of file gnutls_int.h.
Referenced by call_get_cert_callback(), MHD__gnutls_extension_list_add(), MHD__gnutls_extension_list_check(), MHD__gnutls_handshake(), MHD__gnutls_recv_finished(), MHD__gnutls_send_finished(), MHD_gtls_auth_get_type(), MHD_gtls_cert_type_recv_params(), MHD_gtls_cert_type_send_params(), MHD_gtls_get_kx_cred(), MHD_gtls_get_selected_cert(), MHD_gtls_handshake_common(), MHD_gtls_max_record_recv_params(), MHD_gtls_max_record_send_params(), MHD_gtls_parse_extensions(), MHD_gtls_read_connection_state_init(), MHD_gtls_recv_hello(), MHD_gtls_recv_hello_request(), MHD_gtls_remove_unwanted_ciphersuites(), MHD_gtls_send_client_certificate_verify(), MHD_gtls_send_hello(), MHD_gtls_server_name_send_params(), MHD_gtls_session_cert_type_supported(), MHD_gtls_write_connection_state_init(), and record_check_type().
Definition at line 330 of file gnutls_int.h.
Referenced by MHD_gtls_handshake_server(), MHD_gtls_server_name_recv_params(), and MHD_gtls_server_name_send_params().
opaque MHD_gtls_security_param_st::inner_secret[TLS_MASTER_SIZE] |
Definition at line 306 of file gnutls_int.h.
Referenced by MHD_gnutls_kx_get(), and MHD_gtls_set_kx().
opaque MHD_gtls_security_param_st::master_secret[TLS_MASTER_SIZE] |
Definition at line 324 of file gnutls_int.h.
Referenced by generate_normal_master(), MHD__gnutls_finished(), and MHD__gnutls_set_keys().
Definition at line 336 of file gnutls_int.h.
Referenced by MHD_gtls_max_record_recv_params(), and MHD_gtls_max_record_send_params().
Definition at line 311 of file gnutls_int.h.
Referenced by MHD__gnutls_cpy_read_security_parameters(), MHD__gnutls_set_read_keys(), MHD_gnutls_cipher_get(), MHD_gtls_ciphertext2compressed(), MHD_gtls_read_connection_state_init(), and MHD_gtls_set_read_cipher().
Definition at line 313 of file gnutls_int.h.
Referenced by MHD__gnutls_cpy_read_security_parameters(), MHD_gtls_read_connection_state_init(), and MHD_gtls_set_read_compression().
Definition at line 312 of file gnutls_int.h.
Referenced by MHD__gnutls_cpy_read_security_parameters(), MHD__gnutls_set_read_keys(), MHD_gtls_ciphertext2compressed(), MHD_gtls_read_connection_state_init(), and MHD_gtls_set_read_mac().
opaque MHD_gtls_security_param_st::server_random[TLS_RANDOM_SIZE] |
Definition at line 326 of file gnutls_int.h.
Referenced by generate_normal_master(), MHD__gnutls_send_server_hello(), MHD__gnutls_set_keys(), MHD_gtls_set_server_random(), MHD_gtls_tls_sign_params(), and MHD_gtls_verify_sig_params().
opaque MHD_gtls_security_param_st::session_id[TLS_MAX_SESSION_ID_SIZE] |
Definition at line 327 of file gnutls_int.h.
Referenced by MHD__gnutls_read_client_hello(), and MHD__gnutls_send_server_hello().
Definition at line 339 of file gnutls_int.h.
Referenced by calc_enc_length(), MHD__gnutls_protocol_get_version(), MHD__gnutls_send_server_hello(), MHD__gnutls_set_keys(), MHD_gtls_ciphertext2compressed(), MHD_gtls_compressed2ciphertext(), and MHD_gtls_set_current_version().
Definition at line 315 of file gnutls_int.h.
Referenced by MHD__gnutls_cpy_write_security_parameters(), MHD__gnutls_set_write_keys(), MHD_gtls_set_write_cipher(), and MHD_gtls_write_connection_state_init().
Definition at line 317 of file gnutls_int.h.
Referenced by MHD__gnutls_cpy_write_security_parameters(), MHD_gtls_set_write_compression(), and MHD_gtls_write_connection_state_init().
Definition at line 316 of file gnutls_int.h.
Referenced by MHD__gnutls_cpy_write_security_parameters(), MHD__gnutls_set_write_keys(), MHD_gtls_compressed2ciphertext(), MHD_gtls_set_write_mac(), and MHD_gtls_write_connection_state_init().