explain why c3 an c4 are separated

This commit is contained in:
themighty1
2022-06-30 19:01:44 +03:00
parent 92c695bac2
commit 60da830782

View File

@@ -1,5 +1,9 @@
# TLS stage 3.
# Compute ghash H, gctr block, encrypted counter block - needed for Client Finished
#
# Note that circuits 3 and 4 could be combined. The reason why we keep them separate
# is to later enforce that the same AES key which is used to encrypt Client Finished
# is also used to encrypt the request to the webserver.
14 2626
2 576 704