mbedTLS
mbedtls_ssl_context::client_auth
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
STM32 Libraries and Samples
mbedTLS
mbedtls_ssl_context::client_auth
mbedtls_ssl_context::client_auth field
flag for client auth.
Syntax
Show:
Summary
Declaration
from
ssl.h:1146
int
client_auth
;
Examples
References
from
examples
Code
Location
Referrer
int
client_auth
;
/*!< flag for client auth. */
ssl.h:1146
ssl
->
client_auth
=
(
ssl
->
in_msg
[
0
]
==
MBEDTLS_SSL_HS_CERTIFICATE_REQUEST
)
;
ssl_cli.c:2721
ssl_parse_certificate_request()
if
(
ssl
->
client_auth
==
0
)
ssl_cli.c:2726
ssl_parse_certificate_request()
if
(
ssl
->
client_auth
==
0
||
mbedtls_ssl_own_cert
(
ssl
)
==
NULL
)
ssl_cli.c:3251
ssl_write_certificate_verify()
if
(
ssl
->
client_auth
==
0
)
ssl_tls.c:5345
mbedtls_ssl_write_certificate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::client_auth
is written by 1 function and is read by 3 functions:
ssl_parse_certificate_request()
All items filtered out
mbedtls_ssl_context::client_auth
ssl_parse_certificate_request()
ssl_write_certificate_verify()
mbedtls_ssl_write_certificate()
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