A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revisions of tls/tls-response.c

Revision Date Message Actions
24:cb43290fc439 2020-04-01 Added check so that if the client closes the TCP connection before the TLS connection is established then respond that we have finished and the TCP connection is to be closed. File  Diff  Annotate
23:e93d5529b7a6 2019-10-28 When polling for a response to an invalid session (rather than an empty one) changed from ignore to sending an error. File  Diff  Annotate
21:a6d6e26dd742 2019-10-16 Removed debug messages File  Diff  Annotate
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
16:7eeb5f6626ad 2019-10-06 Tidied up the encrypt routines File  Diff  Annotate
15:4ddb73b5fea1 2019-10-04 Tidied up the MAC padding and encryption routines 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
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