ESP-IDF
+
0
/3 examples
SourceVu will show references to
verification_t::certificate
from the following samples and libraries:
ssl sample
ssl_mutual_auth sample
wss sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
verification_t::certificate
verification_t::certificate field
Certificate data, default is NULL. It's not copied nor freed by the client, user needs to clean up.
Syntax
Show:
Summary
Declaration
from
mqtt_client.h:253
const
char
*
certificate
;
Examples
verification_t::certificate
is referenced by 3 libraries and example projects:
ssl sample
ssl_mutual_auth sample
wss sample
References
from
0/3
examples
Code
Location
Referrer
const
char
*
certificate
;
/*!< Certificate data, default is NULL. It's not copied nor freed by the client, user needs to clean up.*/
mqtt_client.h:253
client
->
config
->
cacert_buf
=
config
->
broker
.
verification
.
certificate
;
mqtt_client.c:563
esp_mqtt_set_config()
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
verification_t::certificate
is read by 1 function:
All items filtered out
verification_t::certificate
esp_mqtt_set_config()
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out