mbedTLS + 0/6 examples
SourceVu will show references to mbedtls_x509_crt from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
mbedTLS
STM324x9I_EVAL
Applications
mbedTLS
STM324xG_EVAL
Applications
mbedTLS
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
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 Subject Alternative Names (Only dNSName supported).
int
Bit string containing detected and parsed extensions.
int
Optional Basic Constraint extension value: 1 if this certificate belongs to a CA, 0 otherwise.
int
Optional Basic Constraint extension value: The maximum path length to the root certificate. Path length is 1 higher than RFC 5280 'meaning', so 1+.
unsigned int
Optional key usage extension value: See the values in x509.h.
Optional list of extended key usage OIDs.
unsigned char
Optional Netscape certificate type extension value: See the values in x509.h.
Signature: hash of the tbs part signed with the private key.
Internal representation of the MD algorithm of the signature algorithm, e.g. MBEDTLS_MD_SHA256.
Internal representation of the Public Key algorithm of the signature algorithm, e.g. MBEDTLS_PK_RSA.
void *
Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for RSASSA-PSS.
struct mbedtls_x509_crt *
Next certificate in the CA-chain.

References

from examples