Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
mbedtls_x509_crt_profile Struct Reference
[X509_module]
Security profile for certificate verification. More...
#include <x509_crt.h>
Data Fields | |
uint32_t | allowed_mds |
MDs for signatures. | |
uint32_t | allowed_pks |
PK algs for signatures. | |
uint32_t | allowed_curves |
Elliptic curves for ECDSA. | |
uint32_t | rsa_min_bitlen |
Minimum size for RSA keys. |
Detailed Description
Security profile for certificate verification.
All lists are bitfields, built by ORing flags from MBEDTLS_X509_ID_FLAG().
Definition at line 161 of file x509_crt.h.
Field Documentation
uint32_t allowed_curves |
Elliptic curves for ECDSA.
Definition at line 165 of file x509_crt.h.
uint32_t allowed_mds |
MDs for signatures.
Definition at line 163 of file x509_crt.h.
uint32_t allowed_pks |
PK algs for signatures.
Definition at line 164 of file x509_crt.h.
uint32_t rsa_min_bitlen |
Minimum size for RSA keys.
Definition at line 166 of file x509_crt.h.
Generated on Tue Jul 12 2022 13:55:33 by
