Chat freely about anything...

User avatar
By prashant95c
#65536 Hi

The problem I am facing is that the EAP_TLS code requires the private key to be supplied as an uint8_t array bu the private key is currently stored in my crypto chip and cannot be accessed. So is it possible to redirect the EAP TLS code to use a crypto chip for decryption of the server hello message? I could not find any code which was handling the EAP_TLS.