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

mbedtls_x509_crt::tbs field

The raw certificate body (DER). The part that is To Be Signed.

Syntax

References

LocationReferrerText
x509_crt.h:56
mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed. */
x509_crt.c:890x509_crt_parse_der_core()
crt->tbs.p = p;
x509_crt.c:900x509_crt_parse_der_core()
crt->tbs.len = end - crt->tbs.p;
x509_crt.c:1898x509_crt_check_signature()
if( mbedtls_md( md_info, child->tbs.p, child->tbs.len, hash ) != 0 )

Data Use

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