Skip to content

Commit

Permalink
Update doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vqhuy committed Dec 16, 2017
1 parent f222500 commit 1644b01
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion protocol/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,18 @@ an API for maintaining an auditable, privacy-preserving key directory on a
server, as well as an API for checking the consistency of the directory
at the client.
Consistency Checks
Auditlog
This module implements a CONIKS audit log that a CONIKS auditor maintains.
An audit log is a mirror of many CONIKS key directories' STR history,
allowing CONIKS clients to audit the CONIKS directories.
Auditor
This module implements a generic CONIKS auditor, that is all the functionality
that clients and auditors need to verify a server's STR history.
Client
This module implements all consistency checks performed by a CONIKS client
on directory proofs received from a CONIKS server. These operations
Expand All @@ -24,6 +35,11 @@ to public keys. It currently supports registration of new mappings,
latest-version key lookups, historical key lookups, and monitoring of
mappings.
Tests
This module contains integration test cases for CONIKS directory, CONIKS client
and CONIKS auditor modules.
Error
This module defines the constants representing the types
Expand Down

0 comments on commit 1644b01

Please sign in to comment.