[Openvpn-devel] [PATCH] boolean short-circuit auth upon failure

2021-11-09 Thread Pete Nelson
When evaluating authentication plugins, stop further evaluation once the first failure is detected. Implementation notes: Refactoring from a switch-case to an if-else block allows the break statement to break out of the outer for loop without additional control variables. Also, moving the pr->n

[Openvpn-devel] [PATCH applied] Re: Fix error in example firewall.sh script

2021-11-09 Thread Gert Doering
Your patch has been applied to the master and release/2.5 branch (bugfix). Thanks! commit d720c5fd45d5c61b9c797172f8d6a7eaa35b959c (master) commit 6b2c423aa42a11b41f90aad8f53db71703cee2e2 (release/2.5) Author: Adrian Date: Sun Nov 7 18:40:00 2021 +0100 Fix error in example firewall.sh scr

[Openvpn-devel] [PATCH v4] [OSSL 3.0] Use TYPE_do_all_provided function for listing cipher/digest

2021-11-09 Thread Arne Schwabe
With OpenSSL 3.0 the use of nid values is deprecated and new algorithms do not even have NID values anymore. This also works nicely with providers now: openvpn --provider legacy:default --show-ciphers shows more ciphers (e.g. BF-CBC) than just openvpn --show-ciphers when compiled with Op

[Openvpn-devel] [PATCH applied] Re: README.down-root: Fix plugin module name

2021-11-09 Thread Gert Doering
Your patch has been applied to the master and release/2.5 branch (bugfix). commit 728064d1e4772af3b83ace770d20ea8c0f652274 (master) commit b01a43e3bf477973cc070b7f63f1a800d539cea1 (release/2.5) Author: Ville Skyttä Date: Sun Nov 7 19:38:05 2021 +0100 README.down-root: Fix plugin module nam

Re: [Openvpn-devel] [PATCH] README.down-root: Fix plugin module name

2021-11-09 Thread David Sommerseth
On 07/11/2021 19:38, Frank Lichtenheld wrote: From: Ville Skyttä The module name is openvpn-plugin-down-root.so, not openvpn-down-root.so. Signed-off-by: Frank Lichtenheld --- src/plugins/down-root/README.down-root | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) As part of an in

Re: [Openvpn-devel] [PATCH] Fix error in example firewall.sh script

2021-11-09 Thread David Sommerseth
On 07/11/2021 18:40, Frank Lichtenheld wrote: From: Adrian The man page says: [!] -s, --source address[/mask][,...] Signed-off-by: Frank Lichtenheld --- sample/sample-config-files/firewall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) As part of an initative to clean up the Git

Re: [Openvpn-devel] [PATCH] Fix error in example firewall.sh script

2021-11-09 Thread David Sommerseth
On 08/11/2021 13:23, Frank Lichtenheld wrote: Arne Schwabe hat am 08.11.2021 12:36 geschrieben: Am 07.11.21 um 18:40 schrieb Frank Lichtenheld: From: Adrian The man page says: [!] -s, --source address[/mask][,...] Signed-off-by: Frank Lichtenheld --- sample/sample-config-files/fire