- Bug fixes
- Compile C code under
_build
rather than in thesrc
directory
- Compile C code under
This change refactors option passing to the private_key
helper function. Your
code can look like this now:
NervesKey.PKCS11.private_key(engine, i2c: 1),
This allows the helper to take more than one option. It can differentiate between primary and auxiliary keys now, but internally that doesn't make a difference currently.
- Bug fixes
- Improve robustness to ATECC508A errors by integrating improvements on other projects here
Initial release