Home
last modified time | relevance | path

Searched refs:MBEDTLS_SSL_VERIFY_UNSET (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dssl.h185 #define MBEDTLS_SSL_VERIFY_UNSET 3 /* Used only for sni_authmode */ macro
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_tls.c2715 const int authmode = ssl->handshake->sni_authmode != MBEDTLS_SSL_VERIFY_UNSET in mbedtls_ssl_parse_certificate()
3632 handshake->sni_authmode = MBEDTLS_SSL_VERIFY_UNSET; in ssl_handshake_params_init()
Dssl_srv.c3058 if( ssl->handshake->sni_authmode != MBEDTLS_SSL_VERIFY_UNSET ) in ssl_write_certificate_request()