Huang Yang
Huang Yang
Thanks for pointing the issues. Could you provide a patch to fix them? Thanks
Thanks @LeoneChen. We may need a static code scan in the future.
Does openssl support SM9?
eHSM depends on a customized openssl: https://github.com/intel/intel-sgx-ssl/tree/support_tls. It's forked from openssl but provides two functions: 1. SGX customization, aka syscall handling. 2. SGX-based attested TLS. eHSM is not a libOS-based...
With pleasure. The 1st thing is to build gmssl into sgx enclave. You can refer to https://github.com/intel/linux-sgx/blob/master/SampleCode/SampleEnclave/Makefile, especially focus on the Enclave settings. Standard std files cannot be used, instead,...