Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION (Results 1 – 6 of 6) sorted by relevance

/mbedtls-development/library/
A Dssl_tls13_client.c1072 MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION ); in ssl_tls13_parse_server_hello()
1073 return( MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION ); in ssl_tls13_parse_server_hello()
A Dssl_cli.c1866 return( MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION ); in ssl_parse_hello_verify_request()
2021 return( MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION ); in ssl_parse_server_hello()
A Dssl_srv.c1204 return( MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION ); in ssl_parse_client_hello()
1410 return( MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION ); in ssl_parse_client_hello()
/mbedtls-development/include/mbedtls/
A Dssl.h118 #define MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION -0x6E80 macro
/mbedtls-development/docs/
A D3.0-migration-guide.md927 * `MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION`
/mbedtls-development/tests/suites/
A Dtest_suite_ssl.function1846 expected_handshake_result = MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION;

Completed in 32 milliseconds