X509Extensions Struct Reference

X.509 certificate extensions. More...

#include <x509_common.h>

Data Fields

X509OctetString raw
 
X509BasicConstraints basicConstraints
 
X509NameConstraints nameConstraints
 
X509KeyUsage keyUsage
 
X509ExtendedKeyUsage extKeyUsage
 
X509SubjectAltName subjectAltName
 
X509SubjectKeyId subjectKeyId
 
X509AuthKeyId authKeyId
 
X509CrlDistrPoints crlDistrPoints
 
X509AuthInfoAccess authInfoAccess
 
X509PkixOcspNoCheck pkixOcspNoCheck
 
X509NsCertType nsCertType
 
uint_t numCustomExtensions
 
X509Extension customExtensions [X509_MAX_CUSTOM_EXTENSIONS]
 

Detailed Description

X.509 certificate extensions.

Definition at line 995 of file x509_common.h.

Field Documentation

◆ authInfoAccess

X509AuthInfoAccess authInfoAccess

Definition at line 1006 of file x509_common.h.

◆ authKeyId

X509AuthKeyId authKeyId

Definition at line 1004 of file x509_common.h.

◆ basicConstraints

X509BasicConstraints basicConstraints

Definition at line 998 of file x509_common.h.

◆ crlDistrPoints

X509CrlDistrPoints crlDistrPoints

Definition at line 1005 of file x509_common.h.

◆ customExtensions

Definition at line 1010 of file x509_common.h.

◆ extKeyUsage

X509ExtendedKeyUsage extKeyUsage

Definition at line 1001 of file x509_common.h.

◆ keyUsage

X509KeyUsage keyUsage

Definition at line 1000 of file x509_common.h.

◆ nameConstraints

X509NameConstraints nameConstraints

Definition at line 999 of file x509_common.h.

◆ nsCertType

X509NsCertType nsCertType

Definition at line 1008 of file x509_common.h.

◆ numCustomExtensions

uint_t numCustomExtensions

Definition at line 1009 of file x509_common.h.

◆ pkixOcspNoCheck

X509PkixOcspNoCheck pkixOcspNoCheck

Definition at line 1007 of file x509_common.h.

◆ raw

Definition at line 997 of file x509_common.h.

◆ subjectAltName

X509SubjectAltName subjectAltName

Definition at line 1002 of file x509_common.h.

◆ subjectKeyId

X509SubjectKeyId subjectKeyId

Definition at line 1003 of file x509_common.h.


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