commit | a63b7379e0d8e2ded9531895bc8c7ab9fc7f9f66 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed May 17 14:14:34 2017 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Thu May 18 14:14:49 2017 -0700 |
tree | 61aab43dea1735f283e5b6ebadfafbb03a40f06b | |
parent | 0a89b72435bf7510aa0b2f94ff533341f1b85d3a [diff] |
Add onRequestUpdateCallback in CA and also fix a status bug Change-Id: I82ace0ee982b4b1bb5c1c10d316b314d9300348e
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.