ocserv 1.2.0-1 source package in Ubuntu

Changelog

ocserv (1.2.0-1) unstable; urgency=medium

  * New upstream version 1.2.0
  * Drop all patches, merged upstream

 -- Aron Xu <email address hidden>  Wed, 16 Aug 2023 17:06:42 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
ocserv_1.2.0-1.dsc 2.1 KiB a963cd1491666e0a67968b016c92c0e0b4cbdf29935a1f6ad0479ca8b2f1d5f4
ocserv_1.2.0.orig.tar.xz 729.5 KiB 47a66e504a6b04bb04856176d78ee392ad1385d22d1670d4ed48b7b95e9dffc5
ocserv_1.2.0-1.debian.tar.xz 22.3 KiB 439f2aea5509b1c3c918c34192b8adac3d48658bb0e8e25f2723aef5ce7176e5

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