intel / ACON

Apache License 2.0
56 stars 16 forks source link

Added client (untrusted) side of sample ACON app #56

Closed xxu36 closed 9 months ago

binxing commented 9 months ago

@xxu36, it's unusual to check in built executable binaries, as they cannot be diff'ed like text files. Please make sure the app executable is optimized for size and stripped. For unit test, it'd be great to pick up a file name from some ENV VAR and read quote and rtmr logs from that file. That will help validation.

After merging this PR and #57, we'll need to provide a overall README file for the sample code.