A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Committer:
andrewboyson
Date:
Wed Apr 01 12:48:52 2020 +0000
Revision:
24:cb43290fc439
Parent:
2:82268409e83f
Added check so that if the client closes the TCP connection before the TLS connection is established then respond that we have finished and the TCP connection is to be closed.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 2:82268409e83f 1
andrewboyson 2:82268409e83f 2 extern void TlsLogContentType (char contentType);
andrewboyson 2:82268409e83f 3 extern void TlsLogHandshakeType (char handshakeType);
andrewboyson 2:82268409e83f 4 extern void TlsLogAlertLevel (char level);
andrewboyson 2:82268409e83f 5 extern void TlsLogAlertDescription(char description);