ocserv 0.11.6-2 source package in Ubuntu

Changelog

ocserv (0.11.6-2) unstable; urgency=medium

  * Cherry pick upstream patches:
    - 0001-ocserv-fw-should-still-create-a-chain-if-restrict-us.patch
    - 0002-ocserv-fw-should-send-all-traffic-to-the-device-spec.patch
    - 0003-worker-vpn-corrected-calculation-for-MTU-via-TCP-MSS.patch
    - 0004-worker-vpn-use-TCP_INFO-on-linux-to-obtain-accurate-.patch

 -- Aron Xu <email address hidden>  Fri, 24 Mar 2017 19:34:20 +0800

Upload details

Uploaded by:
Aron Xu
Uploaded to:
Sid
Original maintainer:
Aron Xu
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocserv_0.11.6-2.dsc 1.9 KiB f63ded017985dab86579a26fcc3f906b38d5a87e47a3efb3a6fb9c5662937ca7
ocserv_0.11.6.orig.tar.xz 745.5 KiB a292389cbe80eb99d4daf964b14b2ad73d46669f85b32957dc5d6e3c2be5f5da
ocserv_0.11.6-2.debian.tar.xz 64.9 KiB b7ad751b39ed7dca8206ee44a23da9e850a319353fbb92730a54ea506a1a6ddb

Available diffs

No changes file available.

Binary packages built by this source

ocserv: 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.

ocserv-dbgsym: debug symbols for ocserv