Re: [Openvpn-devel] [PATCH] Persist-key: enable persist-key option by default.

2023-05-24 Thread Frank Lichtenheld
On Tue, May 09, 2023 at 05:46:58PM +0200, Gianmarco De Gregori wrote: > This commit changes the default behavior of > the OpenVPN configuration to enable the > persist-key option by default. > > This means that all the key file content will be kept > in memory throughout the lifetime of the VPN co

[Openvpn-devel] [PATCH 2/2] Implement using --peer-fingerprint without CA certificates

2023-05-24 Thread Arne Schwabe
This is implements --peer-fingerprint command to support OpenVPN authentication without involving a PKI. The current implementation in OpenVPN for peer fingerprint has been already extensively rewritten from the original submission from Jason [1]. The commit preserved the original author since it

[Openvpn-devel] [PATCH 1/2] Revert commit 423ced962d

2023-05-24 Thread Arne Schwabe
This reverts commit 423ced962db3129b4ed551c489624faba4340652, which has Jason A. Donenfeld listed as author as the patch was based on his initial submission. We have not received permission to relicense the original patch. Change-Id: I8142753928498169032450c56d0497a5042bdc9b Signed-off-by: Arne S