A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
19:f22327e8be7b
Parent:
14:03a0b8fd6ddc
--- a/explanation.txt	Thu Oct 10 15:29:05 2019 +0000
+++ b/explanation.txt	Tue Oct 15 07:26:15 2019 +0000
@@ -1,3 +1,24 @@
+Ciper and MAC keys lengths
+==========================
+
+                        Key      IV   Block
+Cipher        Type    Material  Size  Size
+------------  ------  --------  ----  -----
+NULL          Stream      0       0    N/A
+RC4_128       Stream     16       0    N/A
+3DES_EDE_CBC  Block      24       8      8
+AES_128_CBC   Block      16      16     16
+AES_256_CBC   Block      32      16     16
+
+
+MAC       Algorithm    mac_length  mac_key_length
+--------  -----------  ----------  --------------
+NULL      N/A              0             0
+MD5       HMAC-MD5        16            16
+SHA       HMAC-SHA1       20            20
+SHA256    HMAC-SHA256     32            32
+
+
 Names
 =====
 SHA