https://github.com/horar/openconnect
OpenConnect (mirror from official repository with pre-build MinGW binary/libraries)
https://github.com/horar/openconnect
mingw mirror openconnect
Last synced: about 2 months ago
JSON representation
OpenConnect (mirror from official repository with pre-build MinGW binary/libraries)
- Host: GitHub
- URL: https://github.com/horar/openconnect
- Owner: horar
- License: lgpl-2.1
- Created: 2016-10-19T20:45:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T21:26:42.000Z (almost 5 years ago)
- Last Synced: 2025-04-18T07:51:53.367Z (2 months ago)
- Topics: mingw, mirror, openconnect
- Language: C
- Homepage: http://www.infradead.org/openconnect/
- Size: 12.1 MB
- Stars: 23
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.LGPL
Awesome Lists containing this project
README
# OpenConnect
OpenConnect is an SSL VPN client initially created to support [Cisco's AnyConnect SSL VPN](http://www.cisco.com/go/asm).
It has since been ported to support the Juniper SSL VPN (which is now known as [Pulse Connect Secure](https://www.pulsesecure.net/products/connect-secure/)),
and the [Palo Alto Networks GlobalProtect SSL VPN](https://www.paloaltonetworks.com/features/vpn).An openconnect VPN server (ocserv), which implements an improved version of the Cisco AnyConnect protocol, has also been written.
You can find it on Gitlab at [https://gitlab.com/openconnect/ocserv](https://gitlab.com/openconnect/ocserv).## Licence
OpenConnect is released under the [GNU Lesser Public License, version 2.1](https://www.infradead.org/openconnect/licence.html).
## Documentation
Documentation for OpenConnect is built from the `www/` directory in this repository, and lives in rendered form at [https://www.infradead.org/openconnect](https://www.infradead.org/openconnect).
Commonly-sought documentation:
* [Manual](https://www.infradead.org/openconnect/manual.html)
* [Getting Started / Building](https://www.infradead.org/openconnect/building.html) (includes build instructions)
* [Contribute](https://www.infradead.org/openconnect/contribute.html)
* [Mailing list / Help](https://www.infradead.org/openconnect/mail.html)
* [GUIs / Front Ends](https://www.infradead.org/openconnect/gui.html)
* [VPN Server / ocserv](http://www.infradead.org/ocserv/)