Releases: coniks-sys/coniks-go
Releases · coniks-sys/coniks-go
Update 0.1.2
This release adds some bugfixes the CONIKS command-line tools:
- Refactoring of the application layer and CLI APIs
- Fix an installation bug where the resulting binary name was "cli"
- Fix the application-level configuration API
- Load the initial STR in the client to fix a key registration error
Update 0.1.1
This release includes the following fixes:
- Security-critical bugfix in our VRF implementation
- Improves the privacy of our third-party registration bot
- Addition of a protocol-level STR API for more general associated policy data
- Documentation updates
Initial Release
This first release implements the following protocol parts:
- Merkle prefix tree
- registration and
- lookup of of username-to-public-key binding
- key-server
- registration bot
- basic test-client
Not yet implemented protocol parts:
- monitoring bindings
- auditing and key changes
Besides the protocol parts the persistent storage layer for the directory also isn't implemented yet.