mbedTLS
mbedtls_ssl_handshake_params::sni_authmode
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_handshake_params::sni_authmode
mbedtls_ssl_handshake_params::sni_authmode field
authmode from SNI callback
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:648
uint8_t
sni_authmode
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
sni_authmode
;
/*!< authmode from SNI callback */
ssl_misc.h:648
handshake
->
sni_authmode
=
MBEDTLS_SSL_VERIFY_UNSET
;
ssl_tls.c:1011
ssl_handshake_params_init()
ssl
->
handshake
->
sni_authmode
=
authmode
;
ssl_tls.c:1933
mbedtls_ssl_set_hs_authmode()
const
int
authmode
=
ssl
->
handshake
->
sni_authmode
!=
MBEDTLS_SSL_VERIFY_UNSET
ssl_tls.c:7953
mbedtls_ssl_parse_certificate()
?
ssl
->
handshake
->
sni_authmode
ssl_tls.c:7954
mbedtls_ssl_parse_certificate()
if
(
ssl
->
handshake
->
sni_authmode
!=
MBEDTLS_SSL_VERIFY_UNSET
)
{
ssl_tls12_server.c:2433
ssl_write_certificate_request()
authmode
=
ssl
->
handshake
->
sni_authmode
;
ssl_tls12_server.c:2434
ssl_write_certificate_request()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_handshake_params::sni_authmode
is written by 2 functions and is read by 2 functions:
ssl_handshake_params_init()
mbedtls_ssl_set_hs_authmode()
All items filtered out
mbedtls_ssl_handshake_params::sni_authmode
mbedtls_ssl_parse_certificate()
ssl_write_certificate_request()
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