1
0
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:
Bryan Roe
2019-04-08 17:44:49 -07:00
parent a5000eee85
commit 7bf31b0a28
4 changed files with 40 additions and 14 deletions

View File

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