Skip to content

v0.2.0

Choose a tag to compare

@fhunleth fhunleth released this 22 Jan 13:43

This release 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.