Data Fields

_certinfo Struct Reference

#include <certinfo.h>

Data Fields

char * digest
char * org
char * common_name
char * email

Detailed Description

This structure contains certificate information in a structured way.

Definition at line 37 of file certinfo.h.


Field Documentation

Contains the CN (Common Name) field from the X.509 certificate

Definition at line 40 of file certinfo.h.

Contains the SHA1 fingerprint (digest) of the certificate

Definition at line 38 of file certinfo.h.

Contains the emailAddress field from the X.509 certificate

Definition at line 41 of file certinfo.h.

Contains the O (organisation) field from the X.509 certificate

Definition at line 39 of file certinfo.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines