mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/openconnect: add pin-sha256 to certificate hash (#1356)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= openconnect
|
||||
PLUGIN_VERSION= 1.3.3
|
||||
PLUGIN_VERSION= 1.4.0
|
||||
PLUGIN_COMMENT= OpenConnect Client
|
||||
PLUGIN_DEPENDS= openconnect
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -6,6 +6,10 @@ the Juniper SSL VPN which is now known as Pulse Connect Secure.
|
||||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.4.0
|
||||
|
||||
* Add "pin-sha256" certificate hash
|
||||
|
||||
1.3.3
|
||||
|
||||
* Enhance allowed characters in group name
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</password>
|
||||
<servercert type="TextField">
|
||||
<Required>N</Required>
|
||||
<mask>/^[a-z0-9]{40,64}$/</mask>
|
||||
<mask>/^([a-zA-Z0-9\/\+\=]){40,64}$/u</mask>
|
||||
<ValidationMessage>Please provide a valid hash.</ValidationMessage>
|
||||
</servercert>
|
||||
<hash type="OptionField">
|
||||
@@ -35,6 +35,7 @@
|
||||
<OptionValues>
|
||||
<sha256>SHA256</sha256>
|
||||
<sha1>SHA1</sha1>
|
||||
<pin-sha256>PIN-SHA256</pin-sha256>
|
||||
</OptionValues>
|
||||
</hash>
|
||||
<group type="TextField">
|
||||
|
||||
Reference in New Issue
Block a user