You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support volatile keys to allow access to secret storage as long as it's
powered. Cutting the power via a tamper switch or any other means requires
reauthorization. Thanks to @lawik for this feature.
Support the REUSE specification for licensing and copyright
Add support for Trust and Go (ATECC608B-TNGTLS) pre-provisioned chips, many functions can now
accept a device_type() argument to switch which type of chip it will communicate with.
Add NervesKey.put_settings/2 and NervesKey.get_settings/1 to support
storing and retrieving a small map on a NervesKey. This is useful for data
that travels with certificates and settings that don't change much.