Home
last modified time | relevance | path

Searched refs:MBEDTLS_SSL_VERSION_UNKNOWN (Results 1 – 4 of 4) sorted by relevance

/mbedtls-3.5.0/tests/src/test_helpers/
Dssl_helpers.c64 opts->client_min_version = MBEDTLS_SSL_VERSION_UNKNOWN; in mbedtls_test_init_handshake_options()
65 opts->client_max_version = MBEDTLS_SSL_VERSION_UNKNOWN; in mbedtls_test_init_handshake_options()
66 opts->server_min_version = MBEDTLS_SSL_VERSION_UNKNOWN; in mbedtls_test_init_handshake_options()
67 opts->server_max_version = MBEDTLS_SSL_VERSION_UNKNOWN; in mbedtls_test_init_handshake_options()
1787 if (options->client_min_version != MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_perform_handshake()
1792 if (options->client_max_version != MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_perform_handshake()
1830 if (options->server_min_version != MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_perform_handshake()
1835 if (options->server_max_version != MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_perform_handshake()
1905 if (options->expected_negotiated_version == MBEDTLS_SSL_VERSION_UNKNOWN) { in mbedtls_test_ssl_perform_handshake()
/mbedtls-3.5.0/library/
Dssl_debug_helpers_generated.c166 [MBEDTLS_SSL_VERSION_UNKNOWN] = "MBEDTLS_SSL_VERSION_UNKNOWN", in mbedtls_ssl_protocol_version_str()
/mbedtls-3.5.0/include/mbedtls/
Dssl.h1168 MBEDTLS_SSL_VERSION_UNKNOWN, /*!< Context not in use or version not yet negotiated. */ enumerator
/mbedtls-3.5.0/tests/suites/
Dtest_suite_ssl.data336 handshake_version:0:MBEDTLS_SSL_VERSION_UNKNOWN:MBEDTLS_SSL_VERSION_UNKNOWN:MBEDTLS_SSL_VERSION_UNK…