mbedTLS
MBEDTLS_SSL_VERIFY_UNSET
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_SSL_VERIFY_UNSET
MBEDTLS_SSL_VERIFY_UNSET macro
Syntax
Show:
Summary
Declaration
from
ssl.h:299
#define
MBEDTLS_SSL_VERIFY_UNSET
3
Examples
References
from
examples
Code
Location
#define
MBEDTLS_SSL_VERIFY_UNSET
3
/* Used only for sni_authmode */
ssl.h:299
handshake
->
sni_authmode
=
MBEDTLS_SSL_VERIFY_UNSET
;
ssl_tls.c:1011
const
int
authmode
=
ssl
->
handshake
->
sni_authmode
!=
MBEDTLS_SSL_VERIFY_UNSET
ssl_tls.c:7953
if
(
ssl
->
handshake
->
sni_authmode
!=
MBEDTLS_SSL_VERIFY_UNSET
)
{
ssl_tls12_server.c:2433
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out