# s2n-tls state machine graphs ## TLS 1.2 State Machine ![TLS 1.2 State Machine](images/tls12_state_machine.svg) ## TLS 1.3 State Machine ![TLS 1.3 State Machine](images/tls13_state_machine.svg) ### The above graphs can be generated by running ``` # sudo apt install graphviz if needed make STATE_MACHINE_GRAPHS=1 ```