Andrew Boyson / crypto

Dependents:   oldheating gps motorhome heating

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