[Openvpn-devel] [PATCH] [OpenVPN 2.5] Allow running a default configuration with TLS libraries without BF-CBC

2022-06-03 Thread Arne Schwabe
Modern TLS libraries might drop Blowfish by default or distributions might disable Blowfish in OpenSSL/mbed TLS. We still signal OCC options with BF-CBC compatible strings. To avoid requiring BF-CBC for this, special this one usage of BF-CBC enough to avoid a hard requirement on Blowfish in the def

[Openvpn-devel] [PATCH] GitHub Actions: trigger openvpn-build GHA on success

2022-06-03 Thread Lev Stipakov
From: Lev Stipakov After successfult builds on all platforms, start openvpn-build GHA which produces Windows MSI installers. Signed-off-by: Lev Stipakov --- .github/workflows/build.yaml | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.github/workflows