commit | 2546462fcdc833c7964a9d71340b71e187207e59 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Sep 26 18:30:49 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Sep 26 18:30:49 2019 -0400 |
tree | cad34a03e4e9325b17a92dd227f3505b482bb1b3 | |
parent | bc2d412394baf98072ec2db9de8152b6f9512424 [diff] |
ci: upgrade Travis config to Ubuntu 18.04 Also in this commit: * Drop clang 3.8 (no easy way to install it on 18.04) * Add clang 10 (trunk) * Drop Xcode 8.3 * Upgrade Xcode 10.2 to 10.3 * Add Xcode 11 Change-Id: Ibd8f3ea4c577f4873ae05553d508ab4967d59beb
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.