solo1 icon indicating copy to clipboard operation
solo1 copied to clipboard

use openSSL library on solo key firmware

Open tarun14110 opened this issue 5 years ago • 0 comments

I am trying to add some encryption communication module on the solo key for research purpose. I have code written already which uses crypto functions from https://github.com/intel/sgx-ra-sample/blob/master/crypto.c. Is there a way to use OpenSSL on solo key firmware? If not can I just use crypto_AES_CMAC from the solo key's crypto.c for the replacement of cmac128 from the file I provided. It would be great to get some pointers either to setup OpenSSL or to do the conversion of crypto functions.

tarun14110 avatar Nov 13 '20 04:11 tarun14110