A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Committer:
andrewboyson
Date:
Tue Sep 24 18:11:02 2019 +0000
Revision:
10:e269fd7b9500
Parent:
9:f354b4859b0b
Child:
21:a6d6e26dd742
Got padlock and some application data through. Now need to use China remainder theorem to speed up decryption and things up and the session id to avoid having to do the decryption.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 1:9c66a551a67e 1 #include <stdbool.h>
andrewboyson 8:5e66a6b4b38c 2 #include "tls.h"
andrewboyson 1:9c66a551a67e 3
andrewboyson 1:9c66a551a67e 4 bool TlsTrace = true;
andrewboyson 1:9c66a551a67e 5
andrewboyson 8:5e66a6b4b38c 6 void TlsMain()
andrewboyson 8:5e66a6b4b38c 7 {
andrewboyson 8:5e66a6b4b38c 8 TlsAsync();
andrewboyson 8:5e66a6b4b38c 9 }
andrewboyson 1:9c66a551a67e 10 void TlsInit()
andrewboyson 1:9c66a551a67e 11 {
andrewboyson 1:9c66a551a67e 12 }