Example program to test AES-GCM functionality. Used for a workshop

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

_x509_csr Struct Reference

_x509_csr Struct Reference
[X509_module]

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

#include <x509_csr.h>

Data Fields

x509_buf raw
 The raw CSR data (DER).
x509_buf cri
 The raw CertificateRequestInfo body (DER).
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.
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 54 of file x509_csr.h.


Field Documentation

The raw CertificateRequestInfo body (DER).

Definition at line 57 of file x509_csr.h.

Container for the public key context.

Definition at line 64 of file x509_csr.h.

The raw CSR data (DER).

Definition at line 56 of file x509_csr.h.

md_type_t 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.

< 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.

The parsed subject data (named information object).

Definition at line 62 of file x509_csr.h.

The raw subject data (DER).

Definition at line 61 of file x509_csr.h.