Searched refs:max_major_ver (Results 1 – 7 of 7) sorted by relevance
755 int max_major_ver; /*!< max. major version client*/ member1587 conf->max_major_ver == MBEDTLS_SSL_MAJOR_VERSION_3 && in mbedtls_ssl_conf_is_tls13_only()1601 conf->max_major_ver == MBEDTLS_SSL_MAJOR_VERSION_3 && in mbedtls_ssl_conf_is_tls12_only()1615 conf->max_major_ver == MBEDTLS_SSL_MAJOR_VERSION_3 && in mbedtls_ssl_conf_is_hybrid_tls12_tls13()
947 if( ssl->conf->max_major_ver == 0 ) in ssl_write_client_hello()981 mbedtls_ssl_write_version( ssl->conf->max_major_ver, in ssl_write_client_hello()1858 major_ver > ssl->conf->max_major_ver || in ssl_parse_hello_verify_request()2007 ssl->major_ver > ssl->conf->max_major_ver || in ssl_parse_server_hello()2015 ssl->conf->max_major_ver, in ssl_parse_server_hello()2689 mbedtls_ssl_write_version( ssl->conf->max_major_ver, in ssl_write_encrypted_pms()
82 mbedtls_ssl_write_version( ssl->conf->max_major_ver, in ssl_tls13_write_supported_versions_ext()87 ssl->conf->max_major_ver, in ssl_tls13_write_supported_versions_ext()
1398 ssl->handshake->max_major_ver = ssl->major_ver; in ssl_parse_client_hello()1413 if( ssl->major_ver > ssl->conf->max_major_ver ) in ssl_parse_client_hello()1415 ssl->major_ver = ssl->conf->max_major_ver; in ssl_parse_client_hello()3559 mbedtls_ssl_write_version( ssl->handshake->max_major_ver, in ssl_parse_encrypted_pms()
4180 conf->max_major_ver = major; in mbedtls_ssl_conf_max_version()5945 ssl->conf->max_major_ver < MBEDTLS_SSL_MAJOR_VERSION_3 || in ssl_context_load()6497 conf->max_major_ver = MBEDTLS_SSL_MAX_MAJOR_VERSION; in mbedtls_ssl_config_defaults()6531 conf->max_major_ver = MBEDTLS_SSL_MAX_MAJOR_VERSION; in mbedtls_ssl_config_defaults()
378 int MBEDTLS_PRIVATE(max_major_ver);
1392 unsigned char MBEDTLS_PRIVATE(max_major_ver); /*!< max. major version used */
Completed in 39 milliseconds