mbedtls_x509_crt::subject is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_x509_crt::subject field

The parsed subject data (named information object).

Syntax

References

LocationReferrerText
x509_crt.h:66
mbedtls_x509_name subject; /**< The parsed subject data (named information object). */
x509_crt.c:979x509_crt_parse_der_core()
if( len && ( ret = mbedtls_x509_get_name( &p, p + len, &crt->subject ) ) != 0 )
x509_crt.c:1565mbedtls_x509_crt_info()
ret = mbedtls_x509_dn_gets( p, n, &crt->subject );
x509_crt.c:1937x509_crt_check_parent()
if( x509_name_cmp( &child->issuer, &parent->subject ) != 0 )
x509_crt.c:2203x509_crt_check_ee_locally_trusted()
if( x509_name_cmp( &crt->issuer, &crt->subject ) != 0 )
x509_crt.c:2368x509_crt_verify_chain()
x509_name_cmp( &child->issuer, &child->subject ) == 0 )
x509_crt.c:2451x509_crt_verify_name()
for( name = &crt->subject; name != NULL; name = name->next )
x509_crt.c:2648mbedtls_x509_crt_free()
name_cur = cert_cur->subject.next;

Data Use

Functions reading mbedtls_x509_crt::subject
mbedtls_x509_crt::subject
all items filtered out
Type of mbedtls_x509_crt::subject
mbedtls_x509_crt::subject
all items filtered out