Re: [Openvpn-devel] [PATCH 18/25] dco: turn supported ciphers list into a function

2022-07-05 Thread Heiko Hund
On Freitag, 24. Juni 2022 10:38:02 CEST Antonio Quartulli wrote: > Other platforms may need more complex logic to decide whether a cipher > is supported or not, therefore turn hardcoded list into a function that > can be implemented by each platform independently. > > Signed-off-by: Lev Stipakov

[Openvpn-devel] [PATCH 18/25] dco: turn supported ciphers list into a function

2022-06-24 Thread Antonio Quartulli
Other platforms may need more complex logic to decide whether a cipher is supported or not, therefore turn hardcoded list into a function that can be implemented by each platform independently. Signed-off-by: Lev Stipakov Signed-off-by: Antonio Quartulli --- src/openvpn/dco.c | 4 ++-- s