Searched defs:mbedtls_x509_crt (Results 1 – 3 of 3) sorted by relevance
/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/ |
D | x509_crt.h | 52 typedef struct mbedtls_x509_crt struct 54 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */ 55 …_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed. */ 57 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */ 58 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */ 59 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */ 61 … mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). Used for quick comparison. */ 62 … mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). Used for quick comparison. */ 64 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ 65 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */ [all …]
|
/net-tools-3.4.0/mbedtls-2.4.0/library/ |
D | x509_crt.c | 1895 mbedtls_x509_crt *child, mbedtls_x509_crt *trust_ca, in x509_crt_verify_top() argument 2029 mbedtls_x509_crt *child, mbedtls_x509_crt *parent, in x509_crt_verify_child() argument 2163 int mbedtls_x509_crt_verify( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify() argument 2178 int mbedtls_x509_crt_verify_with_profile( mbedtls_x509_crt *crt, in mbedtls_x509_crt_verify_with_profile() argument
|
D | ssl_tls.c | 5607 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_conf_verify() argument
|