PolarSSL v1.3.9
Data Fields
_x509_crt Struct Reference

Container for an X.509 certificate. More...

#include <x509_crt.h>

Collaboration diagram for _x509_crt:
Collaboration graph
[legend]

Data Fields

x509_buf raw
 The raw certificate data (DER). More...
 
x509_buf tbs
 The raw certificate body (DER). More...
 
int version
 The X.509 version. More...
 
x509_buf serial
 Unique id for certificate issued by a specific CA. More...
 
x509_buf sig_oid1
 Signature algorithm, e.g. More...
 
x509_buf issuer_raw
 The raw issuer data (DER). More...
 
x509_buf subject_raw
 The raw subject data (DER). More...
 
x509_name issuer
 The parsed issuer data (named information object). More...
 
x509_name subject
 The parsed subject data (named information object). More...
 
x509_time valid_from
 Start time of certificate validity. More...
 
x509_time valid_to
 End time of certificate validity. More...
 
pk_context pk
 Container for the public key context. More...
 
x509_buf issuer_id
 Optional X.509 v2/v3 issuer unique identifier. More...
 
x509_buf subject_id
 Optional X.509 v2/v3 subject unique identifier. More...
 
x509_buf v3_ext
 Optional X.509 v3 extensions. More...
 
x509_sequence subject_alt_names
 Optional list of Subject Alternative Names (Only dNSName supported). More...
 
int ext_types
 Bit string containing detected and parsed extensions. More...
 
int ca_istrue
 Optional Basic Constraint extension value: 1 if this certificate belongs to a CA, 0 otherwise. More...
 
int max_pathlen
 Optional Basic Constraint extension value: The maximum path length to the root certificate. More...
 
unsigned char key_usage
 Optional key usage extension value: See the values in x509.h. More...
 
x509_sequence ext_key_usage
 Optional list of extended key usage OIDs. More...
 
unsigned char ns_cert_type
 Optional Netscape certificate type extension value: See the values in x509.h. More...
 
x509_buf sig_oid2
 Signature algorithm. More...
 
x509_buf sig
 Signature: hash of the tbs part signed with the private key. More...
 
md_type_t sig_md
 Internal representation of the MD algorithm of the signature algorithm, e.g. More...
 
pk_type_t sig_pk
 Internal representation of the Public Key algorithm of the signature algorithm, e.g. More...
 
void * sig_opts
 Signature options to be passed to pk_verify_ext(), e.g. More...
 
struct _x509_crtnext
 Next certificate in the CA-chain. More...
 

Detailed Description

Container for an X.509 certificate.

The certificate may be chained.

Definition at line 57 of file x509_crt.h.


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