mbedTLS
mbedtls_x509write_cert
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_x509write_cert
mbedtls_x509write_cert struct
Container for writing a certificate (CRT)
Syntax
Show:
Summary
Declaration
from
x509_crt.h:131
typedef
struct
mbedtls_x509write_cert
{
int
version
;
mbedtls_mpi
serial
;
mbedtls_pk_context
*
subject_key
;
mbedtls_pk_context
*
issuer_key
;
mbedtls_asn1_named_data
*
subject
;
mbedtls_asn1_named_data
*
issuer
;
mbedtls_md_type_t
md_alg
;
char
not_before
[
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
+
1
]
;
char
not_after
[
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
+
1
]
;
mbedtls_asn1_named_data
*
extensions
;
}
mbedtls_x509write_cert
;
Fields
Field
Declared as
mbedtls_x509write_cert::version
int
mbedtls_x509write_cert::serial
mbedtls_mpi
mbedtls_x509write_cert::subject_key
mbedtls_pk_context
*
mbedtls_x509write_cert::issuer_key
mbedtls_pk_context
*
mbedtls_x509write_cert::subject
mbedtls_asn1_named_data
*
mbedtls_x509write_cert::issuer
mbedtls_asn1_named_data
*
mbedtls_x509write_cert::md_alg
mbedtls_md_type_t
mbedtls_x509write_cert::not_before
char
[
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
+
1
]
mbedtls_x509write_cert::not_after
char
[
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
+
1
]
mbedtls_x509write_cert::extensions
mbedtls_asn1_named_data
*
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
mbedtls_x509write_cert
x509_crt.h:131
mbedtls_x509write_cert
;
x509_crt.h:144
mbedtls_x509write_cert
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out