RetroArch
Public Attributes | List of all members
mbedtls_x509_crt_profile Struct Reference

#include <x509_crt.h>

Public Attributes

uint32_t allowed_mds
 
uint32_t allowed_pks
 
uint32_t allowed_curves
 
uint32_t rsa_min_bitlen
 

Detailed Description

Security profile for certificate verification.

All lists are bitfields, built by ORing flags from MBEDTLS_X509_ID_FLAG().

Member Data Documentation

◆ allowed_curves

uint32_t mbedtls_x509_crt_profile::allowed_curves

Elliptic curves for ECDSA

◆ allowed_mds

uint32_t mbedtls_x509_crt_profile::allowed_mds

MDs for signatures

◆ allowed_pks

uint32_t mbedtls_x509_crt_profile::allowed_pks

PK algs for signatures

◆ rsa_min_bitlen

uint32_t mbedtls_x509_crt_profile::rsa_min_bitlen

Minimum size for RSA keys


The documentation for this struct was generated from the following file: