solo1
solo1 copied to clipboard
use openSSL library on solo key firmware
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.