We are developing a secure IoT solution where device credentials are stored in an external chip (specifically, we are working with Atmel ATECC508A).
However, SimpleLink requires TLS certificate to be stored in plain text on the SPI flash chip, so this presents a problem for us: we have to use external TLS library, at considerable cost in terms of RAM (and effort involved).
Would it be possible to have NWP invoke user application code to perform the signing operation during handshake?
Otherwise it seems impossible to use CC3200 in a highly secured (one might say - properly secured) application.