EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
certificate_meta Struct Reference

#include <cryptou.h>

Data Fields

long not_before
 
long not_after
 
char c [MAX_CERT_FIELD_SIZE]
 
char o [MAX_CERT_FIELD_SIZE]
 
char ou [MAX_CERT_FIELD_SIZE]
 
char cn [MAX_CERT_FIELD_SIZE]
 

Field Documentation

◆ c

char certificate_meta::c[MAX_CERT_FIELD_SIZE]

◆ cn

char certificate_meta::cn[MAX_CERT_FIELD_SIZE]

◆ not_after

long certificate_meta::not_after

◆ not_before

long certificate_meta::not_before

◆ o

char certificate_meta::o[MAX_CERT_FIELD_SIZE]

◆ ou

char certificate_meta::ou[MAX_CERT_FIELD_SIZE]

The documentation for this struct was generated from the following file: