Skip to content

Commit

Permalink
Merge branch 'master' of github.com:BenjaminProgram/what-happens-when
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchool committed Mar 13, 2015
2 parents 0315221 + 5cd3132 commit 7b97b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ TLS handshake
* The client verifies the server digital certificate against its list of
trusted CAs. If trust can be established based on the CA, the client
generates a string of pseudo-random bytes and encrypts this with the server's
public key. These random bytes can be used determine the symmetric key.
public key. These random bytes can be used to determine the symmetric key.

* The server decrypts the random bytes using its private key and uses these
bytes to generate its own copy of the symmetric master key.
Expand Down

0 comments on commit 7b97b50

Please sign in to comment.