Re: [Openvpn-devel] [PATCH 2/6] Refactor tls_crypt_v2_write_server_key_file into crypto.c

2019-01-16 Thread Steffan Karger
Hi, On 14-01-19 16:48, Arne Schwabe wrote: > From: Arne Schwabe > > This allows the method to be resued for generating other types of keys > that should also not be reused as tls-crypt/tls-auth keys. > --- > src/openvpn/crypto.c| 34 ++ > src/openvpn/crypto.h

[Openvpn-devel] [PATCH 2/6] Refactor tls_crypt_v2_write_server_key_file into crypto.c

2019-01-14 Thread Arne Schwabe
From: Arne Schwabe This allows the method to be resued for generating other types of keys that should also not be reused as tls-crypt/tls-auth keys. --- src/openvpn/crypto.c| 34 ++ src/openvpn/crypto.h| 10 ++ src/openvpn/tls_crypt.c | 30 +---