CPSCertificate

Definitions

#include <nitroWiFi/cps.h>
typedef struct {
int certificate_len;
u8 *certificate;
} CPSCertificate;

Description

This structure defines a certificate that will be presented to the partner. Created with the make_mycert utility.

See Also

CPS_SetMyCert, CPSSslConnection

Revision History

10/24/2005 Initial version.