v1.1.0
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.
- Ensure that the OpenSSL engine can't be loaded more than once. OpenSSL