#include <x509_csr.h>
Certificate Signing Request (CSR) structure.
Definition at line 51 of file x509_csr.h.
The raw CertificateRequestInfo body (DER).
Definition at line 54 of file x509_csr.h.
Container for the public key context.
Definition at line 61 of file x509_csr.h.
The raw CSR data (DER).
Definition at line 53 of file x509_csr.h.
Definition at line 64 of file x509_csr.h.
Internal representation of the MD algorithm of the signature algorithm, e.g. MBEDTLS_MD_SHA256
Definition at line 65 of file x509_csr.h.
Definition at line 63 of file x509_csr.h.
Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for RSASSA-PSS
Definition at line 67 of file x509_csr.h.
Internal representation of the Public Key algorithm of the signature algorithm, e.g. MBEDTLS_PK_RSA
Definition at line 66 of file x509_csr.h.
The parsed subject data (named information object).
Definition at line 59 of file x509_csr.h.
The raw subject data (DER).
Definition at line 58 of file x509_csr.h.
CSR version (1=v1).
Definition at line 56 of file x509_csr.h.