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

mbedtls_x509_crt::sig_md field

Internal representation of the MD algorithm of the signature algorithm, e.g. MBEDTLS_MD_SHA256

Syntax

References

LocationReferrerText
x509_crt.h:89
mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signature algorithm, e.g. MBEDTLS_MD_SHA256 */
ssl_srv.c:768ssl_pick_cert()
cur->cert->sig_md != MBEDTLS_MD_SHA1 )
x509_crt.c:927x509_crt_parse_der_core()
&crt->sig_md, &crt->sig_pk,
x509_crt.c:1586mbedtls_x509_crt_info()
crt->sig_md, crt->sig_opts );
x509_crt.c:1897x509_crt_check_signature()
md_info = mbedtls_md_info_from_type( child->sig_md );
x509_crt.c:1920x509_crt_check_signature()
child->sig_md, hash, mbedtls_md_get_size( md_info ),
x509_crt.c:2322x509_crt_verify_chain()
if( x509_profile_check_md_alg( profile, child->sig_md ) != 0 )

Data Use

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