mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 18:53:28 +00:00
- Added signature generation for RSA signature in addition to ECDSA - Bugfix: use inlen, instead of doing strlen on input data - Bugfix: outlen should be `2 * slen` and not `slen` as we convert this to HEX - Also added a sign-data console command - component manager: Updated patch version for rainmaker component