Searched refs:max_major_ver (Results 1 – 6 of 6) sorted by relevance
399 int max_major_ver; member
433 uint8_t max_major_ver; /*!< max. major version client*/ member
1029 unsigned char max_major_ver; /*!< max. major version used */ member
1015 if( ssl->conf->max_major_ver == 0 ) in ssl_write_client_hello()1049 mbedtls_ssl_write_version( ssl->conf->max_major_ver, in ssl_write_client_hello()2019 major_ver > ssl->conf->max_major_ver || in ssl_parse_hello_verify_request()2171 ssl->major_ver > ssl->conf->max_major_ver || in ssl_parse_server_hello()2179 ssl->conf->max_major_ver, in ssl_parse_server_hello()2900 mbedtls_ssl_write_version( ssl->conf->max_major_ver, in ssl_write_encrypted_pms()
1244 ssl->handshake->max_major_ver = buf[3]; in ssl_parse_client_hello_v2()1733 ssl->handshake->max_major_ver = ssl->major_ver; in ssl_parse_client_hello()1748 if( ssl->major_ver > ssl->conf->max_major_ver ) in ssl_parse_client_hello()1750 ssl->major_ver = ssl->conf->max_major_ver; in ssl_parse_client_hello()4024 mbedtls_ssl_write_version( ssl->handshake->max_major_ver, in ssl_parse_encrypted_pms()
4902 conf->max_major_ver = major; in mbedtls_ssl_conf_max_version()6564 ssl->conf->max_major_ver < MBEDTLS_SSL_MAJOR_VERSION_3 || in ssl_context_load()7072 conf->max_major_ver = MBEDTLS_SSL_MAX_MAJOR_VERSION; in mbedtls_ssl_config_defaults()7106 conf->max_major_ver = MBEDTLS_SSL_MAX_MAJOR_VERSION; in mbedtls_ssl_config_defaults()
Completed in 39 milliseconds