Skip to content

Initial Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@masomel masomel released this 05 Sep 17:15
· 72 commits to master since this release

In this Release

This release serves as the first version of the reference implementation of the CONIKS system.

The CONIKS server implements the basic functionality of an identity provider: it maintains the key bindings in a Merkle prefix tree, and it supports new key registrations and key lookups, and the generation of authentication paths (proofs of inclusion) and directory summaries (currently called commitments in the code).

The simple test client supports new key registrations, key lookups and authentication path verification, both in individual mode and in batch mode (see the instructions for running the test client).

The protobufs define message formats for key registrations and registration responses, key lookups, authentication paths, summary requests, and summaries.