mbedTLS
mbedtls_x509_crt_profile
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_x509_crt_profile
mbedtls_x509_crt_profile struct
Security profile for certificate verification. All lists are bitfields, built by ORing flags from MBEDTLS_X509_ID_FLAG().
Syntax
Show:
Summary
Declaration
from
x509_crt.h:108
typedef
struct
mbedtls_x509_crt_profile
{
uint32_t
allowed_mds
;
uint32_t
allowed_pks
;
uint32_t
allowed_curves
;
uint32_t
rsa_min_bitlen
;
}
mbedtls_x509_crt_profile
;
Fields
Field
Declared as
Description
mbedtls_x509_crt_profile::allowed_mds
uint32_t
MDs for signatures.
mbedtls_x509_crt_profile::allowed_pks
uint32_t
PK algs for signatures.
mbedtls_x509_crt_profile::allowed_curves
uint32_t
Elliptic curves for ECDSA.
mbedtls_x509_crt_profile::rsa_min_bitlen
uint32_t
Minimum size for RSA keys.
Related Functions
Found 7 other functions taking a
mbedtls_x509_crt_profile
argument:
Function
Description
mbedtls_x509_crt_verify_restartable()
Restartable version of \c mbedtls_crt_verify_with_profile()
x509_profile_check_pk_alg()
x509_profile_check_key()
mbedtls_ssl_conf_cert_profile()
Set the X.509 security profile used for verification
mbedtls_x509_crt_verify_with_profile()
Verify the certificate signature according to profile
x509_profile_check_md_alg()
x509_crt_verify_chain()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out