From 10ac81b9aaf80d26bf552241291d4d15dd46188b Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Mon, 29 Sep 2025 20:20:09 -0700 Subject: [PATCH] openvpn: add peer-fingerprint support This lets the --peer-fingerprint openvpn option be parsed which requires a client TLS certificate fingerprint (colon separated SHA256 hash) to match one specified in the option argument, during authentication. Signed-off-by: Ben Kibbey --- net/openvpn/Makefile | 2 +- net/openvpn/files/openvpn.options | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 8202c2de3d..64dad4fbae 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn PKG_VERSION:=2.6.14 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:=\ https://build.openvpn.net/downloads/releases/ \ diff --git a/net/openvpn/files/openvpn.options b/net/openvpn/files/openvpn.options index ef4a920e97..5ccc33236c 100644 --- a/net/openvpn/files/openvpn.options +++ b/net/openvpn/files/openvpn.options @@ -70,6 +70,7 @@ mssfix mtu_disc mute nice +peer_fingerprint ping ping_exit ping_restart