A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Committer:
andrewboyson
Date:
Tue Aug 20 14:50:48 2019 +0000
Revision:
4:6a1d887f1cad
Parent:
0:be515c9019e3
Continued work to implement TLS

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 4:6a1d887f1cad 1 #include <stdint.h>
andrewboyson 4:6a1d887f1cad 2
andrewboyson 4:6a1d887f1cad 3 extern uint8_t SerCerData[];
andrewboyson 4:6a1d887f1cad 4 extern int SerCerSize;
andrewboyson 4:6a1d887f1cad 5 extern void SerCerInit(void);