_x509_csr Struct Reference
[X.509 module]

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).
x509_buf cri
 The raw CertificateRequestInfo body (DER).
int version
x509_buf subject_raw
 The raw subject data (DER).
x509_name subject
 The parsed subject data (named information object).
pk_context pk
 Container for the public key context.
x509_buf sig_oid
x509_buf sig
md_type_t sig_md
 Internal representation of the MD algorithm of the signature algorithm, e.g.
pk_type_t sig_pk
 < Internal representation of the Public Key algorithm of the signature algorithm, e.g.

Detailed Description

Certificate Signing Request (CSR) structure.

Definition at line 50 of file x509_csr.h.


Field Documentation

The raw CertificateRequestInfo body (DER).

Definition at line 53 of file x509_csr.h.

Referenced by x509_csr_parse().

Container for the public key context.

Definition at line 60 of file x509_csr.h.

Referenced by x509_csr_free(), x509_csr_info(), and x509_csr_parse().

The raw CSR data (DER).

Definition at line 52 of file x509_csr.h.

Referenced by x509_csr_free(), and x509_csr_parse().

Definition at line 63 of file x509_csr.h.

Referenced by x509_csr_parse().

Internal representation of the MD algorithm of the signature algorithm, e.g.

POLARSSL_MD_SHA256

Definition at line 64 of file x509_csr.h.

Referenced by x509_csr_parse().

Definition at line 62 of file x509_csr.h.

Referenced by x509_csr_info(), and x509_csr_parse().

< Internal representation of the Public Key algorithm of the signature algorithm, e.g.

POLARSSL_PK_RSA

Definition at line 65 of file x509_csr.h.

Referenced by x509_csr_parse().

The parsed subject data (named information object).

Definition at line 58 of file x509_csr.h.

Referenced by x509_csr_free(), x509_csr_info(), and x509_csr_parse().

The raw subject data (DER).

Definition at line 57 of file x509_csr.h.

Referenced by x509_csr_parse().

Definition at line 55 of file x509_csr.h.

Referenced by x509_csr_info(), and x509_csr_parse().


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

Generated on 9 Apr 2014 for PolarSSL v1.3.2 by  doxygen 1.6.1