Skip to content

Releases: coniks-sys/coniks-go

Update 0.1.2

22 Jul 01:46
11acf48
Compare
Choose a tag to compare
Update 0.1.2 Pre-release
Pre-release

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

06 Jun 07:25
0.1.1
Compare
Choose a tag to compare
Update 0.1.1 Pre-release
Pre-release

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

05 Dec 14:47
0.1.0
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-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.