commit | ac421858894e9d889c7786324c5fde25ae80681b | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Sun Apr 09 11:24:33 2017 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Apr 10 15:52:59 2017 -0700 |
tree | d87cafba4d8dd7f4901a5f0188541ef6156cbdbe | |
parent | 7021a93ac76948f60d96cf12378576cda51c457a [diff] |
wscript: fix the target dylib name to ndn-cert Change-Id: Id8620f41124549a81553bd787a6c3214a2f21c4e
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.