mbedTLS + 0/3 examples
SourceVu will show references to mbedtls_x509_crt from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
private_own_buffer
The raw certificate data (DER).
The raw certificate body (DER). The part that is To Be Signed.
int
The X.509 version. (1=v1, 2=v2, 3=v3).
Unique id for certificate issued by a specific CA.
Signature algorithm, e.g. sha1RSA.
The raw issuer data (DER). Used for quick comparison.
The raw subject data (DER). Used for quick comparison.
The parsed issuer data (named information object).
The parsed subject data (named information object).
Start time of certificate validity.
End time of certificate validity.
Container for the public key context.
Optional X.509 v2/v3 issuer unique identifier.
Optional X.509 v2/v3 subject unique identifier.
Optional X.509 v3 extensions.
Optional list of raw entries of Subject Alternative Names extension. These can be later parsed by mbedtls_x509_parse_subject_alt_name.
Optional X.509 v3 extension subject key identifier.
Optional X.509 v3 extension authority key identifier.
Optional list of certificate policies (Only anyPolicy is printed and enforced, however the rest of the policies are still listed).
private_ext_types
private_ca_istrue
private_max_pathlen
private_key_usage
unsigned int MBEDTLS_PRIVATE
Optional list of extended key usage OIDs.
private_ns_cert_type
unsigned char MBEDTLS_PRIVATE
private_sig
private_sig_md
private_sig_pk
private_sig_opts
struct mbedtls_x509_crt *
Next certificate in the linked list that constitutes the CA chain. \p NULL indicates the end of the list. Do not modify this field directly.
unsigned int MBEDTLS_PRIVATE(
unsigned char MBEDTLS_PRIVATE(

References

from examples