Other Parts Discussed in Thread: SHA-256, CC3220S
Tool/software: TI-RTOS
I tried to use mqtt client example from SimpleLink CC3220 SDK to connect with Google IOT Core Broker. Google requires a JWT token in password field. How to create it I understand, but problem is how to encrypt JWT string with RS256 (RSASSA-PKCS1-v1_5 using SHA-256 RFC 7518 sec 3.3) or ES256
(ECDSA using P-256 and SHA-256 RFC 7518 sec 3.4). In fact the question is how to encrypt string with RSA algorithm?
Also I know this option was released at Mongoose OS, but I'm interesting how it can do with TI-RTOS.