#include <x509_cert.h>
uint8 tstrX509Cert::au8SerialNo[X509_SERIAL_NO_MAX_SZ] |
X509 certificate serial number.
Referenced by Cert_DecodeTBSCertificate(), CryptoX509CertDecode(), and X509Cert_Dump().
tenuHashAlg tstrX509Cert::enuHashAlg |
Referenced by Cert_ComputeTBSCertHash(), Cert_DecodeTBSCertificate(), X509Cert_Decode(), and X509Cert_Dump().
tenuTlsSignAlg tstrX509Cert::enuSignAlg |
Referenced by Cert_DecodeSignature(), Cert_DecodeTBSCertificate(), X509Cert_Decode(), and X509Cert_Dump().
tstrMemPool* tstrX509Cert::pstrMemPool |
Referenced by Cert_ComputeTBSCertHash(), Cert_DecodeSignature(), Cert_DecodeTBSCertificate(), and X509Cert_Decode().
uint8* tstrX509Cert::pu8Hash |
Referenced by Cert_ComputeTBSCertHash().
uint8* tstrX509Cert::pu8Sig |
Referenced by Cert_DecodeSignature(), and X509Cert_Dump().
tstrSystemTime tstrX509Cert::strExpiryDate |
Referenced by Cert_DecodeValidity(), CryptoX509CertDecode(), and X509Cert_Dump().
tstrX520Name tstrX509Cert::strIssuer |
Referenced by Cert_DecodeTBSCertificate(), CryptoX509CertDecode(), and X509Cert_Dump().
tstrPublicKey tstrX509Cert::strPubKey |
Referenced by Cert_DecodeTBSCertificate(), CryptoX509CertDecode(), and X509Cert_Dump().
tstrSystemTime tstrX509Cert::strStartDate |
Referenced by Cert_DecodeValidity(), CryptoX509CertDecode(), and X509Cert_Dump().
tstrX520Name tstrX509Cert::strSubject |
Referenced by Cert_DecodeTBSCertificate(), CryptoX509CertDecode(), and X509Cert_Dump().
uint16 tstrX509Cert::u16HashSz |
Referenced by Cert_ComputeTBSCertHash().
uint16 tstrX509Cert::u16SigSz |
Referenced by Cert_DecodeSignature(), and X509Cert_Dump().
uint8 tstrX509Cert::u8SerialNumberLength |
X509 certificate serial number Length in bytes.
Referenced by Cert_DecodeTBSCertificate(), CryptoX509CertDecode(), and X509Cert_Dump().
uint8 tstrX509Cert::u8ValidityStatus |
Referenced by Cert_DecodeValidity().
uint8 tstrX509Cert::u8Version |
X509 version.
Referenced by Cert_DecodeTBSCertificate(), and X509Cert_Dump().