Skip to content

Releases: golioth/signy

v0.2.0

04 Nov 13:56

Choose a tag to compare

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:

v0.1.0

16 Sep 12:55

Choose a tag to compare

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 signy and supports generating signed URLs over a serial connection to a device.