Re: [Openvpn-devel] [PATCH v2] Make key_state->authenticated more state machine like

2020-07-08 Thread Antonio Quartulli
Hi, On 08/07/2020 09:17, Arne Schwabe wrote: > This order the states from unauthenticated to authenticated and also > changes the comparison for KS_AUTH_FALSE from != to > > > It also add comments and documents part using the state machine > better. > > Remove a now obsolete comment and two obso

[Openvpn-devel] [PATCH v2] Make key_state->authenticated more state machine like

2020-07-08 Thread Arne Schwabe
This order the states from unauthenticated to authenticated and also changes the comparison for KS_AUTH_FALSE from != to > It also add comments and documents part using the state machine better. Remove a now obsolete comment and two obsolete ifdefs. While keeping the ifdef in ssl_verify would sav