strongswan 5.9.1-1ubuntu3 source package in Ubuntu

Changelog

strongswan (5.9.1-1ubuntu3) impish; urgency=medium

  * Compile the tpm plugin against the tpm2 software stack (tss2)
    (Debian packaging cherry-pick, LP: #1940079)
    - d/rules: add the --enable-tss-tss2 configure flag
    - d/control: add Build-Depends: libtss2-dev

 -- Paride Legovini <email address hidden>  Thu, 16 Sep 2021 11:40:38 +0200

Upload details

Uploaded by:
Paride Legovini
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
strongswan_5.9.1.orig.tar.bz2 4.4 MiB a337c9fb63d973b8440827755c784031648bf423b7114a04918b0b00fd42cafb
strongswan_5.9.1.orig.tar.bz2.asc 648 bytes 1ace47734b67260ece386d9f8b2ac8833e9653149af08e87e23df6b7476cf409
strongswan_5.9.1-1ubuntu3.debian.tar.xz 124.3 KiB 62945392aa5d69523344f91d7531070fbab136ec72da20bb25ef41773840fe27
strongswan_5.9.1-1ubuntu3.dsc 3.3 KiB ccfc4cd91754ea2ef633cd53c44cecfed268b36cedfde0d045e7bd28e047e74b

Available diffs

View changes file

Binary packages built by this source

charon-cmd: No summary available for charon-cmd in ubuntu impish.

No description available for charon-cmd in ubuntu impish.

charon-cmd-dbgsym: No summary available for charon-cmd-dbgsym in ubuntu impish.

No description available for charon-cmd-dbgsym in ubuntu impish.

charon-systemd: No summary available for charon-systemd in ubuntu impish.

No description available for charon-systemd in ubuntu impish.

charon-systemd-dbgsym: No summary available for charon-systemd-dbgsym in ubuntu impish.

No description available for charon-systemd-dbgsym in ubuntu impish.

libcharon-extauth-plugins: strongSwan charon library (extended authentication plugins)

 The strongSwan VPN suite uses the native IPsec stack in the standard
 Linux kernel. It supports both the IKEv1 and IKEv2 protocols.
 .
 This package provides extended authentication plugins for the charon library:
  - eap-mschapv2 (EAP-MSCHAPv2 protocol handler using passwords/NT hashes)
    Used for client side to connect to some VPN concentrators configured for
    Windows 7+ and modern OSX/iOS using IKEv2 (identify with public key,
    authenticate with MSCHAPv2).
  - xauth-generic (Generic XAuth backend that provides passwords from
    ipsec.secrets and other credential sets)
    Used for the client side to connect to VPN concentrators configured for
    Android and older OSX/iOS using IKEv1 and XAUTH (identify with public key,
    authenticate with XAUTH password).
 .
 These are the "not always, but still more commonly used" plugins, for further
 needs even more plugins can be found in the package libcharon-extra-plugins.

libcharon-extauth-plugins-dbgsym: No summary available for libcharon-extauth-plugins-dbgsym in ubuntu impish.

No description available for libcharon-extauth-plugins-dbgsym in ubuntu impish.

libcharon-extra-plugins: No summary available for libcharon-extra-plugins in ubuntu impish.

No description available for libcharon-extra-plugins in ubuntu impish.

libcharon-extra-plugins-dbgsym: No summary available for libcharon-extra-plugins-dbgsym in ubuntu impish.

No description available for libcharon-extra-plugins-dbgsym in ubuntu impish.

libstrongswan: No summary available for libstrongswan in ubuntu impish.

No description available for libstrongswan in ubuntu impish.

libstrongswan-dbgsym: debug symbols for libstrongswan
libstrongswan-extra-plugins: strongSwan utility and crypto library (extra plugins)

 The strongSwan VPN suite uses the native IPsec stack in the standard
 Linux kernel. It supports both the IKEv1 and IKEv2 protocols.
 .
 This package provides extra plugins for the strongSwan utility and
 cryptographic library.
 .
 Included plugins are:
  - af-alg [linux] (AF_ALG Linux crypto API interface, provides
    ciphers/hashers/hmac/xcbc)
  - ccm (CCM cipher mode wrapper)
  - cmac (CMAC cipher mode wrapper)
  - ctr (CTR cipher mode wrapper)
  - curl (libcurl based HTTP/FTP fetcher)
  - curve25519 (support for Diffie-Hellman group 31 using Curve25519 and
    support for the Ed25519 digital signature algorithm for IKEv2)
  - gcrypt (Crypto backend based on libgcrypt, provides
    RSA/DH/ciphers/hashers/rng)
  - ldap (LDAP fetching plugin based on libldap)
  - ntru (key exchanged based on post-quantum computer NTRU)
  - padlock (VIA padlock crypto backend, provides AES128/SHA1)
  - pkcs11 (PKCS#11 smartcard backend)
  - rdrand (High quality / high performance random source using the Intel
    rdrand instruction found on Ivy Bridge processors)
  - test-vectors (Set of test vectors for various algorithms)
 .
 Also included is the libtpmtss library adding support for TPM plugin
 (https://wiki.strongswan.org/projects/strongswan/wiki/TpmPlugin)

libstrongswan-extra-plugins-dbgsym: No summary available for libstrongswan-extra-plugins-dbgsym in ubuntu impish.

No description available for libstrongswan-extra-plugins-dbgsym in ubuntu impish.

libstrongswan-standard-plugins: No summary available for libstrongswan-standard-plugins in ubuntu impish.

No description available for libstrongswan-standard-plugins in ubuntu impish.

libstrongswan-standard-plugins-dbgsym: debug symbols for libstrongswan-standard-plugins
strongswan: No summary available for strongswan in ubuntu impish.

No description available for strongswan in ubuntu impish.

strongswan-charon: No summary available for strongswan-charon in ubuntu impish.

No description available for strongswan-charon in ubuntu impish.

strongswan-charon-dbgsym: No summary available for strongswan-charon-dbgsym in ubuntu impish.

No description available for strongswan-charon-dbgsym in ubuntu impish.

strongswan-libcharon: strongSwan charon library

 The strongSwan VPN suite uses the native IPsec stack in the standard
 Linux kernel. It supports both the IKEv1 and IKEv2 protocols.
 .
 This package contains the charon library, used by IKE client like
 strongswan-charon, strongswan-charon-cmd or strongswan-nm as well as standard
 plugins:
   - socket-default
   - counters
   - bypass-lan (disabled by default)
 .
 On Linux, it also contains the xfrmi binary which can be used on Linux 4.19+
 to create XFRM interfaces (for more information, see
 https://wiki.strongswan.org/projects/strongswan/wiki/RouteBasedVPN)

strongswan-libcharon-dbgsym: debug symbols for strongswan-libcharon
strongswan-nm: No summary available for strongswan-nm in ubuntu impish.

No description available for strongswan-nm in ubuntu impish.

strongswan-nm-dbgsym: debug symbols for strongswan-nm
strongswan-pki: strongSwan IPsec client, pki command

 The strongSwan VPN suite uses the native IPsec stack in the standard
 Linux kernel. It supports both the IKEv1 and IKEv2 protocols.
 .
 This package contains the pki tool which allows on to run a simple public key
 infrastructure.

strongswan-pki-dbgsym: debug symbols for strongswan-pki
strongswan-scepclient: No summary available for strongswan-scepclient in ubuntu impish.

No description available for strongswan-scepclient in ubuntu impish.

strongswan-scepclient-dbgsym: No summary available for strongswan-scepclient-dbgsym in ubuntu impish.

No description available for strongswan-scepclient-dbgsym in ubuntu impish.

strongswan-starter: No summary available for strongswan-starter in ubuntu impish.

No description available for strongswan-starter in ubuntu impish.

strongswan-starter-dbgsym: debug symbols for strongswan-starter
strongswan-swanctl: No summary available for strongswan-swanctl in ubuntu impish.

No description available for strongswan-swanctl in ubuntu impish.

strongswan-swanctl-dbgsym: No summary available for strongswan-swanctl-dbgsym in ubuntu impish.

No description available for strongswan-swanctl-dbgsym in ubuntu impish.