Skip to content

Commit

Permalink
Copy/paste error in keys calculation
Browse files Browse the repository at this point in the history
closes #5
  • Loading branch information
syncsynchalt committed Oct 17, 2018
1 parent e4811fb commit cf6f814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ <h3>Every byte of a TLS connection explained and reproduced.</h3>
This is identical to the PreMasterSecret found by the client,
therefore the following calculations will be identical.
<br/><br/>
The client then calculates 48 bytes of the MasterSecret
The server then calculates 48 bytes of the MasterSecret
from the PreMasterSecret using the following method:

<pre class="ind1">seed = "master secret" + client_random + server_random
Expand Down

0 comments on commit cf6f814

Please sign in to comment.