ReactOS
0.4.15-dev-5606-gf34e425
|
#include <x509_csr.h>
Certificate Signing Request (CSR) structure.
Definition at line 76 of file x509_csr.h.
mbedtls_x509_buf mbedtls_x509_csr::cri |
The raw CertificateRequestInfo body (DER).
Definition at line 79 of file x509_csr.h.
mbedtls_pk_context mbedtls_x509_csr::pk |
Container for the public key context.
Definition at line 86 of file x509_csr.h.
mbedtls_x509_buf mbedtls_x509_csr::raw |
The raw CSR data (DER).
Definition at line 78 of file x509_csr.h.
mbedtls_x509_buf mbedtls_x509_csr::sig |
Definition at line 89 of file x509_csr.h.
mbedtls_md_type_t mbedtls_x509_csr::sig_md |
Internal representation of the MD algorithm of the signature algorithm, e.g. MBEDTLS_MD_SHA256
Definition at line 90 of file x509_csr.h.
mbedtls_x509_buf mbedtls_x509_csr::sig_oid |
Definition at line 88 of file x509_csr.h.
void* mbedtls_x509_csr::sig_opts |
Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for RSASSA-PSS
Definition at line 92 of file x509_csr.h.
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
Definition at line 91 of file x509_csr.h.
mbedtls_x509_name mbedtls_x509_csr::subject |
The parsed subject data (named information object).
Definition at line 84 of file x509_csr.h.
mbedtls_x509_buf mbedtls_x509_csr::subject_raw |
The raw subject data (DER).
Definition at line 83 of file x509_csr.h.
int mbedtls_x509_csr::version |
CSR version (1=v1).
Definition at line 81 of file x509_csr.h.