A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revisions of tls/tls-request.c

Revision Date Message Actions
19:f22327e8be7b 2019-10-15 Pulled AES128_CBC_SHA1 into its own routines to keep it apart from future work. File  Diff  Annotate
18:e3cf22ba2a06 2019-10-10 Gave the cipher part AES_128_CBC_SHA its own module. File  Diff  Annotate
17:93feb2a51d58 2019-10-10 Defined a lot of lengths eg 20 -> SHA1_HASH_LENGTH File  Diff  Annotate
14:03a0b8fd6ddc 2019-10-02 Session resume now working. TLS working quickly after the initial 5 second RSA decrypt time using the 1024 bit private key. File  Diff  Annotate
13:0a80b49a5e78 2019-09-27 Removed bug with TLS session. Unable to test as compiler has moved to v6 again (I think) File  Diff  Annotate
12:2c342345b3db 2019-09-26 Chinese remainder theorem implemented giving a useful reduction from 20s to 5s to decrypt RSA. File  Diff  Annotate
10:e269fd7b9500 2019-09-24 Got padlock and some application data through. Now need to use China remainder theorem to speed up decryption and things up and the session id to avoid having to do the decryption. File  Diff  Annotate
9:f354b4859b0b 2019-09-11 Got application data to be returned but not encrypted yet File  Diff  Annotate
8:5e66a6b4b38c 2019-09-07 Got TLS working as far as being able to verify finished message itself and to verify the MAC on the finished and the subsequent alert message. File  Diff  Annotate
7:94ef5824c3c0 2019-09-05 Client handshake is now verified File  Diff  Annotate
6:819c17738dc2 2019-09-01 Making progress - now have decryption working. File  Diff  Annotate
5:ee5489ee1117 2019-08-28 Added connection status File  Diff  Annotate
4:6a1d887f1cad 2019-08-20 Continued work to implement TLS File  Diff  Annotate
2:82268409e83f 2019-07-31 A lot of tidying. Not working yet. File  Diff  Annotate