Re: [Openvpn-devel] [PATCH 1/7] Move tls_select_primary_key into its own function

2021-04-27 Thread Antonio Quartulli
Hi, On 22/04/2021 17:17, Arne Schwabe wrote: > tls_pre_encrypt mainly performs the task of selecting the primary > encryption key but also performs other minor tasks. To allow only > querying for the key that should be used for encryption extract this > part of the function into its own function.

[Openvpn-devel] [PATCH 1/7] Move tls_select_primary_key into its own function

2021-04-22 Thread Arne Schwabe
tls_pre_encrypt mainly performs the task of selecting the primary encryption key but also performs other minor tasks. To allow only querying for the key that should be used for encryption extract this part of the function into its own function. Signed-off-by: Arne Schwabe --- src/openvpn/ssl.c |