diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile
index 24050b843..f313dc9ed 100644
--- a/security/openconnect/Makefile
+++ b/security/openconnect/Makefile
@@ -1,5 +1,5 @@
PLUGIN_NAME= openconnect
-PLUGIN_VERSION= 1.3.2
+PLUGIN_VERSION= 1.3.3
PLUGIN_COMMENT= OpenConnect Client
PLUGIN_DEPENDS= openconnect
PLUGIN_MAINTAINER= m.muenz@gmail.com
diff --git a/security/openconnect/pkg-descr b/security/openconnect/pkg-descr
index f34a11698..6338929ed 100644
--- a/security/openconnect/pkg-descr
+++ b/security/openconnect/pkg-descr
@@ -2,4 +2,39 @@ OpenConnect is an SSL VPN client initially created to support
Cisco's AnyConnect SSL VPN. It has since been ported to support
the Juniper SSL VPN which is now known as Pulse Connect Secure.
+
+Plugin Changelog
+================
+
+1.3.3
+
+* Enhance allowed characters in group name
+
+1.3.2
+
+* Reworked init script to better handle SIGINT
+
+1.3.1
+
+* Add non-inter option to config
+
+1.3
+
+* Add group separation
+* Allow client certificate based authentication
+
+1.2
+
+* Allow @ in user name
+* Allow upper case characters user name
+
+1.1
+
+* Add field to allow untrusted certificates via certificate hash string
+
+1.0
+
+* Initial release
+
+
WWW: http://www.infradead.org/openconnect/
diff --git a/security/openconnect/src/opnsense/mvc/app/models/OPNsense/Openconnect/General.xml b/security/openconnect/src/opnsense/mvc/app/models/OPNsense/Openconnect/General.xml
index 02adcf576..a698445cd 100644
--- a/security/openconnect/src/opnsense/mvc/app/models/OPNsense/Openconnect/General.xml
+++ b/security/openconnect/src/opnsense/mvc/app/models/OPNsense/Openconnect/General.xml
@@ -39,8 +39,8 @@
N
- /^[a-zA-Z0-9]{1,64}$/
- Only a-zA-Z0-9 are allowed.
+ /^[a-zA-Z0-9._-]{1,64}$/
+ Please provide a valid group name. Allowed characters are a-zA-Z0-9._- and it has to be 1-64 characters long.
cert