commit | aae119aeb9b5387f2fd8f80c56ee8cbfe8c15988 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sat Nov 09 18:30:03 2019 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sat Nov 09 18:30:03 2019 -0500 |
tree | 1f82da1ae54f2d5ce7a8a2e3ec3c78f028494535 | |
parent | 55d9860fc346d04f4c844e80304dee7cb47de6da [diff] |
build: pass pkg_config_path to check_cfg() when looking for libndn-cxx Instead of modifying os.environ. This commit also deletes two unused waf tools and fixes the value of includedir in the generated .pc file. Refs: #5042 Change-Id: I6be742dea1367c90f8b242d4fc6e51bc498fbf06
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.