1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: ocserv
Section: net
Priority: optional
Maintainer: Aron Xu <aron@debian.org>
Uploaders: Mike Miller <mtmiller@debian.org>,
Shengqi Chen <harry-chen@outlook.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-movetousr,
freeradius <!nocheck !cross>,
gawk,
gnutls-bin,
gperf,
gss-ntlmssp,
haproxy <!nocheck !cross>,
ipcalc-ng,
iperf3 <!nocheck> <!cross>,
iproute2 <!nocheck !cross>,
iputils-ping <!nocheck !cross>,
libcjose-dev,
libcurl4-gnutls-dev,
libev-dev,
libgnutls28-dev (>= 3.1.10),
libhttp-parser-dev,
libjansson-dev,
libkrb5-dev,
liblz4-dev,
libmaxminddb-dev,
libnl-route-3-dev [linux-any],
libnss-wrapper,
liboath-dev,
libpam-wrapper,
libpam0g-dev,
libprotobuf-c-dev,
libradcli-dev (>= 1.2.5),
libreadline-dev,
libseccomp-dev [linux-any],
libsocket-wrapper,
libsystemd-dev,
libtalloc-dev,
libuid-wrapper,
nettle-dev,
pkgconf,
protobuf-c-compiler,
ronn,
tcpdump <!nocheck> <!cross>,
yajl-tools
Standards-Version: 4.7.0
Homepage: https://www.infradead.org/ocserv/
Vcs-Browser: https://salsa.debian.org/debian/ocserv
Vcs-Git: https://salsa.debian.org/debian/ocserv.git
Package: ocserv
Architecture: any
Pre-Depends: init-system-helpers (>= 1.54~), ${misc:Pre-Depends}
Depends: adduser, ssl-cert, ${misc:Depends}, ${shlibs:Depends}
Recommends: ca-certificates,
dnsmasq,
gnutls-bin,
iproute2,
iputils-ping | inetutils-ping,
nuttcp
Suggests: freeradius, haproxy
Description: OpenConnect VPN server compatible with Cisco AnyConnect VPN
OpenConnect server (ocserv) is an SSL VPN server. Its purpose is to be a
secure, small, fast and configurable VPN server. It implements the OpenConnect
SSL VPN protocol, and has also (currently experimental) compatibility with
clients using the AnyConnect SSL VPN protocol. The OpenConnect VPN protocol
uses the standard IETF security protocols such as TLS 1.2, and Datagram TLS to
provide the secure VPN service. The server is implemented primarily for the
GNU/Linux platform but its code is designed to be portable to other UNIX
variants as well.
.
Ocserv's main feature is isolation of the VPN users from the main VPN server
process. Each authenticated user is assigned an unprivileged worker process,
and a networking (tun) device. That not only eases the control of the resources
of each user or group of users, but also prevents privilege escalation due to
any bug on the VPN handling (worker) server. Each VPN user can be authenticated
using password, PAM, public key (in a smart card or not) or any combination of
methods.
|