Searched defs:mbedtls_ssl_handshake_params (Results 1 – 2 of 2) sorted by relevance
638 struct mbedtls_ssl_handshake_params { struct641 uint8_t resume; /*!< session resume indicator*/642 uint8_t cli_exts; /*!< client extension presence*/645 uint8_t sni_authmode; /*!< authmode from SNI callback */651 uint8_t certificate_request_sent;655 uint8_t new_session_ticket; /*!< use NewSessionTicket? */677 mbedtls_ssl_protocol_version min_tls_version;681 uint8_t extended_ms; /*!< use Extended Master Secret? */685 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */689 unsigned char retransmit_state; /*!< Retransmission state */[all …]
821 typedef struct mbedtls_ssl_handshake_params mbedtls_ssl_handshake_params; typedef