A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Committer:
andrewboyson
Date:
Wed Jul 31 15:12:34 2019 +0000
Revision:
2:82268409e83f
Parent:
1:9c66a551a67e
Child:
3:e6a2c4579a4d
A lot of tidying. Not working yet.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 1:9c66a551a67e 1 #include <stdbool.h>
andrewboyson 1:9c66a551a67e 2
andrewboyson 1:9c66a551a67e 3 bool TlsTrace = true;
andrewboyson 1:9c66a551a67e 4
andrewboyson 1:9c66a551a67e 5 void TlsInit()
andrewboyson 1:9c66a551a67e 6 {
andrewboyson 1:9c66a551a67e 7 SerCerInit();
andrewboyson 1:9c66a551a67e 8 PriKeyInit();
andrewboyson 1:9c66a551a67e 9 TlsPrfTest();
andrewboyson 1:9c66a551a67e 10 }