Releases: tillitis/tkey-device-signer
Releases · tillitis/tkey-device-signer
v1.0.2
Note: this release does not change the CDI generated for a signer built with touch (the default).
- Change license to BSD-2-Clause
- Follow REUSE specification, see https://reuse.software/
- Bump tkey-libs to v0.1.2, also using BSD-2-Clause
- Exit early in build scripts
- Added make target for creating compile_commands.json for clangd
Complete
changelog.
v1.0.1
Note: this release does not change the CDI generated for a signer built with touch (the default).
- Resolve a bug that prevents the signer, built without touch, to do a signature.
- Add clangd files to gitignore.
- Use the right shasum tool in Makefile.
- Format the app.bin.sha512 file correctly.
Complete changelog.
v1.0.0
NOTE: this release changes the TKey identity (CDI), i.e., the Ed25519 keypair derived.
- Fix TOCTOU bug.
- Remove prehash command.
- Introduce firmware hash command.
- Device app version now 3 since protocol changed.
- Introduce an explicit protocol state machine, exiting early on
suspicious behaviour, see implementation notes. - Update to tkey-libs v0.1.1.
- Use CDI directly instead of copying.
Complete
Full changelog.