PolarSSL v1.3.8
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).
 
x509_buf cri
 The raw CertificateRequestInfo body (DER).
 
int version
 CSR version (1=v1).
 
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.
 
void * sig_opts
 Signature options to be passed to pk_verify_ext(), e.g.
 

Detailed Description

Certificate Signing Request (CSR) structure.

Definition at line 54 of file x509_csr.h.

Field Documentation

x509_buf _x509_csr::cri

The raw CertificateRequestInfo body (DER).

Definition at line 57 of file x509_csr.h.

pk_context _x509_csr::pk

Container for the public key context.

Definition at line 64 of file x509_csr.h.

x509_buf _x509_csr::raw

The raw CSR data (DER).

Definition at line 56 of file x509_csr.h.

x509_buf _x509_csr::sig

Definition at line 67 of file x509_csr.h.

md_type_t _x509_csr::sig_md

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

POLARSSL_MD_SHA256

Definition at line 68 of file x509_csr.h.

x509_buf _x509_csr::sig_oid

Definition at line 66 of file x509_csr.h.

void* _x509_csr::sig_opts

Signature options to be passed to pk_verify_ext(), e.g.

for RSASSA-PSS

Definition at line 70 of file x509_csr.h.

pk_type_t _x509_csr::sig_pk

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

POLARSSL_PK_RSA

Definition at line 69 of file x509_csr.h.

x509_name _x509_csr::subject

The parsed subject data (named information object).

Definition at line 62 of file x509_csr.h.

x509_buf _x509_csr::subject_raw

The raw subject data (DER).

Definition at line 61 of file x509_csr.h.

int _x509_csr::version

CSR version (1=v1).

Definition at line 59 of file x509_csr.h.


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