mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-30 10:48:06 +02:00
Added support to set server common name.
This commit is contained in:
committed by
Euripedes Rocha
parent
ffd7d4df6c
commit
6195762d28
@ -88,6 +88,7 @@ typedef struct {
|
||||
size_t clientkey_bytes;
|
||||
const struct psk_key_hint *psk_hint_key;
|
||||
bool skip_cert_common_name_check;
|
||||
const char *common_name;
|
||||
bool use_secure_element;
|
||||
void *ds_data;
|
||||
int message_retransmit_timeout;
|
||||
|
Reference in New Issue
Block a user