A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
21:a6d6e26dd742
Parent:
10:e269fd7b9500
--- a/pki/ser-cer.c	Wed Oct 16 11:11:03 2019 +0000
+++ b/pki/ser-cer.c	Wed Oct 16 17:14:03 2019 +0000
@@ -39,7 +39,8 @@
     if (r < 0) return;
     
     readData();
-    
+/*
     LogF("Server certificate content - %d bytes\r\n", SerCerSize);
     LogBytesAsHex(SerCerData, SerCerSize); Log("\n\n");
+*/
 }
\ No newline at end of file