A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
21:a6d6e26dd742
Parent:
17:93feb2a51d58
--- a/pki/pri-key.c	Wed Oct 16 11:11:03 2019 +0000
+++ b/pki/pri-key.c	Wed Oct 16 17:14:03 2019 +0000
@@ -109,6 +109,7 @@
     r = readData(  dq, sizeof(  dq)); if (r < 0) return;
     r = readData(invq, sizeof(invq)); if (r < 0) return;
     
+/*    
     Log("Primary key content\r\n");
     LogBytesAsHex(   v, sizeof(   v)); Log("\n\n");
     LogBytesAsHex(   n, sizeof(   n)); Log("\n\n");
@@ -119,6 +120,7 @@
     LogBytesAsHex(  dp, sizeof(  dp)); Log("\n\n");
     LogBytesAsHex(  dq, sizeof(  dq)); Log("\n\n");
     LogBytesAsHex(invq, sizeof(invq)); Log("\n\n");
+*/
 }
 int PriKeyDecryptStart(uint8_t* message) //return the slot number for the decryption
 {