
Data Fields | |
| gnutls_connection_end_t | entity |
| gnutls_kx_algorithm_t | kx_algorithm |
| gnutls_cipher_algorithm_t | read_bulk_cipher_algorithm |
| gnutls_mac_algorithm_t | read_mac_algorithm |
| gnutls_compression_method_t | read_compression_algorithm |
| gnutls_cipher_algorithm_t | write_bulk_cipher_algorithm |
| gnutls_mac_algorithm_t | write_mac_algorithm |
| gnutls_compression_method_t | 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] |
Definition at line 71 of file tls_gnutls.c.
1.6.1