Searched refs:max_major_ver (Results 1 – 7 of 7) sorted by relevance
530 uint8_t max_major_ver; /*!< max. major version client*/ member1485 conf->MBEDTLS_PRIVATE(max_major_ver) == MBEDTLS_SSL_MAJOR_VERSION_3 && in mbedtls_ssl_conf_is_tls13_only()1499 conf->MBEDTLS_PRIVATE(max_major_ver) == MBEDTLS_SSL_MAJOR_VERSION_3 && in mbedtls_ssl_conf_is_tls12_only()1513 conf->max_major_ver == MBEDTLS_SSL_MAJOR_VERSION_3 && in mbedtls_ssl_conf_is_hybrid_tls12_tls13()
949 if( ssl->conf->max_major_ver == 0 ) in ssl_write_client_hello()983 mbedtls_ssl_write_version( ssl->conf->max_major_ver, in ssl_write_client_hello()1860 major_ver > ssl->conf->max_major_ver || in ssl_parse_hello_verify_request()2009 ssl->major_ver > ssl->conf->max_major_ver || in ssl_parse_server_hello()2017 ssl->conf->max_major_ver, in ssl_parse_server_hello()2691 mbedtls_ssl_write_version( ssl->conf->max_major_ver, in ssl_write_encrypted_pms()
83 mbedtls_ssl_write_version( ssl->conf->max_major_ver, in ssl_tls13_write_supported_versions_ext()88 ssl->conf->max_major_ver, in ssl_tls13_write_supported_versions_ext()
1400 ssl->handshake->max_major_ver = ssl->major_ver; in ssl_parse_client_hello()1415 if( ssl->major_ver > ssl->conf->max_major_ver ) in ssl_parse_client_hello()1417 ssl->major_ver = ssl->conf->max_major_ver; in ssl_parse_client_hello()3565 mbedtls_ssl_write_version( ssl->handshake->max_major_ver, in ssl_parse_encrypted_pms()
4211 conf->max_major_ver = major; in mbedtls_ssl_conf_max_version()5976 ssl->conf->max_major_ver < MBEDTLS_SSL_MAJOR_VERSION_3 || in ssl_context_load()6542 conf->max_major_ver = MBEDTLS_SSL_MAX_MAJOR_VERSION; in mbedtls_ssl_config_defaults()6576 conf->max_major_ver = MBEDTLS_SSL_MAX_MAJOR_VERSION; in mbedtls_ssl_config_defaults()
378 int MBEDTLS_PRIVATE(max_major_ver);
1221 unsigned char MBEDTLS_PRIVATE(max_major_ver); /*!< max. major version used */