PolarSSL v1.1.4
|
Container for an X.509 certificate. More...
#include <x509.h>
Data Fields | |
x509_buf | raw |
The raw certificate data (DER). | |
x509_buf | tbs |
The raw certificate body (DER). | |
int | version |
The X.509 version. | |
x509_buf | serial |
Unique id for certificate issued by a specific CA. | |
x509_buf | sig_oid1 |
Signature algorithm, e.g. | |
x509_buf | issuer_raw |
The raw issuer data (DER). | |
x509_buf | subject_raw |
The raw subject data (DER). | |
x509_name | issuer |
The parsed issuer data (named information object). | |
x509_name | subject |
The parsed subject data (named information object). | |
x509_time | valid_from |
Start time of certificate validity. | |
x509_time | valid_to |
End time of certificate validity. | |
x509_buf | pk_oid |
Subject public key info. | |
rsa_context | rsa |
Container for the RSA context. | |
x509_buf | issuer_id |
Optional X.509 v2/v3 issuer unique identifier. | |
x509_buf | subject_id |
Optional X.509 v2/v3 subject unique identifier. | |
x509_buf | v3_ext |
Optional X.509 v3 extensions. | |
int | ext_types |
Bit string containing detected and parsed extensions. | |
int | ca_istrue |
Optional Basic Constraint extension value: 1 if this certificate belongs to a CA, 0 otherwise. | |
int | max_pathlen |
Optional Basic Constraint extension value: The maximum path length to the root certificate. | |
unsigned char | key_usage |
Optional key usage extension value: See the values below. | |
x509_sequence | ext_key_usage |
Optional list of extended key usage OIDs. | |
unsigned char | ns_cert_type |
Optional Netscape certificate type extension value: See the values below. | |
x509_buf | sig_oid2 |
Signature algorithm. | |
x509_buf | sig |
Signature: hash of the tbs part signed with the private key. | |
int | sig_alg |
Internal representation of the signature algorithm, e.g. | |
struct _x509_cert * | next |
Next certificate in the CA-chain. |
Container for an X.509 certificate.
The certificate may be chained.
unsigned char _x509_cert::key_usage |
struct _x509_cert* _x509_cert::next |
unsigned char _x509_cert::ns_cert_type |