Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dssl_tls13_client.c67 MBEDTLS_PUT_UINT16_BE(MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS, p, 0); in ssl_tls13_write_supported_versions_ext()
92 ssl, MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS); in ssl_tls13_write_supported_versions_ext()
1777 case MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS: in ssl_tls13_parse_server_hello()
Dssl_tls13_server.c1593 case MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS: in ssl_tls13_parse_client_hello()
2058 MBEDTLS_PUT_UINT16_BE(MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS, buf, 0); in ssl_tls13_write_server_hello_supported_versions_ext()
2072 ssl, MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS); in ssl_tls13_write_server_hello_supported_versions_ext()
Dssl_tls13_generic.c137 if (extension_type == MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS) { in mbedtls_ssl_tls13_is_supported_versions_ext_present_in_exts()
Dssl_tls.c560 case MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS: in mbedtls_ssl_get_extension_id()
661 [MBEDTLS_SSL_EXT_ID_SUPPORTED_VERSIONS] = MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS,
/mbedtls-latest/include/mbedtls/
Dssl.h613 #define MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS 43 /* RFC 8446 TLS 1.3 */ macro
/mbedtls-latest/docs/architecture/
Dtls13-support.md248 MBEDTLS_PUT_UINT16_BE( MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS, p, 0 );