mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-05 10:03:27 +00:00
1. Added setting for Windows Certificate Store
2. Updated so NodeID is only saved on Windows, if Certificate Store is used
This commit is contained in:
@@ -180,6 +180,9 @@ typedef struct MeshAgentHostContainer
|
||||
char agentHash[UTIL_SHA384_HASHSIZE];
|
||||
char serverHash[UTIL_SHA384_HASHSIZE];
|
||||
#ifndef MICROSTACK_NOTLS
|
||||
#ifdef WIN32
|
||||
int noCertStore;
|
||||
#endif
|
||||
struct util_cert selfcert;
|
||||
struct util_cert selftlscert;
|
||||
char serverWebHash[UTIL_SHA384_HASHSIZE];
|
||||
|
||||
Reference in New Issue
Block a user