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

mbedtls_x509_crt::sig_opts field

Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for RSASSA-PSS

Syntax

void *sig_opts;

References

LocationReferrerText
x509_crt.h:91
void *sig_opts; /**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for RSASSA-PSS */
x509_crt.c:928x509_crt_parse_der_core()
&crt->sig_opts ) ) != 0 )
x509_crt.c:1586mbedtls_x509_crt_info()
crt->sig_md, crt->sig_opts );
x509_crt.c:1919x509_crt_check_signature()
return( mbedtls_pk_verify_ext( child->sig_pk, child->sig_opts, &parent->pk,

Data Use

Functions reading mbedtls_x509_crt::sig_opts
mbedtls_x509_crt::sig_opts