[Openvpn-devel] [PATCH 1/2] Remove x509-username-fields uppercasing

2025-02-15 Thread corubba via Openvpn-devel
The uppercasing was first introduced together with the x509-username-field option in commit 935c62be, and first released with v2.2.0 in 2011. The uppercasing was later deprecated with commit f4e0ad82 and release v2.4.0 in 2016. It think it is time to finally remove it. This deprecated feature prev

[Openvpn-devel] [PATCH 2/2] Document x509-username-fields oid usage

2025-02-15 Thread corubba via Openvpn-devel
When built against OpenSSL, the parameters of the x509-username-fields option are in extract_x509_field_ssl() fed through OBJ_txt2obj() [0] which accepts "long names and short names [...] as well as numerical forms." Because of this, you can for example use `x509-username-field 2.5.4.41` to make Op

[Openvpn-devel] [S] Change in openvpn[master]: Always use a 0.0.0.0/0 default on Android instead of def1

2025-02-15 Thread cron2 (Code Review)
Attention is currently required from: flichtenheld, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/890?usp=email ) Change subject: Always use a 0.0.0.0/0 default on Android instead of def1 .

[Openvpn-devel] [XS] Change in openvpn[master]: Reconnect when TCP is on use on network-change management command

2025-02-15 Thread cron2 (Code Review)
cron2 has uploaded a new patch set (#2) to the change originally created by plaisthos. ( http://gerrit.openvpn.net/c/openvpn/+/891?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by cron2 Change subject: Reconnect when TCP is on use on network-change management

[Openvpn-devel] [PATCH applied] Re: Reconnect when TCP is on use on network-change management command

2025-02-15 Thread Gert Doering
Tab-vs-Space fixed on the fly. Your patch has been applied to the master branch. commit 43abb412dd211836086e27b55f1bcd77626ad6f2 Author: Arne Schwabe Date: Sat Feb 15 16:24:56 2025 +0100 Reconnect when TCP is on use on network-change management command Signed-off-by: Arne Schwabe

[Openvpn-devel] [XS] Change in openvpn[master]: Reconnect when TCP is on use on network-change management command

2025-02-15 Thread cron2 (Code Review)
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/891?usp=email ) Change subject: Reconnect when TCP is on use on network-change management command .. Reconnect when TCP is on use on network-change manage

[Openvpn-devel] [S] Change in openvpn[master]: [TEST-ONLY] Mess with internal logic to test epoch data

2025-02-15 Thread cron2 (Code Review)
Attention is currently required from: flichtenheld, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/818?usp=email ) Change subject: [TEST-ONLY] Mess with internal logic to test epoch data ...

[Openvpn-devel] [XS] Change in openvpn[master]: Reconnect when TCP is on use on network-change management command

2025-02-15 Thread cron2 (Code Review)
Attention is currently required from: flichtenheld, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/891?usp=email ) Change subject: Reconnect when TCP is on use on network-change management command

[Openvpn-devel] [PATCH v1] Reconnect when TCP is on use on network-change management command

2025-02-15 Thread Gert Doering
From: Arne Schwabe On some newer Android handsets, changing to a different network often does not trigger a TCP reset but continues using the old connection (e.g. using mobile connection when WiFi becomes available) Force a reconnect in these situation to have a more expected beheaviour. Change

[Openvpn-devel] [PATCH 0/2] x509-username-fields improvements

2025-02-15 Thread corubba via Openvpn-devel
This patchset contains two small improvements for the x509-username-fields option. The first patch removes the long-deprecated and only for backwards-compatibility kept uppercasing of the fieldnames. The second patch documents a long available but until now undocumented way to specify fields by the