|
AERN: Authenticated Encrypted Relay Network 1.0.0.0a (A1)
A post quantum authenticated and encrypted proxy chain network
|
The AERN topology node structure. More...
#include <topology.h>
Data Fields | |
| char | address [AERN_CERTIFICATE_ADDRESS_SIZE] |
| uint8_t | chash [AERN_CERTIFICATE_HASH_SIZE] |
| uint8_t | serial [AERN_CERTIFICATE_SERIAL_SIZE] |
| char | issuer [AERN_CERTIFICATE_ISSUER_SIZE] |
| aern_certificate_expiration | expiration |
| aern_network_designations | designation |
The AERN topology node structure.
This structure represents a network node in the topology database.
| char address[AERN_CERTIFICATE_ADDRESS_SIZE] |
The device's network address.
| uint8_t chash[AERN_CERTIFICATE_HASH_SIZE] |
A hash of the device's certificate.
| aern_network_designations designation |
The device's topological designation.
| aern_certificate_expiration expiration |
The certificate expiration times (valid from and to).
| char issuer[AERN_CERTIFICATE_ISSUER_SIZE] |
The certificate issuer string.
| uint8_t serial[AERN_CERTIFICATE_SERIAL_SIZE] |
The certificate serial number.