0

I tried to use openssl to exchange a key with SGX by ecc, but I don't know which Elliptical Curve is used in SGX, so I can't set the parameters for openssl.

Nerdy Bunz
  • 6,040
  • 10
  • 41
  • 100
Bean
  • 3
  • 3

1 Answers1

0

It's 256-bit GF(p).

But, to use the Keys in OpenSSL you need to transform the Key to Little-Endian.

Sources:

https://software.intel.com/en-us/node/709148

https://software.intel.com/en-us/forums/intel-software-guard-extensions-intel-sgx/topic/740704

ruizpauker
  • 384
  • 7
  • 19