mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
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:
committed by
Wesley Gimenes
parent
9bfc5a2a74
commit
10ac81b9aa
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=openvpn
|
PKG_NAME:=openvpn
|
||||||
|
|
||||||
PKG_VERSION:=2.6.14
|
PKG_VERSION:=2.6.14
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_URL:=\
|
PKG_SOURCE_URL:=\
|
||||||
https://build.openvpn.net/downloads/releases/ \
|
https://build.openvpn.net/downloads/releases/ \
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ mssfix
|
|||||||
mtu_disc
|
mtu_disc
|
||||||
mute
|
mute
|
||||||
nice
|
nice
|
||||||
|
peer_fingerprint
|
||||||
ping
|
ping
|
||||||
ping_exit
|
ping_exit
|
||||||
ping_restart
|
ping_restart
|
||||||
|
|||||||
Reference in New Issue
Block a user