The WDCInterface is is a drop-in replacement for an EthernetInterface class that allows the user to connect to the Internet with a Wistron NeWeb Corporation (WNC) M14A2A Series data module using the standard network Socket API's. This interface class is used in the AT&T Cellular IoT Starter Kit which is sold by Avnet (http://cloudconnectkits.org/product/att-cellular-iot-starter-kit).
Dependencies: WncControllerK64F
Dependents: WNCProximityMqtt Pubnub_ATT_IoT_SK_WNC_sync BluemixDemo BluemixQS ... more
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 107 of file x509_crt.h.
Field Documentation
| uint32_t allowed_curves |
Elliptic curves for ECDSA.
Definition at line 111 of file x509_crt.h.
| uint32_t allowed_mds |
MDs for signatures.
Definition at line 109 of file x509_crt.h.
| uint32_t allowed_pks |
PK algs for signatures.
Definition at line 110 of file x509_crt.h.
| uint32_t rsa_min_bitlen |
Minimum size for RSA keys.
Definition at line 112 of file x509_crt.h.
Generated on Tue Jul 12 2022 20:19:35 by
1.7.2