Home
last modified time | relevance | path

Searched refs:trust_ca (Results 1 – 2 of 2) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/library/
Dx509_crt.c1895 mbedtls_x509_crt *child, mbedtls_x509_crt *trust_ca, in x509_crt_verify_top() argument
1931 trust_ca = NULL; in x509_crt_verify_top()
1936 for( /* trust_ca */ ; trust_ca != NULL; trust_ca = trust_ca->next ) in x509_crt_verify_top()
1938 if( x509_crt_check_parent( child, trust_ca, 1, path_cnt == 0 ) != 0 ) in x509_crt_verify_top()
1947 if( child->subject_raw.len == trust_ca->subject_raw.len && in x509_crt_verify_top()
1948 memcmp( child->subject_raw.p, trust_ca->subject_raw.p, in x509_crt_verify_top()
1955 if( trust_ca->max_pathlen > 0 && in x509_crt_verify_top()
1956 trust_ca->max_pathlen < check_path_cnt - self_cnt ) in x509_crt_verify_top()
1961 if( mbedtls_x509_time_is_past( &trust_ca->valid_to ) ) in x509_crt_verify_top()
1966 if( mbedtls_x509_time_is_future( &trust_ca->valid_from ) ) in x509_crt_verify_top()
[all …]
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dx509_crt.h300 mbedtls_x509_crt *trust_ca,
334 mbedtls_x509_crt *trust_ca,