A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
7:94ef5824c3c0
Parent:
6:819c17738dc2
Child:
8:5e66a6b4b38c
--- a/tls/tls-connection.h	Sun Sep 01 18:15:12 2019 +0000
+++ b/tls/tls-connection.h	Thu Sep 05 12:58:41 2019 +0000
@@ -25,6 +25,7 @@
     int                toDo;
     int                session;
     struct Sha256State handshakeHash;
+    struct Sha256State handshakeHashClient;
     bool               clientEncrypted;
     bool               serverEncrypted;
     uint8_t            clientRandom[TLS_RANDOM_SIZE];