-
Notifications
You must be signed in to change notification settings - Fork 53
Support SM9 (cryptography standard) #263
Comments
Does openssl support SM9? |
it doesn't. But SM9 is implemented in GmSSL https://github.com/guanzhi/GmSSL. Should we use GmSSL in eHSM? @yang8621 |
eHSM depends on a customized openssl: https://github.com/intel/intel-sgx-ssl/tree/support_tls.
eHSM is not a libOS-based solution, so that Gmssl cannot be used directly. |
Thanks for your reply. If I want to do this work, could you give me some advice? I'm a newbie for Intel SGX. |
With pleasure. The 1st thing is to build gmssl into sgx enclave. |
Background
SM9 is a Chinese national cryptography standard for Identity Based Cryptography issued by the Chinese State Cryptographic Authority in March 2016(
from wikipedia
). it is also standardized in ISO 18033-5 .Use cases
The text was updated successfully, but these errors were encountered: