Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: strongswan-libs0 | Distribution: openSUSE Tumbleweed |
Version: 5.9.6 | Vendor: openSUSE |
Release: 1.3 | Build date: Wed Jun 15 22:19:22 2022 |
Group: Productivity/Networking/Security | Build host: obs-power9-13 |
Size: 10459136 | Source RPM: strongswan-5.9.6-1.3.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.strongswan.org/ | |
Summary: strongSwan core libraries and basic plugins |
StrongSwan is an IPsec-based VPN solution for Linux. This package provides the strongswan library and plugins.
GPL-2.0-or-later
* Sat Apr 30 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 5.9.6 * Support for labeled IPsec with IKEv2 (draft-ietf-ipsecme-labeled-ipsec) has been added. Two modes are currently supported. * The secrets used for generating COOKIE payloads are now switched based on a time limit (2 minutes) and not the previous usage limit (10'000 generated cookies). * Actively initiating duplicate CHILD_SAs within the same IKE_SA is now largely prevented. * If the source address is unknown when initiating an IKEv2 SA, a NAT situation is now forced for IPv4 (for IPv6, NAT-T is disabled) to avoid causing asymmetric enabling of UDP-encapsulation. * The main two steps of the IKEv2 key derivation (PRF/prf+) have been modularized. In particular, prf+ is now provided by a plugin. - Drop prf-plus-modularization.patch * Wed Mar 16 2022 Marcus Meissner <meissner@suse.com> - prf-plus-modularization.patch: updated from upstream branch after certifier feedback, SKEYSEED generated via HKDF-Extract. * Thu Mar 03 2022 Marcus Meissner <meissner@suse.com> - Added prf-plus-modularization.patch that outsources the IKE key derivation to openssl. (will be merged to 5.9.6) - package the kdf config, template and plugin * Wed Jan 26 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 5.9.5 * Fixed a vulnerability in the EAP client implementation (CVE-2021-45079 bsc#1194471). * libtpmtss may now establish a secure session via RSA OAEP public key encryption or an ephemeral ECDH key exchange, respectively. * When rekeying CHILD_SAs, the old outbound SA is now uninstalled earlier on the initiator/winner. * The openssl plugin now only announces the ECDH groups actually supported by OpenSSL (determined via EC_get_builtin_curves()). * Added support for AES-CFB. * Wed Nov 24 2021 Johannes Segitz <jsegitz@suse.com> - Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_strongswan.service.patch * Mon Nov 22 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 5.9.4: * Fixed a denial-of-service vulnerability in the gmp plugin that was caused by an integer overflow when processing RSASSA-PSS signatures with very large salt lengths. This vulnerability has been registered as CVE-2021-41990. Please refer to our blog for details. (bsc#1191367) * Fixed a denial-of-service vulnerability in the in-memory certificate cache if certificates are replaced and a very large random value caused an integer overflow. This vulnerability has been registered as CVE-2021-41991. Please refer to our blog for details. (bsc#1191435) * Fixed a related flaw that caused the daemon to accept and cache an infinite number of versions of a valid certificate by modifying the parameters in the signatureAlgorithm field of the outer X.509 Certificate structure. * AUTH_LIFETIME notifies are now only sent by a responder if it can't reauthenticate the IKE_SA itself due to asymmetric authentication (i.e. EAP) or the use of virtual IPs. * Several corner cases with reauthentication have been fixed (48fbe1d, 36161fe, 0d373e2). * Serial number generation in several pki sub-commands has been fixed so they don't start with an unintended zero byte. * Loading SSH public keys via vici has been improved. * Shared secrets, PEM files, vici messages, PF_KEY messages, swanctl configs and other data is properly wiped from memory. * Use a longer dummy key to initialize HMAC instances in the openssl plugin in case it's used in FIPS-mode. * The --enable-tpm option now implies --enable-tss-tss2 as the plugin doesn't do anything without a TSS 2.0. * libtpmtss is initialized in all programs and libraries that use it. * Migrated testing scripts to Python 3. * Mon Sep 27 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 5.9.3: * Added AES-ECB, SHA-3 and SHAKE-256 support to the wolfssl plugin. * Added AES-CCM support to the openssl plugin (#353 bsc#1185363). * The x509 and the openssl plugins now consider the authorityKeyIdentifier, if available, before verifying signatures, which avoids unnecessary signature verifications after a CA key rollover if both CA certificates are loaded. The openssl plugin now does the same also for CRLs (the x509 plugin already did). * The pkcs11 plugin better handles optional attributes like CKA_TRUSTED, which previously depended on a version check. * The NetworkManager backend (charon-nm) now supports using SANs as client identities, not only full DNs (#437). * charon-tkm now handles IKE encryption. * Send a MOBIKE update again if a a change in the NAT mappings is detected but the endpoints stay the same (e143a7d). * A deadlock in the HA plugin introduced with 5.9.2 has been fixed (#456). * DSCP values are now also set for NAT keepalives. * The ike_derived_keys() hook now receives more keys but in a different order (4e29d6f). * Converted most of the test case scenarios to the vici interface. - Replace libsoup-devel with pkgconfig(libsoup-2.4) BuildRequires, as this is what really checks for. Needed as libsoup-3.0 is released. - 5.9.1 - README: added a missing " to pki example command (bsc#1167880) - fixed a libgcrypt call in FIPS mode (bsc#1180801) * Mon Sep 07 2020 Jan Engelhardt <jengelh@inai.de> - Update to release 5.9.0 * Prefer AEAD algorithms for ESP; this puts AES-GCM in a default AEAD proposal in front of the previous default proposal. * If a connection fails after getting redirected, we now restart connecting to the original host, not the one redirected to. * For peers that don't send the EAP_ONLY_AUTHENTICATION notify but still expect to use EAP-only authentication, the charon.force_eap_only_authentication option can be enabled to force this type of authentication even on non-compliant peers. * IPv6 virtual IPs are now always enumerated, ignoring the charon.prefer_temporary_addrs setting, which should fix route installation if the latter is enabled. * Tue Sep 01 2020 Jan Engelhardt <jengelh@inai.de> - Enable bypass-lan strongswan plugin * Fri May 01 2020 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 5.8.4: * In IKEv1 Quick Mode make sure that a proposal exists before determining lifetimes (fixes a crash due to a null-pointer dereference in 5.8.3). * OpenSSL currently doesn't support squeezing bytes out of a SHAKE128/256 XOF (support was added with 5.8.3) multiple times. Unfortunately, EVP_DigestFinalXOF() completely resets the context and later calls not simply fail, they cause a null-pointer dereference in libcrypto. c5c1898d73 fixes the crash at the cost of repeating initializing the whole state and allocating too much data for subsequent calls (hopefully, once the OpenSSL issue 7894 is resolved we can implement this more efficiently). * On 32-bit platforms, reading arbitrary 32-bit integers from config files (e.g. for charon.spi_min/max) has been fixed. * charon-nm now allows using fixed source ports. - Changes from version 5.8.3: * Updates for the NM plugin (and backend, which has to be updated to be compatible): + EAP-TLS authentication (#2097) + Certificate source (file, agent, smartcard) is selectable independently + Add support to configure local and remote identities (#2581) + Support configuring a custom server port (#625) + Show hint regarding password storage policy + Replaced the term "gateway" with "server" + Fixes build issues due to use of deprecated GLib macros/functions + Updated Glade file to GTK 3.2 * The NM backend now supports reauthentication and redirection. * Previously used reqids are now reallocated, which works around an issue on FreeBSD where the kernel doesn't allow the daemon to use reqids > 16383 (#2315). * On Linux, throw type routes are installed in table 220 for passthrough policies. The kernel will then fall back on routes in routing tables with lower priorities for matching traffic. This way, they require less information (e.g. no interface or source IP) and can be installed earlier and are not affected by updates. * For IKEv1, the lifetimes of the actually selected transform are returned to the initiator, which is an issue if the peer uses different lifetimes for different transforms (#3329). We now also return the correct transform and proposal IDs (proposal ID was always 0, transform ID 1). IKE_SAs are now not re-established anymore (e.g. after several retransmits) if a deletion has been queued (#3335). * Added support for Ed448 keys and certificates via openssl plugin and pki tool. * Added support for SHA-3 and SHAKE128/256 in the openssl plugin. * The use of algorithm IDs from the private use range can now be enabled globally, to use them even if no strongSwan vendor ID was exchanged (05e373aeb0). * Fixed a compiler issue that may have caused invalid keyUsage extensions in certificates (#3249). * A lot of spelling fixes. * Fixed several reported issues. - Drop 0006-Resolve-multiple-definition-of-swanctl_dir.patch: Fixed upstream. * Tue Mar 31 2020 Madhu Mohan Nelemane <mmnelemane@suse.com> - Fix to resolve multiple definitions for swanctl_dir (bsc#1164493) [+ 0006-Resolve-multiple-definition-of-swanctl_dir.patch ] * Mon Feb 17 2020 Johannes Kastl <kastl@b1-systems.de> - move file %{_datadir}/dbus-1/system.d/nm-strongswan-service.conf to strongswan-nm subpackage, as it is needed for the NetworkManager plugin that uses strongswan-nm, not strongswan-ipsec This fixes the following error: ``` Failed to initialize a plugin instance: Connection ":1.153" is not allowed to own the service "org.freedesktop.NetworkManager.strongswan" due to security policies in the configuration file ``` * Thu Jan 30 2020 Bjørn Lie <bjorn.lie@gmail.com> - Drop upstream fixed patches: * strongswan_modprobe_syslog.patch * strongswan_fipsfilter.patch * 0006-fix-compilation-error-by-adding-stdint.h.patch * Sun Jan 26 2020 Jan Engelhardt <jengelh@inai.de> - Replace %__-type macro indirections. Update homepage URL to https. * Mon Jan 06 2020 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 5.8.2 (jsc#SLE-11370): * The systemd service units have changed their name. "strongswan" is now "strongswan-starter", and "strongswan-swanctl" is now "strongswan". After installation, you need to `systemctl disable` the old name and `systemctl enable`+start the new one. * Fix CVE-2018-17540, CVE-2018-16151 and CVE-2018-16152. * boo#1109845 and boo#1107874. - Please check included NEWS file for info on what other changes that have been done in versions 5.8.2, 5.8.1 5.8.0, 5.7.2, 5.7.1 and 5.7.0. - Rebase strongswan_ipsec_service.patch. - Disable patches that need rebase or dropping: * strongswan_modprobe_syslog.patch * 0006-fix-compilation-error-by-adding-stdint.h.patch - Add conditional pkgconfig(libsystemd) BuildRequires: New dependency.
/etc/strongswan.conf /etc/strongswan.d /etc/strongswan.d/charon /etc/strongswan.d/charon-logging.conf /etc/strongswan.d/charon-systemd.conf /etc/strongswan.d/charon.conf /etc/strongswan.d/charon/addrblock.conf /etc/strongswan.d/charon/aes.conf /etc/strongswan.d/charon/af-alg.conf /etc/strongswan.d/charon/agent.conf /etc/strongswan.d/charon/attr-sql.conf /etc/strongswan.d/charon/attr.conf /etc/strongswan.d/charon/blowfish.conf /etc/strongswan.d/charon/bypass-lan.conf /etc/strongswan.d/charon/ccm.conf /etc/strongswan.d/charon/certexpire.conf /etc/strongswan.d/charon/cmac.conf /etc/strongswan.d/charon/constraints.conf /etc/strongswan.d/charon/counters.conf /etc/strongswan.d/charon/coupling.conf /etc/strongswan.d/charon/ctr.conf /etc/strongswan.d/charon/curl.conf /etc/strongswan.d/charon/curve25519.conf /etc/strongswan.d/charon/des.conf /etc/strongswan.d/charon/dhcp.conf /etc/strongswan.d/charon/dnskey.conf /etc/strongswan.d/charon/drbg.conf /etc/strongswan.d/charon/duplicheck.conf /etc/strongswan.d/charon/eap-aka-3gpp2.conf /etc/strongswan.d/charon/eap-aka.conf /etc/strongswan.d/charon/eap-dynamic.conf /etc/strongswan.d/charon/eap-gtc.conf /etc/strongswan.d/charon/eap-identity.conf /etc/strongswan.d/charon/eap-md5.conf /etc/strongswan.d/charon/eap-mschapv2.conf /etc/strongswan.d/charon/eap-peap.conf /etc/strongswan.d/charon/eap-radius.conf /etc/strongswan.d/charon/eap-sim-file.conf /etc/strongswan.d/charon/eap-sim-pcsc.conf /etc/strongswan.d/charon/eap-sim.conf /etc/strongswan.d/charon/eap-simaka-pseudonym.conf /etc/strongswan.d/charon/eap-simaka-reauth.conf /etc/strongswan.d/charon/eap-simaka-sql.conf /etc/strongswan.d/charon/eap-tls.conf /etc/strongswan.d/charon/eap-tnc.conf /etc/strongswan.d/charon/eap-ttls.conf /etc/strongswan.d/charon/farp.conf /etc/strongswan.d/charon/fips-prf.conf /etc/strongswan.d/charon/gcm.conf /etc/strongswan.d/charon/gcrypt.conf /etc/strongswan.d/charon/gmp.conf /etc/strongswan.d/charon/ha.conf /etc/strongswan.d/charon/hmac.conf /etc/strongswan.d/charon/kdf.conf /etc/strongswan.d/charon/kernel-netlink.conf /etc/strongswan.d/charon/ldap.conf /etc/strongswan.d/charon/led.conf /etc/strongswan.d/charon/md4.conf /etc/strongswan.d/charon/md5.conf /etc/strongswan.d/charon/mgf1.conf /etc/strongswan.d/charon/nonce.conf /etc/strongswan.d/charon/openssl.conf /etc/strongswan.d/charon/pem.conf /etc/strongswan.d/charon/pgp.conf /etc/strongswan.d/charon/pkcs1.conf /etc/strongswan.d/charon/pkcs11.conf /etc/strongswan.d/charon/pkcs12.conf /etc/strongswan.d/charon/pkcs7.conf /etc/strongswan.d/charon/pkcs8.conf /etc/strongswan.d/charon/pubkey.conf /etc/strongswan.d/charon/radattr.conf /etc/strongswan.d/charon/random.conf /etc/strongswan.d/charon/rc2.conf /etc/strongswan.d/charon/resolve.conf /etc/strongswan.d/charon/revocation.conf /etc/strongswan.d/charon/sha1.conf /etc/strongswan.d/charon/sha2.conf /etc/strongswan.d/charon/smp.conf /etc/strongswan.d/charon/socket-default.conf /etc/strongswan.d/charon/soup.conf /etc/strongswan.d/charon/sql.conf /etc/strongswan.d/charon/sshkey.conf /etc/strongswan.d/charon/stroke.conf /etc/strongswan.d/charon/tnc-imc.conf /etc/strongswan.d/charon/tnc-imv.conf /etc/strongswan.d/charon/tnc-pdp.conf /etc/strongswan.d/charon/tnc-tnccs.conf /etc/strongswan.d/charon/tnccs-11.conf /etc/strongswan.d/charon/tnccs-20.conf /etc/strongswan.d/charon/tnccs-dynamic.conf /etc/strongswan.d/charon/unity.conf /etc/strongswan.d/charon/updown.conf /etc/strongswan.d/charon/vici.conf /etc/strongswan.d/charon/x509.conf /etc/strongswan.d/charon/xauth-eap.conf /etc/strongswan.d/charon/xauth-generic.conf /etc/strongswan.d/charon/xauth-pam.conf /etc/strongswan.d/charon/xcbc.conf /etc/strongswan.d/imcv.conf /etc/strongswan.d/pki.conf /etc/strongswan.d/pool.conf /etc/strongswan.d/scepclient.conf /etc/strongswan.d/starter.conf /etc/strongswan.d/swanctl.conf /etc/strongswan.d/tnc.conf /usr/lib/tmpfiles.d/strongswan.conf /usr/lib64/ipsec /usr/lib64/ipsec/imcvs /usr/lib64/ipsec/imcvs/imc-scanner.so /usr/lib64/ipsec/imcvs/imc-test.so /usr/lib64/ipsec/imcvs/imv-scanner.so /usr/lib64/ipsec/imcvs/imv-test.so /usr/lib64/ipsec/libcharon.so.0 /usr/lib64/ipsec/libcharon.so.0.0.0 /usr/lib64/ipsec/libimcv.so.0 /usr/lib64/ipsec/libimcv.so.0.0.0 /usr/lib64/ipsec/libpttls.so.0 /usr/lib64/ipsec/libpttls.so.0.0.0 /usr/lib64/ipsec/libradius.so.0 /usr/lib64/ipsec/libradius.so.0.0.0 /usr/lib64/ipsec/libsimaka.so.0 /usr/lib64/ipsec/libsimaka.so.0.0.0 /usr/lib64/ipsec/libstrongswan.so.0 /usr/lib64/ipsec/libstrongswan.so.0.0.0 /usr/lib64/ipsec/libtls.so.0 /usr/lib64/ipsec/libtls.so.0.0.0 /usr/lib64/ipsec/libtnccs.so.0 /usr/lib64/ipsec/libtnccs.so.0.0.0 /usr/lib64/ipsec/libtpmtss.so /usr/lib64/ipsec/libtpmtss.so.0 /usr/lib64/ipsec/libtpmtss.so.0.0.0 /usr/lib64/ipsec/libvici.so /usr/lib64/ipsec/libvici.so.0 /usr/lib64/ipsec/libvici.so.0.0.0 /usr/lib64/ipsec/plugins /usr/lib64/ipsec/plugins/libstrongswan-addrblock.so /usr/lib64/ipsec/plugins/libstrongswan-aes.so /usr/lib64/ipsec/plugins/libstrongswan-af-alg.so /usr/lib64/ipsec/plugins/libstrongswan-agent.so /usr/lib64/ipsec/plugins/libstrongswan-attr-sql.so /usr/lib64/ipsec/plugins/libstrongswan-attr.so /usr/lib64/ipsec/plugins/libstrongswan-blowfish.so /usr/lib64/ipsec/plugins/libstrongswan-bypass-lan.so /usr/lib64/ipsec/plugins/libstrongswan-ccm.so /usr/lib64/ipsec/plugins/libstrongswan-certexpire.so /usr/lib64/ipsec/plugins/libstrongswan-cmac.so /usr/lib64/ipsec/plugins/libstrongswan-constraints.so /usr/lib64/ipsec/plugins/libstrongswan-counters.so /usr/lib64/ipsec/plugins/libstrongswan-coupling.so /usr/lib64/ipsec/plugins/libstrongswan-ctr.so /usr/lib64/ipsec/plugins/libstrongswan-curl.so /usr/lib64/ipsec/plugins/libstrongswan-curve25519.so /usr/lib64/ipsec/plugins/libstrongswan-des.so /usr/lib64/ipsec/plugins/libstrongswan-dhcp.so /usr/lib64/ipsec/plugins/libstrongswan-dnskey.so /usr/lib64/ipsec/plugins/libstrongswan-duplicheck.so /usr/lib64/ipsec/plugins/libstrongswan-eap-aka-3gpp2.so /usr/lib64/ipsec/plugins/libstrongswan-eap-aka.so /usr/lib64/ipsec/plugins/libstrongswan-eap-dynamic.so /usr/lib64/ipsec/plugins/libstrongswan-eap-gtc.so /usr/lib64/ipsec/plugins/libstrongswan-eap-identity.so /usr/lib64/ipsec/plugins/libstrongswan-eap-md5.so /usr/lib64/ipsec/plugins/libstrongswan-eap-mschapv2.so /usr/lib64/ipsec/plugins/libstrongswan-eap-peap.so /usr/lib64/ipsec/plugins/libstrongswan-eap-radius.so /usr/lib64/ipsec/plugins/libstrongswan-eap-sim-file.so /usr/lib64/ipsec/plugins/libstrongswan-eap-sim-pcsc.so /usr/lib64/ipsec/plugins/libstrongswan-eap-sim.so /usr/lib64/ipsec/plugins/libstrongswan-eap-simaka-pseudonym.so /usr/lib64/ipsec/plugins/libstrongswan-eap-simaka-reauth.so /usr/lib64/ipsec/plugins/libstrongswan-eap-simaka-sql.so /usr/lib64/ipsec/plugins/libstrongswan-eap-tls.so /usr/lib64/ipsec/plugins/libstrongswan-eap-tnc.so /usr/lib64/ipsec/plugins/libstrongswan-eap-ttls.so /usr/lib64/ipsec/plugins/libstrongswan-farp.so /usr/lib64/ipsec/plugins/libstrongswan-fips-prf.so /usr/lib64/ipsec/plugins/libstrongswan-gcm.so /usr/lib64/ipsec/plugins/libstrongswan-gcrypt.so /usr/lib64/ipsec/plugins/libstrongswan-gmp.so /usr/lib64/ipsec/plugins/libstrongswan-ha.so /usr/lib64/ipsec/plugins/libstrongswan-hmac.so /usr/lib64/ipsec/plugins/libstrongswan-kdf.so /usr/lib64/ipsec/plugins/libstrongswan-kernel-netlink.so /usr/lib64/ipsec/plugins/libstrongswan-ldap.so /usr/lib64/ipsec/plugins/libstrongswan-led.so /usr/lib64/ipsec/plugins/libstrongswan-md4.so /usr/lib64/ipsec/plugins/libstrongswan-md5.so /usr/lib64/ipsec/plugins/libstrongswan-mgf1.so /usr/lib64/ipsec/plugins/libstrongswan-nonce.so /usr/lib64/ipsec/plugins/libstrongswan-openssl.so /usr/lib64/ipsec/plugins/libstrongswan-pem.so /usr/lib64/ipsec/plugins/libstrongswan-pgp.so /usr/lib64/ipsec/plugins/libstrongswan-pkcs1.so /usr/lib64/ipsec/plugins/libstrongswan-pkcs11.so /usr/lib64/ipsec/plugins/libstrongswan-pkcs12.so /usr/lib64/ipsec/plugins/libstrongswan-pkcs7.so /usr/lib64/ipsec/plugins/libstrongswan-pkcs8.so /usr/lib64/ipsec/plugins/libstrongswan-pubkey.so /usr/lib64/ipsec/plugins/libstrongswan-radattr.so /usr/lib64/ipsec/plugins/libstrongswan-random.so /usr/lib64/ipsec/plugins/libstrongswan-rc2.so /usr/lib64/ipsec/plugins/libstrongswan-resolve.so /usr/lib64/ipsec/plugins/libstrongswan-revocation.so /usr/lib64/ipsec/plugins/libstrongswan-sha1.so /usr/lib64/ipsec/plugins/libstrongswan-sha2.so /usr/lib64/ipsec/plugins/libstrongswan-smp.so /usr/lib64/ipsec/plugins/libstrongswan-socket-default.so /usr/lib64/ipsec/plugins/libstrongswan-soup.so /usr/lib64/ipsec/plugins/libstrongswan-sql.so /usr/lib64/ipsec/plugins/libstrongswan-sshkey.so /usr/lib64/ipsec/plugins/libstrongswan-tnc-imc.so /usr/lib64/ipsec/plugins/libstrongswan-tnc-imv.so /usr/lib64/ipsec/plugins/libstrongswan-tnc-pdp.so /usr/lib64/ipsec/plugins/libstrongswan-tnc-tnccs.so /usr/lib64/ipsec/plugins/libstrongswan-tnccs-11.so /usr/lib64/ipsec/plugins/libstrongswan-tnccs-20.so /usr/lib64/ipsec/plugins/libstrongswan-tnccs-dynamic.so /usr/lib64/ipsec/plugins/libstrongswan-unity.so /usr/lib64/ipsec/plugins/libstrongswan-vici.so /usr/lib64/ipsec/plugins/libstrongswan-x509.so /usr/lib64/ipsec/plugins/libstrongswan-xauth-eap.so /usr/lib64/ipsec/plugins/libstrongswan-xauth-generic.so /usr/lib64/ipsec/plugins/libstrongswan-xauth-pam.so /usr/lib64/ipsec/plugins/libstrongswan-xcbc.so /usr/share/strongswan /usr/share/strongswan/templates /usr/share/strongswan/templates/config /usr/share/strongswan/templates/config/plugins /usr/share/strongswan/templates/config/plugins/addrblock.conf /usr/share/strongswan/templates/config/plugins/aes.conf /usr/share/strongswan/templates/config/plugins/af-alg.conf /usr/share/strongswan/templates/config/plugins/agent.conf /usr/share/strongswan/templates/config/plugins/attr-sql.conf /usr/share/strongswan/templates/config/plugins/attr.conf /usr/share/strongswan/templates/config/plugins/blowfish.conf /usr/share/strongswan/templates/config/plugins/bypass-lan.conf /usr/share/strongswan/templates/config/plugins/ccm.conf /usr/share/strongswan/templates/config/plugins/certexpire.conf /usr/share/strongswan/templates/config/plugins/cmac.conf /usr/share/strongswan/templates/config/plugins/constraints.conf /usr/share/strongswan/templates/config/plugins/counters.conf /usr/share/strongswan/templates/config/plugins/coupling.conf /usr/share/strongswan/templates/config/plugins/ctr.conf /usr/share/strongswan/templates/config/plugins/curl.conf /usr/share/strongswan/templates/config/plugins/curve25519.conf /usr/share/strongswan/templates/config/plugins/des.conf /usr/share/strongswan/templates/config/plugins/dhcp.conf /usr/share/strongswan/templates/config/plugins/dnskey.conf /usr/share/strongswan/templates/config/plugins/drbg.conf /usr/share/strongswan/templates/config/plugins/duplicheck.conf /usr/share/strongswan/templates/config/plugins/eap-aka-3gpp2.conf /usr/share/strongswan/templates/config/plugins/eap-aka.conf /usr/share/strongswan/templates/config/plugins/eap-dynamic.conf /usr/share/strongswan/templates/config/plugins/eap-gtc.conf /usr/share/strongswan/templates/config/plugins/eap-identity.conf /usr/share/strongswan/templates/config/plugins/eap-md5.conf /usr/share/strongswan/templates/config/plugins/eap-mschapv2.conf /usr/share/strongswan/templates/config/plugins/eap-peap.conf /usr/share/strongswan/templates/config/plugins/eap-radius.conf /usr/share/strongswan/templates/config/plugins/eap-sim-file.conf /usr/share/strongswan/templates/config/plugins/eap-sim-pcsc.conf /usr/share/strongswan/templates/config/plugins/eap-sim.conf /usr/share/strongswan/templates/config/plugins/eap-simaka-pseudonym.conf /usr/share/strongswan/templates/config/plugins/eap-simaka-reauth.conf /usr/share/strongswan/templates/config/plugins/eap-simaka-sql.conf /usr/share/strongswan/templates/config/plugins/eap-tls.conf /usr/share/strongswan/templates/config/plugins/eap-tnc.conf /usr/share/strongswan/templates/config/plugins/eap-ttls.conf /usr/share/strongswan/templates/config/plugins/farp.conf /usr/share/strongswan/templates/config/plugins/fips-prf.conf /usr/share/strongswan/templates/config/plugins/gcm.conf /usr/share/strongswan/templates/config/plugins/gcrypt.conf /usr/share/strongswan/templates/config/plugins/gmp.conf /usr/share/strongswan/templates/config/plugins/ha.conf /usr/share/strongswan/templates/config/plugins/hmac.conf /usr/share/strongswan/templates/config/plugins/kdf.conf /usr/share/strongswan/templates/config/plugins/kernel-netlink.conf /usr/share/strongswan/templates/config/plugins/ldap.conf /usr/share/strongswan/templates/config/plugins/led.conf /usr/share/strongswan/templates/config/plugins/md4.conf /usr/share/strongswan/templates/config/plugins/md5.conf /usr/share/strongswan/templates/config/plugins/mgf1.conf /usr/share/strongswan/templates/config/plugins/nonce.conf /usr/share/strongswan/templates/config/plugins/openssl.conf /usr/share/strongswan/templates/config/plugins/pem.conf /usr/share/strongswan/templates/config/plugins/pgp.conf /usr/share/strongswan/templates/config/plugins/pkcs1.conf /usr/share/strongswan/templates/config/plugins/pkcs11.conf /usr/share/strongswan/templates/config/plugins/pkcs12.conf /usr/share/strongswan/templates/config/plugins/pkcs7.conf /usr/share/strongswan/templates/config/plugins/pkcs8.conf /usr/share/strongswan/templates/config/plugins/pubkey.conf /usr/share/strongswan/templates/config/plugins/radattr.conf /usr/share/strongswan/templates/config/plugins/random.conf /usr/share/strongswan/templates/config/plugins/rc2.conf /usr/share/strongswan/templates/config/plugins/resolve.conf /usr/share/strongswan/templates/config/plugins/revocation.conf /usr/share/strongswan/templates/config/plugins/sha1.conf /usr/share/strongswan/templates/config/plugins/sha2.conf /usr/share/strongswan/templates/config/plugins/smp.conf /usr/share/strongswan/templates/config/plugins/socket-default.conf /usr/share/strongswan/templates/config/plugins/soup.conf /usr/share/strongswan/templates/config/plugins/sql.conf /usr/share/strongswan/templates/config/plugins/sshkey.conf /usr/share/strongswan/templates/config/plugins/stroke.conf /usr/share/strongswan/templates/config/plugins/tnc-imc.conf /usr/share/strongswan/templates/config/plugins/tnc-imv.conf /usr/share/strongswan/templates/config/plugins/tnc-pdp.conf /usr/share/strongswan/templates/config/plugins/tnc-tnccs.conf /usr/share/strongswan/templates/config/plugins/tnccs-11.conf /usr/share/strongswan/templates/config/plugins/tnccs-20.conf /usr/share/strongswan/templates/config/plugins/tnccs-dynamic.conf /usr/share/strongswan/templates/config/plugins/unity.conf /usr/share/strongswan/templates/config/plugins/updown.conf /usr/share/strongswan/templates/config/plugins/vici.conf /usr/share/strongswan/templates/config/plugins/x509.conf /usr/share/strongswan/templates/config/plugins/xauth-eap.conf /usr/share/strongswan/templates/config/plugins/xauth-generic.conf /usr/share/strongswan/templates/config/plugins/xauth-pam.conf /usr/share/strongswan/templates/config/plugins/xcbc.conf /usr/share/strongswan/templates/config/strongswan.conf /usr/share/strongswan/templates/config/strongswan.d /usr/share/strongswan/templates/config/strongswan.d/charon-logging.conf /usr/share/strongswan/templates/config/strongswan.d/charon-systemd.conf /usr/share/strongswan/templates/config/strongswan.d/charon.conf /usr/share/strongswan/templates/config/strongswan.d/imcv.conf /usr/share/strongswan/templates/config/strongswan.d/pki.conf /usr/share/strongswan/templates/config/strongswan.d/pool.conf /usr/share/strongswan/templates/config/strongswan.d/scepclient.conf /usr/share/strongswan/templates/config/strongswan.d/starter.conf /usr/share/strongswan/templates/config/strongswan.d/swanctl.conf /usr/share/strongswan/templates/config/strongswan.d/tnc.conf /usr/share/strongswan/templates/database /usr/share/strongswan/templates/database/imv /usr/share/strongswan/templates/database/imv/data.sql /usr/share/strongswan/templates/database/imv/tables.sql /usr/share/strongswan/templates/database/sql
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Aug 1 23:51:32 2022