Added support to set server common name.

This commit is contained in:
Niklas Gürtler
2023-03-08 10:45:34 +01:00
committed by Euripedes Rocha
parent ffd7d4df6c
commit 6195762d28
4 changed files with 21 additions and 0 deletions

View File

@ -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;