commit | af7c290c7f0dae38204e07639bf07f2931300f88 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Thu Mar 14 22:13:21 2019 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Jun 10 14:39:50 2019 -0700 |
tree | b8c1b962a1723b6f86406f15271d5eace4cb73e4 | |
parent | 8c9d1ea4d98d7843c0ec3277863dca4054953606 [diff] |
Update the NDNCERT library to version NDNCERT v2 spec:[https://github.com/named-data/ndncert/wiki/NDNCERT-Protocol-new] Change-Id: Ia480a8e70c4b38ca170dfe2fcf50d1265ab65f46
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.
See our GitHub wiki for more details.