A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

tls/tls.c

Committer:
andrewboyson
Date:
2019-07-31
Revision:
2:82268409e83f
Parent:
1:9c66a551a67e
Child:
3:e6a2c4579a4d

File content as of revision 2:82268409e83f:

#include <stdbool.h>

bool TlsTrace = true;

void TlsInit()
{
    SerCerInit();
    PriKeyInit();
    TlsPrfTest();
}