ocserv 1.2.2-1 source package in Ubuntu

Changelog

ocserv (1.2.2-1) unstable; urgency=medium

  * New upstream version 1.2.2
  * Cherry-pick patch for adding loongarch support (Closes: #1054567)

 -- Aron Xu <email address hidden>  Tue, 21 Nov 2023 10:10:06 +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_1.2.2-1.dsc 2.1 KiB 16d334c3dc74d617874ddd542226fb5e3a353eb2b5b90dc00a13282c42aa3ff1
ocserv_1.2.2.orig.tar.xz 733.9 KiB 6e3c7a2ee9e9b4d3621de66e155fd99eb02c0134b9f42cfbc86d3979e485c719
ocserv_1.2.2-1.debian.tar.xz 22.8 KiB 499d69aa2673253ae2a0c759aff257167ee1ae78f1978b7c3b7aec0da47b3e63

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