mbedtls_x509_crt_profile Struct Reference
Security profile for certificate verification.
All lists are bitfields, built by ORing flags from MBEDTLS_X509_ID_FLAG().
Definition at line 120
of file x509_crt.h
.
#include <
x509_crt.h
>
Data Fields | |
uint32_t | allowed_mds |
uint32_t | allowed_pks |
uint32_t | allowed_curves |
uint32_t | rsa_min_bitlen |
Field Documentation
uint32_t mbedtls_x509_crt_profile::allowed_curves |
Elliptic curves for ECDSA
Definition at line 124
of file x509_crt.h
.
uint32_t mbedtls_x509_crt_profile::allowed_mds |
MDs for signatures
Definition at line 122
of file x509_crt.h
.
uint32_t mbedtls_x509_crt_profile::allowed_pks |
PK algs for signatures
Definition at line 123
of file x509_crt.h
.
uint32_t mbedtls_x509_crt_profile::rsa_min_bitlen |
Minimum size for RSA keys
Definition at line 125
of file x509_crt.h
.
The documentation for this struct was generated from the following file:
x509_crt.h