lengyijun / sgx-sample

把这个demo修改成了用golang调用

Home Page:https://software.intel.com/en-us/articles/code-sample-gateway-key-provisioning-and-secure-signing-using-intel-software-guard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

先修改 app/app.c 34行中的路径

make
./sgx-sample

if you meet such problems:

./app/app.c:50:对‘OPENSSL_init_crypto’未定义的引用
./libapp.a(sign.o):在函数‘save_signature’中:
./app/sign.c:76:对‘ECDSA_SIG_set0’未定义的引用
collect2: error: ld returned 1 exit status
Makefile:12: recipe for target 'all' failed
make: *** [all] Error 2

you need to install a custom openssl-1.1.1f

and modify the path in main.go and app/makefile

About

把这个demo修改成了用golang调用

https://software.intel.com/en-us/articles/code-sample-gateway-key-provisioning-and-secure-signing-using-intel-software-guard

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 71.8%Language:Makefile 25.7%Language:Go 2.5%