Other Parts Discussed in Thread: UNIFLASH,
Hi,
I have been trying to create a JWT (JSON Web Token) for Google's MQTT broker. A portion of this is an ES256 (ECDSA-SHA256) signature that is then url-safe-base64 encoded.
Section 17.1.1.5 of the programmer's guide says that only a buffer can only be signed using ECDSA-SHA .
1) I would like to verify the validity of this.
2) Should this be true, are there any plans to ad ECDSA-SHA256 signing?
3) If I create the SHA256 hash using the crypto peripheral (have successfully done this on this chip before), is there a library or source code (TI or 3rd party) that you could point me to that would sign that buffer using the ECC constant private key in the chip's key store?
Thanks in advance!
-Ben