diff options
author | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2020-09-23 18:02:26 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2020-09-23 18:02:49 +0200 |
commit | f9de9fbb4c32e61acd07b79da38e5ab5d5217c6d (patch) | |
tree | e542d1ff2d6b5929fab46407543d446939095575 /net/openconnect | |
parent | ed39c2f02e1f05c40161986c6d0581f7eba58bea (diff) |
openconnect: updated description to reflect current state
Resolves: #13471
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Diffstat (limited to 'net/openconnect')
-rw-r--r-- | net/openconnect/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index 36ec25f3f..277653a1b 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -42,13 +42,15 @@ define Package/openconnect endef define Package/openconnect/description - A VPN client compatible with Cisco's AnyConnect SSL VPN, ocserv and Juniper (Pulse secure). + A VPN client compatible with several SSL VPN implementations (ocserv, Cisco AnyConnect, Juniper, Palo Alto) - OpenConnect is a client that follows the Cisco's AnyConnect SSL VPN protocol, - which is supported by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, - 2800, 3800, 7200 Series and Cisco 7301 Routers, as well as the OpenConnect - VPN server. It has later been ported to support the Juniper SSL VPN which - is now known as Pulse Connect Secure. + OpenConnect is an SSL VPN client initially created to support Cisco's + AnyConnect SSL VPN. It has since been extended to support the Pulse Connect + Secure VPN (formerly known as Juniper Network Connect or Junos Pulse) and + the Palo Alto Networks GlobalProtect SSL VPN. + + A corresponding OpenConnect VPN server implementation can be found in the + ocserv package. endef CONFIGURE_ARGS += \ |