PolarSSL v1.3.9
Data Fields
_x509_csr Struct Reference

Certificate Signing Request (CSR) structure. More...

#include <x509_csr.h>

Collaboration diagram for _x509_csr:
Collaboration graph
[legend]

Data Fields

x509_buf raw
 The raw CSR data (DER). More...
 
x509_buf cri
 The raw CertificateRequestInfo body (DER). More...
 
int version
 CSR version (1=v1). More...
 
x509_buf subject_raw
 The raw subject data (DER). More...
 
x509_name subject
 The parsed subject data (named information object). More...
 
pk_context pk
 Container for the public key context. More...
 
x509_buf sig_oid
 
x509_buf sig
 
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...
 

Detailed Description

Certificate Signing Request (CSR) structure.

Definition at line 54 of file x509_csr.h.


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