commit | c3837fffcc44c26b14e11915799639bcea3d2a09 | [log] [tgz] |
---|---|---|
author | Zhiyi <zhiyi.zhang@ucla.edu> | Tue Dec 13 17:00:00 2016 -0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Fri Jan 20 10:13:13 2017 -0800 |
tree | 153af30000ae5b1df10790a533d7db4127ef5613 | |
parent | 8617a79a1e6f1d7a6d9d574cf65d7596d9635a73 [diff] |
Add the protocol spec to README.md Change-Id: If140bf53adda960a3f884dad4e1a81e5ca7070dc
NDN certificate management protocol (NDNCERT) enables automatic certificate management in NDN. In Named Data Networking (NDN), every entity should have corresponding identity (namespace) and the corresponding certificate for this namespace. Moreover, entities need simple mechanisms to manage sub-identities and their certificates. NDNCERT provides flexible mechanisms to request certificate from a certificate authority(CA) and, as soon as certificate is obtained, mechanisms to issue and manage certificates in the designated namespace. Note that NDNCERT does not impose any specific trust model or trust anchors. While the primary use case of the developed protocol is to manage NDN testbed certificates, it can be used with any other set of global and local trust anchors.
This specification provides details and packet formats to request certificates, create certificates after one of the validation mechanism, and how the issued certificate is retrieved by the original requester.