Releases: golioth/signy
Releases · golioth/signy
v0.2.0
The v0.2.0 release adds support for Espressif's ESP-IDF, including the packaging of signy as an ESP-IDF component. In addition, two new examples have been added:
- A basic ESP-IDF example, which demonstrates the minimal setup required to generate signed URL using
signy. - An OTA ESP-IDF example, which demonstrates how to use
signywith theesp_https_otacomponent for over-the-air firmware upgrade..
v0.1.0
v0.1.0 is the first release of signy, a library for generating signed URLs on embedded devices using asymmetric cryptography. This initial release includes the following features.
- Integration with the Arm Platform Security Architecture (PSA) Crypto API for all signing operations, ensuring that private keys can remain in secure storage and any hardware acceleration available on a device can be leveraged.
- Zephyr module support, making it easy to include the library in existing Zephyr projects.
- A basic example, which demonstrates how to interface with
signyand supports generating signed URLs over a serial connection to a device.