Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: explanation.txt
- Revision:
- 2:82268409e83f
- Parent:
- 0:be515c9019e3
- Child:
- 6:819c17738dc2
--- a/explanation.txt Fri Jul 26 13:49:52 2019 +0000 +++ b/explanation.txt Wed Jul 31 15:12:34 2019 +0000 @@ -11,4 +11,27 @@ keyed-hash message authentication code or hash-based message authentication code - it is a message authentication code (MAC) involving a cryptographic hash function and a secret cryptographic key. - it may be used to simultaneously verify both the data integrity and the authentication of a message - - used to sign a message with a symmetrical key \ No newline at end of file + - used to sign a message with a symmetrical key + +Full RSA handshake +=================== +ClientHello --> + <-- ServerHello + <-- Certificate + <-- ServerHelloDone +ClientKeyExchange --> +ChangeCipherSpec --> +Finished --> + <-- ChangeCipherSpec + <-- Finished + + +Short RSA handshake +=================== +ClientHello --> + <-- ServerHello + <-- ChangeCipherSpec + <-- Finished +ChangeCipherSpec --> +Finished --> + \ No newline at end of file