|
PolarSSL v1.3.9
|
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). | |
| 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. | |
Certificate Signing Request (CSR) structure.
Definition at line 54 of file x509_csr.h.