我想知道 SGX 的 sgx_ecc256_compute_shared_dhkey() 函数中使用了哪个椭圆曲线?
I want to know which Elliptical Curve used in SGX's function like sgx_ecc256_compute_shared_dhkey()?
我尝试使用openssl通过ecc与SGX交换密钥,但我不知道SGX中使用的是哪种椭圆曲线,所以我无法设置openssl的参数。
它是 256 位 GF(p)。
但是,要在 OpenSSL 中使用密钥,您需要将密钥转换为 Little-Endian。
来源:
https://software.intel.com/en-us/node/709148
https://software.intel.com/en-us/forums/intel-software-guard-extensions-intel-sgx/topic/740704
我尝试使用openssl通过ecc与SGX交换密钥,但我不知道SGX中使用的是哪种椭圆曲线,所以我无法设置openssl的参数。
它是 256 位 GF(p)。
但是,要在 OpenSSL 中使用密钥,您需要将密钥转换为 Little-Endian。
来源:
https://software.intel.com/en-us/node/709148
https://software.intel.com/en-us/forums/intel-software-guard-extensions-intel-sgx/topic/740704