Searched defs:mbedtls_x509_crt (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | x509_crt.h | 53 typedef struct mbedtls_x509_crt struct 55 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */ 58 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */ 59 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */ 60 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */ 65 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ 66 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */ 68 mbedtls_x509_time valid_from; /**< Start time of certificate validity. */ 69 mbedtls_x509_time valid_to; /**< End time of certificate validity. */ 93 struct mbedtls_x509_crt *next; /**< Next certificate in the CA-chain. */ argument [all …]
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | x509_crt.c | 2619 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in x509_crt_merge_flags_with_cb() argument 2645 int mbedtls_x509_crt_verify( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify() argument 2660 int mbedtls_x509_crt_verify_with_profile( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_profile() argument 2682 int mbedtls_x509_crt_verify_restartable( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_restartable() argument
|
A D | ssl_tls.c | 7174 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_conf_verify() argument
|
Completed in 22 milliseconds