Hi, On 02/05/2021 00:35, Arne Schwabe wrote: > the socket_info->connection_establish is set through > link_socket_set_outgoing_addr when we reach FULL_SYNC. This patch > introduces a new state in context_auth that replaces the > connection_established state for TLS connections. This make the state > machine easier to understand. > > Signed-off-by: Arne Schwabe <[email protected]>
This change indeed is another step towards the TLS state machine simplification. It gives a better meaning to the various states, introducing a first concept of "order", with the first state being "offline" and the last state being "online". Acked-by: Antonio Quartulli <[email protected]> Compiled on my zoo and tested in my basic linux setup with auth and deferred-auth. Regards, -- Antonio Quartulli _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
