Re: [Openvpn-devel] [PATCH] tls-crypt-v2: fix testing of inline key

2020-05-11 Thread David Sommerseth
On 10/05/2020 16:00, Antonio Quartulli wrote: > The inline logic was recently changed by commit > ("convert *_inline attributes to bool"), however the code testing a > newly created tls-crypt-v2 client key was not adapted. > > Adapt tls-crypt-v2 test routine by properly signaling when the passed >

[Openvpn-devel] [PATCH] tls-crypt-v2: fix testing of inline key

2020-05-10 Thread Antonio Quartulli
The inline logic was recently changed by commit ("convert *_inline attributes to bool"), however the code testing a newly created tls-crypt-v2 client key was not adapted. Adapt tls-crypt-v2 test routine by properly signaling when the passed key is inlined or not. Signed-off-by: Antonio Quartulli