Home
last modified time | relevance | path

Searched defs:mbedtls_x509_crt (Results 1 – 3 of 3) sorted by relevance

/mbedtls-development/include/mbedtls/
A Dx509_crt.h53 typedef struct mbedtls_x509_crt struct
57 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */
60 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */
62 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */
70 mbedtls_x509_time valid_from; /**< Start time of certificate validity. */
71 mbedtls_x509_time valid_to; /**< End time of certificate validity. */
73 mbedtls_x509_buf pk_raw;
74 mbedtls_pk_context pk; /**< Container for the public key context. */
78 mbedtls_x509_buf v3_ext; /**< Optional X.509 v3 extensions. */
101 struct mbedtls_x509_crt *next; argument
[all …]
/mbedtls-development/library/
A Dx509_crt.c3062 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in x509_crt_merge_flags_with_cb() argument
3102 static int x509_crt_verify_restartable_ca_cb( mbedtls_x509_crt *crt, in x509_crt_verify_restartable_ca_cb() argument
3190 int mbedtls_x509_crt_verify( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify() argument
3207 int mbedtls_x509_crt_verify_with_profile( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_profile() argument
3226 int mbedtls_x509_crt_verify_with_ca_cb( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_ca_cb() argument
3241 int mbedtls_x509_crt_verify_restartable( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_restartable() argument
A Dssl_tls.c3467 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_conf_verify() argument
3682 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_set_verify() argument

Completed in 19 milliseconds