Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/openssl/library/
Dssl_methods.c35 IMPLEMENT_TLS_METHOD(TLS1_2_VERSION, 0, TLS_method_func, TLSv1_2_client_method);
50 IMPLEMENT_TLS_METHOD(TLS1_2_VERSION, 1, TLS_method_func, TLSv1_2_server_method);
61 IMPLEMENT_TLS_METHOD(TLS1_2_VERSION, -1, TLS_method_func, TLSv1_2_method);
Dssl_lib.c767 if (version == TLS1_2_VERSION) in ssl_protocol_to_string()
/hal_espressif-3.6.0/components/openssl/include/internal/
Dtls1.h49 #define TLS1_2_VERSION 0x0303 macro
/hal_espressif-3.6.0/components/openssl/platform/
Dssl_pm.c116 if (TLS1_2_VERSION == openssl_version_nr) in get_mbedtls_minor_ssl_version()