Skip to content

v1.1.0

Choose a tag to compare

@fhunleth fhunleth released this 10 Feb 01:10
· 41 commits to main since this release

This release adds support for the Trust & Go versions of the ATECC608B. These
chips reside at a different I2C address than normal ATECC parts. To use them,
you will need to add a parameter to the NervesKey.PKCS11.private_key/2 call in
your code:

NervesKey.PKCS11.private_key(engine, i2c: 1, type: :trust_and_go),
  • Changes

    • Support Trust and Go modules
  • Bug fixes

    • Ensure that the OpenSSL engine can't be loaded more than once. OpenSSL
      1.1.1m and later return an error on the second load.