-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated demo application with cleaner output messages, including hex …
…of encrypted messages. Added --ignore-valid flag to trusted client to speed up testing.
- Loading branch information
David Kohlbrenner
committed
Jan 10, 2019
1 parent
cb4ab4f
commit ef0960e
Showing
7 changed files
with
60 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
unsigned char enclave_expected_hash[] = { | ||
0x04, 0x15, 0x1f, 0x8b, 0x05, 0x8d, 0x16, 0x5f, 0x36, 0xb1, 0x83, 0x41, | ||
0x37, 0x9b, 0x82, 0x00, 0xac, 0x67, 0xb2, 0x62, 0x99, 0x0d, 0xf2, 0xf6, | ||
0x2d, 0x9c, 0x91, 0x80, 0x66, 0x96, 0x3d, 0x10, 0x7f, 0xbd, 0x5f, 0x82, | ||
0xc0, 0xd7, 0x22, 0x74, 0x00, 0x7f, 0x4a, 0x04, 0x79, 0x1c, 0xfa, 0x52, | ||
0xd0, 0x8d, 0x7d, 0x22, 0xe5, 0x84, 0x67, 0xf5, 0x03, 0x57, 0x4f, 0x89, | ||
0xfd, 0x8b, 0xe9, 0x15 | ||
0xb0, 0xe2, 0xf7, 0x06, 0xfb, 0xe9, 0x4e, 0xe8, 0x14, 0x19, 0x93, 0x8e, | ||
0x60, 0x4a, 0x5e, 0x21, 0x8a, 0x83, 0x09, 0x5e, 0x97, 0x16, 0x08, 0xc0, | ||
0x5e, 0xc1, 0x18, 0x89, 0x47, 0x01, 0x89, 0xec, 0x38, 0xcb, 0xe0, 0x9b, | ||
0x79, 0x44, 0x71, 0x9b, 0xda, 0xb2, 0x0b, 0x50, 0x12, 0x43, 0x08, 0xd3, | ||
0x6f, 0xc0, 0x1b, 0x9b, 0x0b, 0xdd, 0x1d, 0xc0, 0xe9, 0x15, 0xe1, 0x37, | ||
0xd2, 0x7f, 0xd1, 0x91 | ||
}; | ||
unsigned int enclave_expected_hash_len = 64; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters