mbedtls_x509_csr is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
The raw CSR data (DER).
The raw CertificateRequestInfo body (DER).
int
CSR version (1=v1).
The raw subject data (DER).
The parsed subject data (named information object).
Container for the public key context.
unsigned int
Optional key usage extension value: See the values in x509.h.
unsigned char
Optional Netscape certificate type extension value: See the values in x509.h.
Optional list of raw entries of Subject Alternative Names extension. These can be later parsed by mbedtls_x509_parse_subject_alt_name.

References