#include <x509_csr.h>

Certificate Signing Request (CSR) structure.
| mbedtls_x509_buf mbedtls_x509_csr::cri |
The raw CertificateRequestInfo body (DER).
| mbedtls_pk_context mbedtls_x509_csr::pk |
Container for the public key context.
| mbedtls_x509_buf mbedtls_x509_csr::raw |
The raw CSR data (DER).
| mbedtls_x509_buf mbedtls_x509_csr::sig |
| mbedtls_md_type_t mbedtls_x509_csr::sig_md |
Internal representation of the MD algorithm of the signature algorithm, e.g. MBEDTLS_MD_SHA256
| mbedtls_x509_buf mbedtls_x509_csr::sig_oid |
| void* mbedtls_x509_csr::sig_opts |
Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for RSASSA-PSS
| mbedtls_pk_type_t mbedtls_x509_csr::sig_pk |
Internal representation of the Public Key algorithm of the signature algorithm, e.g. MBEDTLS_PK_RSA
| mbedtls_x509_name mbedtls_x509_csr::subject |
The parsed subject data (named information object).
| mbedtls_x509_buf mbedtls_x509_csr::subject_raw |
The raw subject data (DER).
| int mbedtls_x509_csr::version |
CSR version (1=v1).