Searched refs:minor_ver (Results 1 – 4 of 4) sorted by relevance
474 ssl->minor_ver != MBEDTLS_SSL_MINOR_VERSION_0 ) in ssl_parse_encrypt_then_mac_ext()499 ssl->minor_ver != MBEDTLS_SSL_MINOR_VERSION_0 ) in ssl_parse_extended_ms_ext()822 if( suite_info->min_minor_ver > ssl->minor_ver || in ssl_ciphersuite_match()823 suite_info->max_minor_ver < ssl->minor_ver ) in ssl_ciphersuite_match()883 if( ssl->minor_ver == MBEDTLS_SSL_MINOR_VERSION_3 ) in ssl_ciphersuite_match()981 if( ssl->minor_ver < ssl->conf->min_minor_ver ) in ssl_parse_client_hello_v2()1471 ssl->handshake->max_minor_ver = ssl->minor_ver; in ssl_parse_client_hello()1474 ssl->minor_ver < ssl->conf->min_minor_ver ) in ssl_parse_client_hello()1488 ssl->minor_ver = ssl->conf->max_minor_ver; in ssl_parse_client_hello()1491 ssl->minor_ver = ssl->conf->max_minor_ver; in ssl_parse_client_hello()[all …]
789 ssl->minor_ver = ssl->conf->min_minor_ver; in ssl_write_client_hello()1202 ssl->minor_ver == MBEDTLS_SSL_MINOR_VERSION_0 || in ssl_parse_encrypt_then_mac_ext()1225 ssl->minor_ver == MBEDTLS_SSL_MINOR_VERSION_0 || in ssl_parse_extended_ms_ext()1417 int major_ver, minor_ver; in ssl_parse_hello_verify_request() local1437 minor_ver < MBEDTLS_SSL_MINOR_VERSION_2 || in ssl_parse_hello_verify_request()1439 minor_ver > ssl->conf->max_minor_ver ) in ssl_parse_hello_verify_request()1586 ssl->minor_ver < ssl->conf->min_minor_ver || in ssl_parse_server_hello()1588 ssl->minor_ver > ssl->conf->max_minor_ver ) in ssl_parse_server_hello()1758 if( ssl_validate_ciphersuite( suite_info, ssl, ssl->minor_ver, ssl->minor_ver ) != 0 ) in ssl_parse_server_hello()1770 ssl->minor_ver == MBEDTLS_SSL_MINOR_VERSION_3 ) in ssl_parse_server_hello()[all …]
650 if( ssl->minor_ver == MBEDTLS_SSL_MINOR_VERSION_0 ) in mbedtls_ssl_derive_keys()659 if( ssl->minor_ver < MBEDTLS_SSL_MINOR_VERSION_3 ) in mbedtls_ssl_derive_keys()669 if( ssl->minor_ver == MBEDTLS_SSL_MINOR_VERSION_3 && in mbedtls_ssl_derive_keys()679 if( ssl->minor_ver == MBEDTLS_SSL_MINOR_VERSION_3 ) in mbedtls_ssl_derive_keys()972 if( ssl->minor_ver == MBEDTLS_SSL_MINOR_VERSION_0 ) in mbedtls_ssl_derive_keys()987 if( ssl->minor_ver >= MBEDTLS_SSL_MINOR_VERSION_1 ) in mbedtls_ssl_derive_keys()4045 int major_ver, minor_ver; in ssl_parse_record_header() local4084 if( minor_ver > ssl->conf->max_minor_ver ) in ssl_parse_record_header()6041 if( ssl->minor_ver < MBEDTLS_SSL_MINOR_VERSION_3 ) in mbedtls_ssl_optimize_checksum()7912 switch( ssl->minor_ver ) in mbedtls_ssl_get_version()[all …]
1043 int minor_ver; /*!< either 0 (SSL3) or 1 (TLS1.0) */ member
Completed in 63 milliseconds