Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
8e08656b
Unverified
Commit
8e08656b
authored
Aug 25, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-3159-test-fails
parent
2087b3b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
SGXRegistrationServer.cpp
SGXRegistrationServer.cpp
+4
-4
secure_enclave.config.xml.sim
secure_enclave/secure_enclave.config.xml.sim
+2
-2
sgxwallet_common.h
sgxwallet_common.h
+3
-3
No files found.
SGXRegistrationServer.cpp
View file @
8e08656b
...
...
@@ -46,10 +46,10 @@
#include "Log.h"
#include "common.h"
int
printDebugInfo
=
-
1
;
int
useHTTPS
=
-
1
;
int
enterBackupKey
=
-
1
;
int
autoconfirm
=
-
1
;
bool
printDebugInfo
=
false
;
bool
useHTTPS
=
false
;
bool
enterBackupKey
=
false
;
bool
autoconfirm
=
false
;
shared_ptr
<
SGXRegistrationServer
>
SGXRegistrationServer
::
server
=
nullptr
;
shared_ptr
<
HttpServer
>
SGXRegistrationServer
::
httpServer
=
nullptr
;
...
...
secure_enclave/secure_enclave.config.xml.sim
View file @
8e08656b
<EnclaveConfiguration>
<ProdID>0</ProdID>
<ISVSVN>0</ISVSVN>
<StackMaxSize>0x100000</StackMaxSize>
<HeapMaxSize>0x1000000</HeapMaxSize>
<StackMaxSize>0x100000
0
</StackMaxSize>
<HeapMaxSize>0x1000000
0
</HeapMaxSize>
<TCSNum>32</TCSNum>
<TCSMaxNum>32</TCSMaxNum>
<TCSMinPool>32</TCSMinPool>
...
...
sgxwallet_common.h
View file @
8e08656b
...
...
@@ -44,9 +44,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <stdbool.h>
extern
int
useHTTPS
;
extern
int
enterBackupKey
;
extern
int
autoconfirm
;
extern
bool
useHTTPS
;
extern
bool
enterBackupKey
;
extern
bool
autoconfirm
;
#define BUF_LEN 4096
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment