#include <ssl.h>
Definition at line 755 of file ssl.h.
const char* mbedtls_ssl_context::alpn_chosen |
negotiated protocol
Definition at line 877 of file ssl.h.
unsigned mbedtls_ssl_context::badmac_seen |
records with a bad MAC received
Definition at line 774 of file ssl.h.
unsigned char* mbedtls_ssl_context::cli_id |
transport-level ID of the client
Definition at line 884 of file ssl.h.
size_t mbedtls_ssl_context::cli_id_len |
length of cli_id
Definition at line 885 of file ssl.h.
int mbedtls_ssl_context::client_auth |
flag for client auth.
Definition at line 866 of file ssl.h.
configuration information
Definition at line 757 of file ssl.h.
get timer callback
Definition at line 809 of file ssl.h.
Callback for network receive
Definition at line 778 of file ssl.h.
Callback for network receive with timeout
Definition at line 779 of file ssl.h.
Callback for network send
Definition at line 777 of file ssl.h.
set timer callback
Definition at line 808 of file ssl.h.
params required only during
the handshake process
Definition at line 792 of file ssl.h.
char* mbedtls_ssl_context::hostname |
expected peer CN for verification (and SNI if available)
Definition at line 872 of file ssl.h.
unsigned char* mbedtls_ssl_context::in_buf |
input buffer
Definition at line 814 of file ssl.h.
unsigned char* mbedtls_ssl_context::in_ctr |
64-bit incoming message counter TLS: maintained by us DTLS: read from peer
Definition at line 815 of file ssl.h.
uint16_t mbedtls_ssl_context::in_epoch |
DTLS epoch for incoming records
Definition at line 828 of file ssl.h.
unsigned char* mbedtls_ssl_context::in_hdr |
start of record header
Definition at line 818 of file ssl.h.
size_t mbedtls_ssl_context::in_hslen |
current handshake message length, including the handshake header
Definition at line 837 of file ssl.h.
unsigned char* mbedtls_ssl_context::in_iv |
ivlen-byte IV
Definition at line 820 of file ssl.h.
size_t mbedtls_ssl_context::in_left |
amount of data read so far
Definition at line 826 of file ssl.h.
unsigned char* mbedtls_ssl_context::in_len |
two-bytes message length field
Definition at line 819 of file ssl.h.
unsigned char* mbedtls_ssl_context::in_msg |
message contents (in_iv+ivlen)
Definition at line 821 of file ssl.h.
size_t mbedtls_ssl_context::in_msglen |
record header: message length
Definition at line 825 of file ssl.h.
int mbedtls_ssl_context::in_msgtype |
record header: message type
Definition at line 824 of file ssl.h.
unsigned char* mbedtls_ssl_context::in_offt |
read offset in application data
Definition at line 822 of file ssl.h.
uint64_t mbedtls_ssl_context::in_window |
bitmask for replay detection
Definition at line 834 of file ssl.h.
uint64_t mbedtls_ssl_context::in_window_top |
last validated record seq_num
Definition at line 833 of file ssl.h.
int mbedtls_ssl_context::major_ver |
equal to MBEDTLS_SSL_MAJOR_VERSION_3
Definition at line 770 of file ssl.h.
int mbedtls_ssl_context::minor_ver |
either 0 (SSL3) or 1 (TLS1.0)
Definition at line 771 of file ssl.h.
int mbedtls_ssl_context::nb_zero |
of 0-length encrypted messages
Definition at line 839 of file ssl.h.
size_t mbedtls_ssl_context::next_record_offset |
offset of the next record in datagram (equal to in_left if none)
Definition at line 829 of file ssl.h.
unsigned char* mbedtls_ssl_context::out_buf |
output buffer
Definition at line 845 of file ssl.h.
unsigned char* mbedtls_ssl_context::out_ctr |
64-bit outgoing message counter
Definition at line 846 of file ssl.h.
unsigned char* mbedtls_ssl_context::out_hdr |
start of record header
Definition at line 847 of file ssl.h.
unsigned char* mbedtls_ssl_context::out_iv |
ivlen-byte IV
Definition at line 849 of file ssl.h.
size_t mbedtls_ssl_context::out_left |
amount of data not yet written
Definition at line 854 of file ssl.h.
unsigned char* mbedtls_ssl_context::out_len |
two-bytes message length field
Definition at line 848 of file ssl.h.
unsigned char* mbedtls_ssl_context::out_msg |
message contents (out_iv+ivlen)
Definition at line 850 of file ssl.h.
size_t mbedtls_ssl_context::out_msglen |
record header: message length
Definition at line 853 of file ssl.h.
int mbedtls_ssl_context::out_msgtype |
record header: message type
Definition at line 852 of file ssl.h.
previous handshake verify data
Definition at line 896 of file ssl.h.
void* mbedtls_ssl_context::p_bio |
context for I/O operations
Definition at line 782 of file ssl.h.
void* mbedtls_ssl_context::p_timer |
context for the timer callbacks
Definition at line 806 of file ssl.h.
previous handshake verify data
Definition at line 897 of file ssl.h.
int mbedtls_ssl_context::record_read |
record is already present
Definition at line 840 of file ssl.h.
int mbedtls_ssl_context::renego_records_seen |
Records since renego request, or with DTLS, number of retransmissions of request if renego_max_records is < 0
Definition at line 765 of file ssl.h.
int mbedtls_ssl_context::renego_status |
Initial, in progress, pending?
Definition at line 764 of file ssl.h.
int mbedtls_ssl_context::secure_renegotiation |
does peer support legacy or secure renegotiation
Definition at line 892 of file ssl.h.
negotiated session data
Definition at line 789 of file ssl.h.
current session data (in)
Definition at line 787 of file ssl.h.
session data in negotiation
Definition at line 790 of file ssl.h.
current session data (out)
Definition at line 788 of file ssl.h.
signed char mbedtls_ssl_context::split_done |
current record already splitted?
Definition at line 860 of file ssl.h.
int mbedtls_ssl_context::state |
SSL handshake: current state
Definition at line 762 of file ssl.h.
negotiated transform params
Definition at line 800 of file ssl.h.
current transform params (in)
Definition at line 798 of file ssl.h.
transform params in negotiation
Definition at line 801 of file ssl.h.
current transform params (in)
Definition at line 799 of file ssl.h.
size_t mbedtls_ssl_context::verify_data_len |
length of verify data stored
Definition at line 895 of file ssl.h.
The documentation for this struct was generated from the following file: