Re: [Openvpn-devel] [PATCH 1/2] Refactor to provide struct context object inside key_method_2_read()

2018-03-08 Thread David Sommerseth
On 08/03/18 15:18, Arne Schwabe wrote: > Am 31.10.16 um 13:51 schrieb David Sommerseth: >> This refactors the call chain of tls_multi_process(), tls_process() >> and key_method_2_read() so the the latter function have access >> to the struct context object. >> >> This change is needed for the

[Openvpn-devel] [PATCH 1/2] Refactor to provide struct context object inside key_method_2_read()

2016-10-31 Thread David Sommerseth
This refactors the call chain of tls_multi_process(), tls_process() and key_method_2_read() so the the latter function have access to the struct context object. This change is needed for the following patch where verify_user_pass() will need to call send_auth_failed(), which depends on direct