Skip to content

eliadt/sgx-trust-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

IBM Trusted Services libraries and reference

!! Under construction, come back later !!

Compilation steps:

  • cd truce/application
  • make
  • cd ../client
  • make
  • cd ../service-provider
  • make
  • cd ../../sample/agent
  • make
  • cd ../client
  • make
  • cd ../../

In order to run, do the following steps: PWD = current directory

  • export LD_LIBRARY_PATH=$PWD/truce/application
  • /truce/service-provider/truce_server &
  • /sample/agent/agent 127.0.0.1 &
  • export LD_LIBRARY_PATH=$PWD/truce/client
  • (Writing a file): /sample/client/client 127.0.0.1 127.0.0.1 [finer_print_file_path] w
  • (Reading and checking for a match): /sample/client/client 127.0.0.1 127.0.0.1 [finger_print_file_path] r

About

sgx-trust-management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published