Module ca

Module ca 

Source
Expand description

CA-side stateless logic for NDNCERT.

CaState processes incoming protocol messages and returns responses. It is deliberately stateless with respect to the network — all in-flight requests are held in a [DashMap]. The network wiring (Producer) lives in ndn-identity.

Structs§

CaConfig
Configuration for an NDNCERT CA.
CaState
The stateless CA processor.

Functions§

deserialize_cert
Deserialize a certificate from the transport byte blob.