A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

tls/tls-log.h

Committer:
andrewboyson
Date:
2020-04-01
Revision:
24:cb43290fc439
Parent:
2:82268409e83f

File content as of revision 24:cb43290fc439:


extern void TlsLogContentType     (char contentType);
extern void TlsLogHandshakeType   (char handshakeType);
extern void TlsLogAlertLevel      (char level);
extern void TlsLogAlertDescription(char description);