A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Committer:
andrewboyson
Date:
Thu Jul 25 21:16:24 2019 +0000
Revision:
0:be515c9019e3
Pulled together existing modules from https and big numbers into this one. Added TLS PRF module.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:be515c9019e3 1 #include <stdio.h>
andrewboyson 0:be515c9019e3 2
andrewboyson 0:be515c9019e3 3 extern char (*Base64ReadNextCharFunctionPointer)(void);
andrewboyson 0:be515c9019e3 4 extern int Base64ReadByte(void);
andrewboyson 0:be515c9019e3 5 extern int Base64SkipLine(void);