Searched defs:mbedtls_ssl_handshake_params (Results 1 – 4 of 4) sorted by relevance
415 struct mbedtls_ssl_handshake_params { struct420 uint8_t max_major_ver; /*!< max. major version client*/421 uint8_t max_minor_ver; /*!< max. minor version client*/422 uint8_t resume; /*!< session resume indicator*/423 uint8_t cli_exts; /*!< client extension presence*/427 uint8_t sni_authmode; /*!< authmode from SNI callback */431 uint8_t new_session_ticket; /*!< use NewSessionTicket? */435 uint8_t extended_ms; /*!< use Extended Master Secret? */439 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */443 unsigned char retransmit_state; /*!< Retransmission state */[all …]
679 typedef struct mbedtls_ssl_handshake_params mbedtls_ssl_handshake_params; typedef
627 struct mbedtls_ssl_handshake_params { struct630 uint8_t resume; /*!< session resume indicator*/631 uint8_t cli_exts; /*!< client extension presence*/634 uint8_t sni_authmode; /*!< authmode from SNI callback */640 uint8_t certificate_request_sent;644 uint8_t new_session_ticket; /*!< use NewSessionTicket? */666 mbedtls_ssl_protocol_version min_tls_version;670 uint8_t extended_ms; /*!< use Extended Master Secret? */674 uint8_t async_in_progress; /*!< an asynchronous operation is in progress */678 unsigned char retransmit_state; /*!< Retransmission state */[all …]
825 typedef struct mbedtls_ssl_handshake_params mbedtls_ssl_handshake_params; typedef