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 <bjk@luxsci.net>
This commit is contained in:
Ben Kibbey
2025-09-29 20:20:09 -07:00
committed by Wesley Gimenes
parent 9bfc5a2a74
commit 10ac81b9aa
2 changed files with 2 additions and 1 deletions

View File

@@ -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/ \

View File

@@ -70,6 +70,7 @@ mssfix
mtu_disc
mute
nice
peer_fingerprint
ping
ping_exit
ping_restart