TLS assembles ordering, key exchange, signatures, hashing, and Finished into one checked transcript.
highlighted = computed this step
What TLS assembles
The capstone combines the earlier pieces: ordered messages, DH, RSA verification, transcript hash, and Finished.
order+DH+RSA+H+Finished
Name the exact pins
This toy run uses DH modulus 23, RSA modulus 55, shared secret 2, and final checks 64 and 70.
toy pins are exact
Name what is not modeled
NOTE: toy-modulus; no-padding; no-side-channel; no-production; never-roll-your-own. This transcript omits real TLS bytes, real certificate path validation, and AEAD record protection.
toy model, narrow claims
Summary
TLS is not magic here; it is an ordered transcript with every displayed value recomputed at the trust boundary. NOTE: toy-modulus; no-padding; no-side-channel; no-production; never-roll-your-own. Toy transcript only: not real TLS bytes, not real certificate validation, no AEAD record protection, and no security-size claims.