commit | 65ba932eb383c6eab5c06210559749fef91327dc | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Thu Jan 19 14:15:03 2017 -0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Feb 21 11:52:56 2017 -0800 |
tree | 90574945d4f3ed2ef5a7dadadcaf50812a7afb2b | |
parent | 32dbb9f82f8821cc4a650a3062929faf87a6bc27 [diff] |
Add challenge module base class and PIN code challenge Change-Id: I75c59bf1de921fad36563acdd37c1b4e80a29a3e
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.