ocserv 0.12.6-1 source package in Ubuntu

Changelog

ocserv (0.12.6-1) unstable; urgency=medium

  * New upstream version 0.12.6
  * Remove patch merged upstream
  * Sync content of ocserv.conf with upstream sample.config
  * Update some default values in ocserv.conf

 -- Aron Xu <email address hidden>  Sun, 19 Jan 2020 08:52:52 +0000

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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
ocserv_0.12.6-1.dsc 1.9 KiB 0ff10d5be38ba594b92d378bb8c277634d76639eae32196cfcce0a0001b159a6
ocserv_0.12.6.orig.tar.xz 748.7 KiB b75544bbccf299a0e6b4639af516ecc3393f9f9fe22179a619a7711e80f65cec
ocserv_0.12.6-1.debian.tar.xz 65.2 KiB c49360df784877ce6ef19169c0912884b26f6ea13c337df4f07f2d2fe6e1762d

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