Home
last modified time | relevance | path

Searched refs:max_major_ver (Results 1 – 7 of 7) sorted by relevance

/mbedtls-development/library/
A Dssl_misc.h755 int max_major_ver; /*!< max. major version client*/ member
1587 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()
A Dssl_cli.c947 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()
A Dssl_tls13_client.c82 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()
A Dssl_srv.c1398 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()
A Dssl_tls.c4180 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()
/mbedtls-development/include/mbedtls/
A Dssl_ciphersuites.h378 int MBEDTLS_PRIVATE(max_major_ver);
A Dssl.h1392 unsigned char MBEDTLS_PRIVATE(max_major_ver); /*!< max. major version used */

Completed in 39 milliseconds