Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbedtls by
mbedtls_x509_csr Struct Reference
[X.509 module]
Certificate Signing Request (CSR) structure. More...
#include <x509_csr.h>
Data Fields | |
mbedtls_x509_buf | raw |
The raw CSR data (DER). | |
mbedtls_x509_buf | cri |
The raw CertificateRequestInfo body (DER). | |
int | version |
CSR version (1=v1). | |
mbedtls_x509_buf | subject_raw |
The raw subject data (DER). | |
mbedtls_x509_name | subject |
The parsed subject data (named information object). | |
mbedtls_pk_context | pk |
Container for the public key context. | |
mbedtls_md_type_t | sig_md |
Internal representation of the MD algorithm of the signature algorithm, e.g. | |
mbedtls_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 mbedtls_pk_verify_ext(), e.g. |
Detailed Description
Certificate Signing Request (CSR) structure.
Definition at line 50 of file x509_csr.h.
Field Documentation
The raw CertificateRequestInfo body (DER).
Definition at line 53 of file x509_csr.h.
Container for the public key context.
Definition at line 60 of file x509_csr.h.
The raw CSR data (DER).
Definition at line 52 of file x509_csr.h.
mbedtls_md_type_t sig_md |
Internal representation of the MD algorithm of the signature algorithm, e.g.
MBEDTLS_MD_SHA256
Definition at line 64 of file x509_csr.h.
void* sig_opts |
Signature options to be passed to mbedtls_pk_verify_ext(), e.g.
for RSASSA-PSS
Definition at line 66 of file x509_csr.h.
Internal representation of the Public Key algorithm of the signature algorithm, e.g.
MBEDTLS_PK_RSA
Definition at line 65 of file x509_csr.h.
The parsed subject data (named information object).
Definition at line 58 of file x509_csr.h.
The raw subject data (DER).
Definition at line 57 of file x509_csr.h.
int version |
CSR version (1=v1).
Definition at line 55 of file x509_csr.h.
Generated on Tue Jul 12 2022 17:25:45 by
