#include <nitroWiFi/cps.h>
void CPS_SetMyCert(CPSCertificate *c, CPSPrivateKey *k);
c |
Server certificate |
k |
Private key information |
None.
Sets own server certificate and private key information. For these pieces of information, only the pointers are saved, so they need to be kept in memory the entire time. This does not block.
2005/10/21 Initial version.
CONFIDENTIAL