Hi everyone,
I’m working with a Quectel EG800Q-EU module (firmware EG800QEULCR01A09M04) on the Open EVB Kit. I want to use GSMA IoT-SAFE (the SIM applet for secure TLS authentication) to establish an MQTT connection.
My questions are:
- Does the EG800 support integrating IoT-SAFE directly into its internal TLS/SSL stack (e.g. via
AT+QSSLCFG, selecting certificates/keys from SIM)? - If not, is there any plan to add IoT-SAFE support in future firmware versions for EG800?
- Is it correct that at the moment the only way to use IoT-SAFE with EG800 is by accessing the applet via APDU (
AT+CSIM) from the host MCU, and then handling TLS externally (e.g. with mbedTLS)?
If anyone has experience or examples of using IoT-SAFE with this module, I’d really appreciate your input.
Thanks!