How To Install strongswan on Fedora 34

strongswan is An OpenSource IPsec-based VPN and TNC solution

Introduction

In this tutorial we learn how to install strongswan on Fedora 34.

What is strongswan

The strongSwan IPsec implementation supports both the IKEv1 and IKEv2 key exchange protocols in conjunction with the native NETKEY IPsec stack of the Linux kernel.

We can use yum or dnf to install strongswan on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install strongswan.

Install strongswan on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install strongswan using dnf by running the following command:

sudo dnf -y install strongswan

Install strongswan on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install strongswan using yum by running the following command:

sudo yum -y install strongswan

How To Uninstall strongswan on Fedora 34

To uninstall only the strongswan package we can use the following command:

sudo dnf remove strongswan

strongswan Package Contents on Fedora 34

/etc/strongswan
/etc/strongswan/ipsec.conf
/etc/strongswan/ipsec.d
/etc/strongswan/ipsec.d/aacerts
/etc/strongswan/ipsec.d/acerts
/etc/strongswan/ipsec.d/cacerts
/etc/strongswan/ipsec.d/certs
/etc/strongswan/ipsec.d/crls
/etc/strongswan/ipsec.d/ocspcerts
/etc/strongswan/ipsec.d/private
/etc/strongswan/ipsec.d/reqs
/etc/strongswan/ipsec.secrets
/etc/strongswan/strongswan.conf
/etc/strongswan/strongswan.d
/etc/strongswan/strongswan.d/aikgen.conf
/etc/strongswan/strongswan.d/attest.conf
/etc/strongswan/strongswan.d/charon
/etc/strongswan/strongswan.d/charon-logging.conf
/etc/strongswan/strongswan.d/charon-systemd.conf
/etc/strongswan/strongswan.d/charon.conf
/etc/strongswan/strongswan.d/charon/acert.conf
/etc/strongswan/strongswan.d/charon/aes.conf
/etc/strongswan/strongswan.d/charon/aesni.conf
/etc/strongswan/strongswan.d/charon/attr.conf
/etc/strongswan/strongswan.d/charon/bypass-lan.conf
/etc/strongswan/strongswan.d/charon/ccm.conf
/etc/strongswan/strongswan.d/charon/chapoly.conf
/etc/strongswan/strongswan.d/charon/cmac.conf
/etc/strongswan/strongswan.d/charon/constraints.conf
/etc/strongswan/strongswan.d/charon/counters.conf
/etc/strongswan/strongswan.d/charon/ctr.conf
/etc/strongswan/strongswan.d/charon/curl.conf
/etc/strongswan/strongswan.d/charon/curve25519.conf
/etc/strongswan/strongswan.d/charon/des.conf
/etc/strongswan/strongswan.d/charon/dhcp.conf
/etc/strongswan/strongswan.d/charon/dnskey.conf
/etc/strongswan/strongswan.d/charon/drbg.conf
/etc/strongswan/strongswan.d/charon/duplicheck.conf
/etc/strongswan/strongswan.d/charon/eap-aka-3gpp.conf
/etc/strongswan/strongswan.d/charon/eap-aka-3gpp2.conf
/etc/strongswan/strongswan.d/charon/eap-aka.conf
/etc/strongswan/strongswan.d/charon/eap-dynamic.conf
/etc/strongswan/strongswan.d/charon/eap-gtc.conf
/etc/strongswan/strongswan.d/charon/eap-identity.conf
/etc/strongswan/strongswan.d/charon/eap-md5.conf
/etc/strongswan/strongswan.d/charon/eap-mschapv2.conf
/etc/strongswan/strongswan.d/charon/eap-peap.conf
/etc/strongswan/strongswan.d/charon/eap-radius.conf
/etc/strongswan/strongswan.d/charon/eap-sim-file.conf
/etc/strongswan/strongswan.d/charon/eap-sim.conf
/etc/strongswan/strongswan.d/charon/eap-tls.conf
/etc/strongswan/strongswan.d/charon/eap-tnc.conf
/etc/strongswan/strongswan.d/charon/eap-ttls.conf
/etc/strongswan/strongswan.d/charon/ext-auth.conf
/etc/strongswan/strongswan.d/charon/farp.conf
/etc/strongswan/strongswan.d/charon/fips-prf.conf
/etc/strongswan/strongswan.d/charon/gcm.conf
/etc/strongswan/strongswan.d/charon/gcrypt.conf
/etc/strongswan/strongswan.d/charon/gmp.conf
/etc/strongswan/strongswan.d/charon/ha.conf
/etc/strongswan/strongswan.d/charon/hmac.conf
/etc/strongswan/strongswan.d/charon/ipseckey.conf
/etc/strongswan/strongswan.d/charon/kernel-libipsec.conf
/etc/strongswan/strongswan.d/charon/kernel-netlink.conf
/etc/strongswan/strongswan.d/charon/led.conf
/etc/strongswan/strongswan.d/charon/md4.conf
/etc/strongswan/strongswan.d/charon/md5.conf
/etc/strongswan/strongswan.d/charon/mgf1.conf
/etc/strongswan/strongswan.d/charon/newhope.conf
/etc/strongswan/strongswan.d/charon/nonce.conf
/etc/strongswan/strongswan.d/charon/openssl.conf
/etc/strongswan/strongswan.d/charon/pem.conf
/etc/strongswan/strongswan.d/charon/pgp.conf
/etc/strongswan/strongswan.d/charon/pkcs1.conf
/etc/strongswan/strongswan.d/charon/pkcs11.conf
/etc/strongswan/strongswan.d/charon/pkcs12.conf
/etc/strongswan/strongswan.d/charon/pkcs7.conf
/etc/strongswan/strongswan.d/charon/pkcs8.conf
/etc/strongswan/strongswan.d/charon/pubkey.conf
/etc/strongswan/strongswan.d/charon/random.conf
/etc/strongswan/strongswan.d/charon/rc2.conf
/etc/strongswan/strongswan.d/charon/resolve.conf
/etc/strongswan/strongswan.d/charon/revocation.conf
/etc/strongswan/strongswan.d/charon/sha1.conf
/etc/strongswan/strongswan.d/charon/sha2.conf
/etc/strongswan/strongswan.d/charon/socket-default.conf
/etc/strongswan/strongswan.d/charon/sql.conf
/etc/strongswan/strongswan.d/charon/sqlite.conf
/etc/strongswan/strongswan.d/charon/sshkey.conf
/etc/strongswan/strongswan.d/charon/stroke.conf
/etc/strongswan/strongswan.d/charon/tnc-ifmap.conf
/etc/strongswan/strongswan.d/charon/tnc-imc.conf
/etc/strongswan/strongswan.d/charon/tnc-imv.conf
/etc/strongswan/strongswan.d/charon/tnc-pdp.conf
/etc/strongswan/strongswan.d/charon/tnc-tnccs.conf
/etc/strongswan/strongswan.d/charon/tnccs-11.conf
/etc/strongswan/strongswan.d/charon/tnccs-20.conf
/etc/strongswan/strongswan.d/charon/tnccs-dynamic.conf
/etc/strongswan/strongswan.d/charon/tpm.conf
/etc/strongswan/strongswan.d/charon/unity.conf
/etc/strongswan/strongswan.d/charon/updown.conf
/etc/strongswan/strongswan.d/charon/vici.conf
/etc/strongswan/strongswan.d/charon/x509.conf
/etc/strongswan/strongswan.d/charon/xauth-eap.conf
/etc/strongswan/strongswan.d/charon/xauth-generic.conf
/etc/strongswan/strongswan.d/charon/xauth-noauth.conf
/etc/strongswan/strongswan.d/charon/xauth-pam.conf
/etc/strongswan/strongswan.d/charon/xcbc.conf
/etc/strongswan/strongswan.d/imcv.conf
/etc/strongswan/strongswan.d/pki.conf
/etc/strongswan/strongswan.d/scepclient.conf
/etc/strongswan/strongswan.d/sec-updater.conf
/etc/strongswan/strongswan.d/starter.conf
/etc/strongswan/strongswan.d/swanctl.conf
/etc/strongswan/strongswan.d/tnc.conf
/etc/strongswan/swanctl
/etc/strongswan/swanctl/bliss
/etc/strongswan/swanctl/conf.d
/etc/strongswan/swanctl/ecdsa
/etc/strongswan/swanctl/pkcs12
/etc/strongswan/swanctl/pkcs8
/etc/strongswan/swanctl/private
/etc/strongswan/swanctl/pubkey
/etc/strongswan/swanctl/rsa
/etc/strongswan/swanctl/swanctl.conf
/etc/strongswan/swanctl/x509
/etc/strongswan/swanctl/x509aa
/etc/strongswan/swanctl/x509ac
/etc/strongswan/swanctl/x509ca
/etc/strongswan/swanctl/x509crl
/etc/strongswan/swanctl/x509ocsp
/run/strongswan
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/7a7f85374608ad2e9bd2f2e7c0630c3882ba60
/usr/lib/.build-id/02
/usr/lib/.build-id/02/a8580a457db45508f287cfa02f785db4ad573a
/usr/lib/.build-id/03
/usr/lib/.build-id/03/cb2bb22a2b0472f333a88395c84b36bd105f95
/usr/lib/.build-id/05
/usr/lib/.build-id/05/19a98a316ce72562a7d990626b348100ed365c
/usr/lib/.build-id/08
/usr/lib/.build-id/08/6b5d9445cc2ec96e8321b214056f2877c28208
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/91764eb161185cca126f3134afe580f9d204b4
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/2a05c163a7fc67097333f0b0a66316ebcd609d
/usr/lib/.build-id/10
/usr/lib/.build-id/10/f21ce712e65c52a4631a17c87d77eb61d611c2
/usr/lib/.build-id/12
/usr/lib/.build-id/12/a4fe6cf21417d5d62596818641e011e966c511
/usr/lib/.build-id/17
/usr/lib/.build-id/17/43240427405957b8bfbf6de9b9c5bca2ec3965
/usr/lib/.build-id/18
/usr/lib/.build-id/18/3d43c65ff746d19209eeb62d0ad1822920841b
/usr/lib/.build-id/19
/usr/lib/.build-id/19/40df75fec63df078056db5be5ad34612046980
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/006a51bac27dd64e3b64c86e768126b9e64cec
/usr/lib/.build-id/1c/c83f7ac830dd0412e18c653168fdfc22a2b6a7
/usr/lib/.build-id/1c/ed6ca4d5ecf301e4124744f77d2db7cdae2802
/usr/lib/.build-id/21
/usr/lib/.build-id/21/ec097d828b864070498de4a07e550333f320a4
/usr/lib/.build-id/24
/usr/lib/.build-id/24/ae65a6d4f4778e3dccf293e76168231851d7f1
/usr/lib/.build-id/26
/usr/lib/.build-id/26/579932ce934d877f8ba95d1282d4102845c5c9
/usr/lib/.build-id/29
/usr/lib/.build-id/29/834fe01a18969ff91471244d14a649ea2d6ddd
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/5ef5b09d61f4bc1459af24e30c2513aff46314
/usr/lib/.build-id/2a/6f93d22d14e5b52c9aee4a6a8561980cee50e6
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/23e697a5d7f9f35932cbfbba2f1d4171d2b67c
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/ce8ba72715aa7fbf6c646adcce12a31b63daa4
/usr/lib/.build-id/2c/f9fbb25ada0e8b78a5bd73f580aa1249f3cf59
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/5aff12923d2eff0715d9e8616e1d7e77ac0ff5
/usr/lib/.build-id/2d/a612e64e76f1d69f29a4146d8c7b8194d78481
/usr/lib/.build-id/2d/eee941311c87f1e04b867c74b5d3ac515305ec
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/453beac97114e0f120df57dba8a56c8c82d598
/usr/lib/.build-id/38
/usr/lib/.build-id/38/8706e6ddce090a8c97fa27928a17ce0254a002
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/d064a85bf863834cd14d1b24b39507a6bb7fda
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/389d675691d22aafb2eb592e4033ae0f3eb527
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/f3cd30873d3ee4afb23cddae33029f25a010d6
/usr/lib/.build-id/42
/usr/lib/.build-id/42/d82f94ddc3e0b35492556cb3aff7efa1172742
/usr/lib/.build-id/44
/usr/lib/.build-id/44/6f46b7bcbf31c1cf470b923d7d2c2e7b99eed2
/usr/lib/.build-id/45
/usr/lib/.build-id/45/8806a3d9d883b3337640846986000fbf6f69e0
/usr/lib/.build-id/46
/usr/lib/.build-id/46/04d6670445f63f7ab75916f01899b5c7abfeab
/usr/lib/.build-id/46/0d04f0fc955cf805d27fce8998055bf75dedd0
/usr/lib/.build-id/47
/usr/lib/.build-id/47/6d5f34c2cd4544f67505e8bb7c9de2cf8738f3
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/c0827179e2571be87f5380aa29c727b3446a11
/usr/lib/.build-id/51
/usr/lib/.build-id/51/ca7a0a2e356045b54edc87cdbc0a3bbbdcdc44
/usr/lib/.build-id/52
/usr/lib/.build-id/52/9930a749cd518b6014d26921dc5ae98dfb98ad
/usr/lib/.build-id/54
/usr/lib/.build-id/54/e3369c650fe0edf0fc9cd5dd85eb04d0678c5c
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/53c28f99db49c7f9f22ae28de974d42b3767e5
/usr/lib/.build-id/5c/5b5966d6ecb82517f0c98f6150a8eb9cc122e6
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/713553cf5414809409c224c80dac814982e6bd
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/b274b7cfa926875e5fd27bdfc9fc3ccd4c3eab
/usr/lib/.build-id/61
/usr/lib/.build-id/61/41a0fbc64359045099e4919e45a4a3feba3954
/usr/lib/.build-id/62
/usr/lib/.build-id/62/58fa4b6689602396c3df172c9d6551c8a8bfb3
/usr/lib/.build-id/62/606fbda4d80c8913bf75d4201ae117f137bb96
/usr/lib/.build-id/63
/usr/lib/.build-id/63/5fc54b56dadf3dbd1a4afb699ea54a63924f76
/usr/lib/.build-id/69
/usr/lib/.build-id/69/dcb75ea48a3da266e88fe6aff70d9e0e4d71d6
/usr/lib/.build-id/73
/usr/lib/.build-id/73/884bd8a25e55f1c063e3c0c9cc5bc339002ac8
/usr/lib/.build-id/74
/usr/lib/.build-id/74/c33c23e6f1a67c835765beea02ab9d1ebdf674
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/ec4b79ac41c9fdf8d45a61c3925df0d4aba027
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/811514c17ed7ba4b8ccce8a9d339877d5c763e
/usr/lib/.build-id/81
/usr/lib/.build-id/81/a19cc19c10cadbebf5222e13391c942e420a92
/usr/lib/.build-id/81/a4396e789ae324e35a26a6e8415ace7c8e97b1
/usr/lib/.build-id/82
/usr/lib/.build-id/82/53488afca8847e0e2bbdd1692da9934fc7c9c1
/usr/lib/.build-id/84
/usr/lib/.build-id/84/1ec2eaac035d92ed22d9448c501d8f674eefcd
/usr/lib/.build-id/85
/usr/lib/.build-id/85/41c6769447428beb02fe605f65cea654a18d23
/usr/lib/.build-id/89
/usr/lib/.build-id/89/bea1a12c82fb795d27b35f1c6755d3f3fe2fb0
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/25b386e96e2a19324480976e64818e13f27a6b
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/10095887cd60409958e701f36a66bac8458a0c
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/9fc382e7419b4364b1ff615f36d8edb5fe39cb
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/a9475e19a8cb92ef7178f270e9f65930556986
/usr/lib/.build-id/8d/c3c0dd68ef2836572a0705be29404922d6c9c5
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/aff8ebee14e0bb20adc95cb3c38317a694ce80
/usr/lib/.build-id/90
/usr/lib/.build-id/90/42a1159f4a26a5ab9b3b6e1fdb0499d7fd28be
/usr/lib/.build-id/91
/usr/lib/.build-id/91/ccfc8206fc9aabd5c17dbeba927c386e392678
/usr/lib/.build-id/93
/usr/lib/.build-id/93/0c84dd75ed2d67d8157dcfbf156edfe5b0b25a
/usr/lib/.build-id/96
/usr/lib/.build-id/96/0660c8cba7da78808ac0075f958ca571571172
/usr/lib/.build-id/96/9758d9f3635f3205cb3a1d63ef07e7c584bc14
/usr/lib/.build-id/97
/usr/lib/.build-id/97/f8e2ed9929fd8a455f55ee53730799ad8f305b
/usr/lib/.build-id/98
/usr/lib/.build-id/98/065c09c32d33aae979e07e6a8296079e66eea0
/usr/lib/.build-id/98/90b9a3573c3055167cb604afdacfd5a9e2f274
/usr/lib/.build-id/98/a26b18af7c5635d1e75880baa64740d6f085fc
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/4ad4442ec60f7eb2dba4ad6446635a0d01f5cc
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/79f4df495640977ee951e06a76830c4d392360
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/101af97fdfcb0ae5c8b9dc0d8fc89913a1e73e
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/4a5190dfb9bf956fe744ff64708ed1646dcba4
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/1fed2c103ecaa5f111e96ddc60760e43ef2675
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/36f879760b8e7efd6fbb2f64779446397e1bc6
/usr/lib/.build-id/aa/a2d19856c5013cd1f5e7a7de1b7d38aa13154c
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/b6a68139712b3be8012dc0789eb3242dbeedfc
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/8020f8fd65830179ab5fd42cb9041c0db6da0e
/usr/lib/.build-id/b3/9c2129642f383e3bd8b3d7aa3d46413b9c8a2e
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/d8e214e5a16edd0818c4d1cf884ab690ad929d
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/3a63a0eaf0ce812b46d21281b9f6a7e2bac9e1
/usr/lib/.build-id/b9/6c37570a1fde9d34c0e1d36ac9b832fd72b072
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/0035f07327a77daab8b388cb20d88fb2a136fd
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/b39b8b57b397453bae883349d930cdde5bd4f7
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/0447a935f58adf55ba590b1e80e257b811e66e
/usr/lib/.build-id/bf/12c54f79cd9519c1cdab60d14a07b65457a2d3
/usr/lib/.build-id/bf/78b7c1ed402a758b039923d2456aa27e4593d2
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/a6d625ecfa1cbfc4a04dd58e4037a9a173f0a6
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/bf2add79ac1dd6a549f22bb4b7b5c6056cf2f7
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/2399c9aaa7f963067332df389b15c9a7dd8a55
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/56d2fcc54eb4c3a3610f0de9eabbfa821be808
/usr/lib/.build-id/c8/9516fe6714d743e0510ecb943f055169fffa1f
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/9faee2a7ceaf067e74f657c581ef0b07647bf0
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/e23d93de8806f6fc8679800a19149f36a46a8a
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/dc0ed4d59ad36e260f9cabad017ae096cf2297
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/fda006b751708061b8a81bc25604eb0ec57522
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/52c8773f2d4ff3ac9dcc416e5a29c95ca4cf96
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/4776c24b07f85dc7595e2888c3b692705770b2
/usr/lib/.build-id/d6/75c0fd599506b8eb52f4162d5fb58eab69c021
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/5dc0afccf0705d79c677550d7b6222956257fd
/usr/lib/.build-id/db
/usr/lib/.build-id/db/5654adfc3ca68cca717a4e54d176b3081fe8b8
/usr/lib/.build-id/de
/usr/lib/.build-id/de/5d7bcc9b272fcf1ffdb6e096fb3a7bb2a8bcfa
/usr/lib/.build-id/df
/usr/lib/.build-id/df/8749559de8b528d8433e97abbd5cab7898dd96
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/11876142ac079f254a52c3b997ab788745bf89
/usr/lib/.build-id/e1/61e5ba203c8c5132cd808cfe5195054546b7c4
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/acd992ffb8a1f0243cec96ae7358695ea2c6a3
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/e4872827cc6222ceaac281e9e21f04d6746af8
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/7acc2c0e818c22b4ee7bd9e1018a1dec17f100
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/4579664cf65d56ca354371c372c2cfcfc66f68
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/ab268baf7005986451f8e7226d86eed0fc001a
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/3eb37f99a34fb156a6de1adf63392288fbdcbe
/usr/lib/.build-id/ee/fc8d81c5b59cacc2b0dc0a7982808c24d3e706
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/e8b8bcef67011aa1c32fc2b2b18b25cff0b341
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/d8f92ad71aa3996a9aab1a55ce6b26af061968
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/fc402b2241c9d02231422e50b3e1100fdc6cee
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/8d1968152ed9ad22afed85c6ec78ceb7acbd80
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/dfd2e1665a1308588909ddbc19424e9177defb
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/0112c45eac9c341f592dabe1b0871308fdc910
/usr/lib/.build-id/fa/bf6de2d2125a822631b3f8f77601277e4436ce
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/0d074921bc5026e7cae6374ab5915414c6fb61
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/5da0d23d03ba13a62f21e4bc64c59d61d6634f
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/a08b94cdb481a61d41132d6902f5c51ca204ea
/usr/lib/systemd/system/strongswan-starter.service
/usr/lib/systemd/system/strongswan.service
/usr/lib/tmpfiles.d/strongswan.conf
/usr/lib64/strongswan
/usr/lib64/strongswan/libcharon.so.0
/usr/lib64/strongswan/libcharon.so.0.0.0
/usr/lib64/strongswan/libnttfft.so.0
/usr/lib64/strongswan/libnttfft.so.0.0.0
/usr/lib64/strongswan/libpttls.so.0
/usr/lib64/strongswan/libpttls.so.0.0.0
/usr/lib64/strongswan/libradius.so.0
/usr/lib64/strongswan/libradius.so.0.0.0
/usr/lib64/strongswan/libsimaka.so.0
/usr/lib64/strongswan/libsimaka.so.0.0.0
/usr/lib64/strongswan/libstrongswan.so.0
/usr/lib64/strongswan/libstrongswan.so.0.0.0
/usr/lib64/strongswan/libtls.so.0
/usr/lib64/strongswan/libtls.so.0.0.0
/usr/lib64/strongswan/libtpmtss.so.0
/usr/lib64/strongswan/libtpmtss.so.0.0.0
/usr/lib64/strongswan/libvici.so.0
/usr/lib64/strongswan/libvici.so.0.0.0
/usr/lib64/strongswan/plugins
/usr/lib64/strongswan/plugins/libstrongswan-acert.so
/usr/lib64/strongswan/plugins/libstrongswan-aes.so
/usr/lib64/strongswan/plugins/libstrongswan-aesni.so
/usr/lib64/strongswan/plugins/libstrongswan-attr.so
/usr/lib64/strongswan/plugins/libstrongswan-bypass-lan.so
/usr/lib64/strongswan/plugins/libstrongswan-ccm.so
/usr/lib64/strongswan/plugins/libstrongswan-chapoly.so
/usr/lib64/strongswan/plugins/libstrongswan-cmac.so
/usr/lib64/strongswan/plugins/libstrongswan-constraints.so
/usr/lib64/strongswan/plugins/libstrongswan-counters.so
/usr/lib64/strongswan/plugins/libstrongswan-ctr.so
/usr/lib64/strongswan/plugins/libstrongswan-curl.so
/usr/lib64/strongswan/plugins/libstrongswan-curve25519.so
/usr/lib64/strongswan/plugins/libstrongswan-des.so
/usr/lib64/strongswan/plugins/libstrongswan-dhcp.so
/usr/lib64/strongswan/plugins/libstrongswan-dnskey.so
/usr/lib64/strongswan/plugins/libstrongswan-drbg.so
/usr/lib64/strongswan/plugins/libstrongswan-duplicheck.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-aka-3gpp.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-aka-3gpp2.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-aka.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-dynamic.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-gtc.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-identity.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-md5.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-mschapv2.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-peap.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-radius.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-sim-file.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-sim.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-tls.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-ttls.so
/usr/lib64/strongswan/plugins/libstrongswan-ext-auth.so
/usr/lib64/strongswan/plugins/libstrongswan-farp.so
/usr/lib64/strongswan/plugins/libstrongswan-fips-prf.so
/usr/lib64/strongswan/plugins/libstrongswan-gcm.so
/usr/lib64/strongswan/plugins/libstrongswan-gcrypt.so
/usr/lib64/strongswan/plugins/libstrongswan-gmp.so
/usr/lib64/strongswan/plugins/libstrongswan-ha.so
/usr/lib64/strongswan/plugins/libstrongswan-hmac.so
/usr/lib64/strongswan/plugins/libstrongswan-ipseckey.so
/usr/lib64/strongswan/plugins/libstrongswan-kernel-netlink.so
/usr/lib64/strongswan/plugins/libstrongswan-led.so
/usr/lib64/strongswan/plugins/libstrongswan-md4.so
/usr/lib64/strongswan/plugins/libstrongswan-md5.so
/usr/lib64/strongswan/plugins/libstrongswan-mgf1.so
/usr/lib64/strongswan/plugins/libstrongswan-newhope.so
/usr/lib64/strongswan/plugins/libstrongswan-nonce.so
/usr/lib64/strongswan/plugins/libstrongswan-openssl.so
/usr/lib64/strongswan/plugins/libstrongswan-pem.so
/usr/lib64/strongswan/plugins/libstrongswan-pgp.so
/usr/lib64/strongswan/plugins/libstrongswan-pkcs1.so
/usr/lib64/strongswan/plugins/libstrongswan-pkcs11.so
/usr/lib64/strongswan/plugins/libstrongswan-pkcs12.so
/usr/lib64/strongswan/plugins/libstrongswan-pkcs7.so
/usr/lib64/strongswan/plugins/libstrongswan-pkcs8.so
/usr/lib64/strongswan/plugins/libstrongswan-pubkey.so
/usr/lib64/strongswan/plugins/libstrongswan-random.so
/usr/lib64/strongswan/plugins/libstrongswan-rc2.so
/usr/lib64/strongswan/plugins/libstrongswan-resolve.so
/usr/lib64/strongswan/plugins/libstrongswan-revocation.so
/usr/lib64/strongswan/plugins/libstrongswan-sha1.so
/usr/lib64/strongswan/plugins/libstrongswan-sha2.so
/usr/lib64/strongswan/plugins/libstrongswan-socket-default.so
/usr/lib64/strongswan/plugins/libstrongswan-sql.so
/usr/lib64/strongswan/plugins/libstrongswan-sshkey.so
/usr/lib64/strongswan/plugins/libstrongswan-stroke.so
/usr/lib64/strongswan/plugins/libstrongswan-tpm.so
/usr/lib64/strongswan/plugins/libstrongswan-unity.so
/usr/lib64/strongswan/plugins/libstrongswan-updown.so
/usr/lib64/strongswan/plugins/libstrongswan-vici.so
/usr/lib64/strongswan/plugins/libstrongswan-x509.so
/usr/lib64/strongswan/plugins/libstrongswan-xauth-eap.so
/usr/lib64/strongswan/plugins/libstrongswan-xauth-generic.so
/usr/lib64/strongswan/plugins/libstrongswan-xauth-noauth.so
/usr/lib64/strongswan/plugins/libstrongswan-xauth-pam.so
/usr/lib64/strongswan/plugins/libstrongswan-xcbc.so
/usr/libexec/strongswan
/usr/libexec/strongswan/_copyright
/usr/libexec/strongswan/_imv_policy
/usr/libexec/strongswan/_updown
/usr/libexec/strongswan/aikgen
/usr/libexec/strongswan/charon
/usr/libexec/strongswan/duplicheck
/usr/libexec/strongswan/imv_policy_manager
/usr/libexec/strongswan/pki
/usr/libexec/strongswan/scepclient
/usr/libexec/strongswan/starter
/usr/libexec/strongswan/stroke
/usr/libexec/strongswan/tpm_extendpcr
/usr/libexec/strongswan/xfrmi
/usr/sbin/charon-cmd
/usr/sbin/charon-systemd
/usr/sbin/strongswan
/usr/sbin/swanctl
/usr/share/doc/strongswan
/usr/share/doc/strongswan/ChangeLog
/usr/share/doc/strongswan/NEWS
/usr/share/doc/strongswan/README
/usr/share/doc/strongswan/TODO
/usr/share/licenses/strongswan
/usr/share/licenses/strongswan/COPYING
/usr/share/man/man1/strongswan_pki---acert.1.gz
/usr/share/man/man1/strongswan_pki---dn.1.gz
/usr/share/man/man1/strongswan_pki---gen.1.gz
/usr/share/man/man1/strongswan_pki---issue.1.gz
/usr/share/man/man1/strongswan_pki---keyid.1.gz
/usr/share/man/man1/strongswan_pki---pkcs7.1.gz
/usr/share/man/man1/strongswan_pki---print.1.gz
/usr/share/man/man1/strongswan_pki---pub.1.gz
/usr/share/man/man1/strongswan_pki---req.1.gz
/usr/share/man/man1/strongswan_pki---self.1.gz
/usr/share/man/man1/strongswan_pki---signcrl.1.gz
/usr/share/man/man1/strongswan_pki---verify.1.gz
/usr/share/man/man1/strongswan_pki.1.gz
/usr/share/man/man1/strongswan_pt-tls-client.1.gz
/usr/share/man/man5/strongswan.conf.5.gz
/usr/share/man/man5/strongswan_ipsec.conf.5.gz
/usr/share/man/man5/strongswan_ipsec.secrets.5.gz
/usr/share/man/man5/strongswan_swanctl.conf.5.gz
/usr/share/man/man8/strongswan.8.gz
/usr/share/man/man8/strongswan_charon-cmd.8.gz
/usr/share/man/man8/strongswan_scepclient.8.gz
/usr/share/man/man8/strongswan_sec-updater.8.gz
/usr/share/man/man8/strongswan_sw-collector.8.gz
/usr/share/man/man8/strongswan_swanctl.8.gz
/usr/share/strongswan/templates/config
/usr/share/strongswan/templates/config/plugins
/usr/share/strongswan/templates/config/plugins/acert.conf
/usr/share/strongswan/templates/config/plugins/aes.conf
/usr/share/strongswan/templates/config/plugins/aesni.conf
/usr/share/strongswan/templates/config/plugins/attr.conf
/usr/share/strongswan/templates/config/plugins/bypass-lan.conf
/usr/share/strongswan/templates/config/plugins/ccm.conf
/usr/share/strongswan/templates/config/plugins/chapoly.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/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-3gpp.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.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/ext-auth.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/ipseckey.conf
/usr/share/strongswan/templates/config/plugins/kernel-libipsec.conf
/usr/share/strongswan/templates/config/plugins/kernel-netlink.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/newhope.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/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/socket-default.conf
/usr/share/strongswan/templates/config/plugins/sql.conf
/usr/share/strongswan/templates/config/plugins/sqlite.conf
/usr/share/strongswan/templates/config/plugins/sshkey.conf
/usr/share/strongswan/templates/config/plugins/stroke.conf
/usr/share/strongswan/templates/config/plugins/tnc-ifmap.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/tpm.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-noauth.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/aikgen.conf
/usr/share/strongswan/templates/config/strongswan.d/attest.conf
/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/scepclient.conf
/usr/share/strongswan/templates/config/strongswan.d/sec-updater.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-mysql.sql
/usr/share/strongswan/templates/database/imv/tables.sql
/usr/share/strongswan/templates/database/sql
/usr/share/strongswan/templates/database/sql/mysql.sql
/usr/share/strongswan/templates/database/sql/sqlite.sql
/usr/share/strongswan/templates/database/sw-collector
/usr/share/strongswan/templates/database/sw-collector/sw_collector_tables.sql
/etc/strongswan
/etc/strongswan/ipsec.conf
/etc/strongswan/ipsec.d
/etc/strongswan/ipsec.d/aacerts
/etc/strongswan/ipsec.d/acerts
/etc/strongswan/ipsec.d/cacerts
/etc/strongswan/ipsec.d/certs
/etc/strongswan/ipsec.d/crls
/etc/strongswan/ipsec.d/ocspcerts
/etc/strongswan/ipsec.d/private
/etc/strongswan/ipsec.d/reqs
/etc/strongswan/ipsec.secrets
/etc/strongswan/strongswan.conf
/etc/strongswan/strongswan.d
/etc/strongswan/strongswan.d/aikgen.conf
/etc/strongswan/strongswan.d/attest.conf
/etc/strongswan/strongswan.d/charon
/etc/strongswan/strongswan.d/charon-logging.conf
/etc/strongswan/strongswan.d/charon-systemd.conf
/etc/strongswan/strongswan.d/charon.conf
/etc/strongswan/strongswan.d/charon/acert.conf
/etc/strongswan/strongswan.d/charon/aes.conf
/etc/strongswan/strongswan.d/charon/aesni.conf
/etc/strongswan/strongswan.d/charon/attr.conf
/etc/strongswan/strongswan.d/charon/bypass-lan.conf
/etc/strongswan/strongswan.d/charon/ccm.conf
/etc/strongswan/strongswan.d/charon/chapoly.conf
/etc/strongswan/strongswan.d/charon/cmac.conf
/etc/strongswan/strongswan.d/charon/constraints.conf
/etc/strongswan/strongswan.d/charon/counters.conf
/etc/strongswan/strongswan.d/charon/ctr.conf
/etc/strongswan/strongswan.d/charon/curl.conf
/etc/strongswan/strongswan.d/charon/curve25519.conf
/etc/strongswan/strongswan.d/charon/des.conf
/etc/strongswan/strongswan.d/charon/dhcp.conf
/etc/strongswan/strongswan.d/charon/dnskey.conf
/etc/strongswan/strongswan.d/charon/drbg.conf
/etc/strongswan/strongswan.d/charon/duplicheck.conf
/etc/strongswan/strongswan.d/charon/eap-aka-3gpp.conf
/etc/strongswan/strongswan.d/charon/eap-aka-3gpp2.conf
/etc/strongswan/strongswan.d/charon/eap-aka.conf
/etc/strongswan/strongswan.d/charon/eap-dynamic.conf
/etc/strongswan/strongswan.d/charon/eap-gtc.conf
/etc/strongswan/strongswan.d/charon/eap-identity.conf
/etc/strongswan/strongswan.d/charon/eap-md5.conf
/etc/strongswan/strongswan.d/charon/eap-mschapv2.conf
/etc/strongswan/strongswan.d/charon/eap-peap.conf
/etc/strongswan/strongswan.d/charon/eap-radius.conf
/etc/strongswan/strongswan.d/charon/eap-sim-file.conf
/etc/strongswan/strongswan.d/charon/eap-sim.conf
/etc/strongswan/strongswan.d/charon/eap-tls.conf
/etc/strongswan/strongswan.d/charon/eap-tnc.conf
/etc/strongswan/strongswan.d/charon/eap-ttls.conf
/etc/strongswan/strongswan.d/charon/ext-auth.conf
/etc/strongswan/strongswan.d/charon/farp.conf
/etc/strongswan/strongswan.d/charon/fips-prf.conf
/etc/strongswan/strongswan.d/charon/gcm.conf
/etc/strongswan/strongswan.d/charon/gcrypt.conf
/etc/strongswan/strongswan.d/charon/gmp.conf
/etc/strongswan/strongswan.d/charon/ha.conf
/etc/strongswan/strongswan.d/charon/hmac.conf
/etc/strongswan/strongswan.d/charon/ipseckey.conf
/etc/strongswan/strongswan.d/charon/kernel-libipsec.conf
/etc/strongswan/strongswan.d/charon/kernel-netlink.conf
/etc/strongswan/strongswan.d/charon/led.conf
/etc/strongswan/strongswan.d/charon/md4.conf
/etc/strongswan/strongswan.d/charon/md5.conf
/etc/strongswan/strongswan.d/charon/mgf1.conf
/etc/strongswan/strongswan.d/charon/newhope.conf
/etc/strongswan/strongswan.d/charon/nonce.conf
/etc/strongswan/strongswan.d/charon/openssl.conf
/etc/strongswan/strongswan.d/charon/pem.conf
/etc/strongswan/strongswan.d/charon/pgp.conf
/etc/strongswan/strongswan.d/charon/pkcs1.conf
/etc/strongswan/strongswan.d/charon/pkcs11.conf
/etc/strongswan/strongswan.d/charon/pkcs12.conf
/etc/strongswan/strongswan.d/charon/pkcs7.conf
/etc/strongswan/strongswan.d/charon/pkcs8.conf
/etc/strongswan/strongswan.d/charon/pubkey.conf
/etc/strongswan/strongswan.d/charon/random.conf
/etc/strongswan/strongswan.d/charon/rc2.conf
/etc/strongswan/strongswan.d/charon/resolve.conf
/etc/strongswan/strongswan.d/charon/revocation.conf
/etc/strongswan/strongswan.d/charon/sha1.conf
/etc/strongswan/strongswan.d/charon/sha2.conf
/etc/strongswan/strongswan.d/charon/socket-default.conf
/etc/strongswan/strongswan.d/charon/sql.conf
/etc/strongswan/strongswan.d/charon/sqlite.conf
/etc/strongswan/strongswan.d/charon/sshkey.conf
/etc/strongswan/strongswan.d/charon/stroke.conf
/etc/strongswan/strongswan.d/charon/tnc-ifmap.conf
/etc/strongswan/strongswan.d/charon/tnc-imc.conf
/etc/strongswan/strongswan.d/charon/tnc-imv.conf
/etc/strongswan/strongswan.d/charon/tnc-pdp.conf
/etc/strongswan/strongswan.d/charon/tnc-tnccs.conf
/etc/strongswan/strongswan.d/charon/tnccs-11.conf
/etc/strongswan/strongswan.d/charon/tnccs-20.conf
/etc/strongswan/strongswan.d/charon/tnccs-dynamic.conf
/etc/strongswan/strongswan.d/charon/tpm.conf
/etc/strongswan/strongswan.d/charon/unity.conf
/etc/strongswan/strongswan.d/charon/updown.conf
/etc/strongswan/strongswan.d/charon/vici.conf
/etc/strongswan/strongswan.d/charon/x509.conf
/etc/strongswan/strongswan.d/charon/xauth-eap.conf
/etc/strongswan/strongswan.d/charon/xauth-generic.conf
/etc/strongswan/strongswan.d/charon/xauth-noauth.conf
/etc/strongswan/strongswan.d/charon/xauth-pam.conf
/etc/strongswan/strongswan.d/charon/xcbc.conf
/etc/strongswan/strongswan.d/imcv.conf
/etc/strongswan/strongswan.d/pki.conf
/etc/strongswan/strongswan.d/scepclient.conf
/etc/strongswan/strongswan.d/sec-updater.conf
/etc/strongswan/strongswan.d/starter.conf
/etc/strongswan/strongswan.d/swanctl.conf
/etc/strongswan/strongswan.d/tnc.conf
/etc/strongswan/swanctl
/etc/strongswan/swanctl/bliss
/etc/strongswan/swanctl/conf.d
/etc/strongswan/swanctl/ecdsa
/etc/strongswan/swanctl/pkcs12
/etc/strongswan/swanctl/pkcs8
/etc/strongswan/swanctl/private
/etc/strongswan/swanctl/pubkey
/etc/strongswan/swanctl/rsa
/etc/strongswan/swanctl/swanctl.conf
/etc/strongswan/swanctl/x509
/etc/strongswan/swanctl/x509aa
/etc/strongswan/swanctl/x509ac
/etc/strongswan/swanctl/x509ca
/etc/strongswan/swanctl/x509crl
/etc/strongswan/swanctl/x509ocsp
/run/strongswan
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/1aa23e8e678510d366113bb46118a02b51605e
/usr/lib/.build-id/04
/usr/lib/.build-id/04/2a0988a36b566f4990abb6522a1919bd9aad16
/usr/lib/.build-id/09
/usr/lib/.build-id/09/3bd5b6799a0efa329648f34a4a386ad29ce7e6
/usr/lib/.build-id/09/a1416e82adb5dcd0e575888cd948af92fd6241
/usr/lib/.build-id/11
/usr/lib/.build-id/11/1e724045f96c718fd82b4e3349f3a623f7ef77
/usr/lib/.build-id/12
/usr/lib/.build-id/12/06849ce39608ce0b66a3d571db89f61dd29b4c
/usr/lib/.build-id/13
/usr/lib/.build-id/13/0b64ea47aece589391a6388d7495bc6ee588d2
/usr/lib/.build-id/16
/usr/lib/.build-id/16/40fc2f225ad33d1af9e5038d2b3fe49fbc2b57
/usr/lib/.build-id/18
/usr/lib/.build-id/18/722abab32d10c5898aea6f618352dab104f085
/usr/lib/.build-id/18/a08c524754e9b787a977953fb551359ecb6505
/usr/lib/.build-id/18/a5af2505efa321cecb687a1f4d0f0de956e68e
/usr/lib/.build-id/18/b603364d7688c172f3a42d55d22ad2853aa960
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/9db8041a336ce1645a7bd6f4c8dbad364edc44
/usr/lib/.build-id/21
/usr/lib/.build-id/21/ae0080301f1298f4dca2d7819152e8d88e54d5
/usr/lib/.build-id/26
/usr/lib/.build-id/26/7c4d2aa787f7515d6b41a978bcdfb52c9b48fa
/usr/lib/.build-id/27
/usr/lib/.build-id/27/5946e97b9d2666d89486980f1c4beddbfdfd72
/usr/lib/.build-id/28
/usr/lib/.build-id/28/7ca2e9ef90eb44197ea0e3bbeb86a2273784c4
/usr/lib/.build-id/29
/usr/lib/.build-id/29/6f65dd1f44cc6c8eaeb9f94fe3c0fad5209c75
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/c93c045ab0469fb082c4f6afd3e99b862c7291
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/163fadca1aecbfba73a6bf53c58e821d95ddea
/usr/lib/.build-id/2d/c7914aadd08c63b5041a7463259b51ef67aefc
/usr/lib/.build-id/31
/usr/lib/.build-id/31/13b55df482255fe10f99f9466dc5a0829b4998
/usr/lib/.build-id/31/b430ff384f0ab982a882b0a5798b8042fb736e
/usr/lib/.build-id/32
/usr/lib/.build-id/32/0c59040e0af25dac4d99ec9e687be03b05ae2c
/usr/lib/.build-id/34
/usr/lib/.build-id/34/9f0959b76e0d04f702947d4a1c6fec6f9d2d4b
/usr/lib/.build-id/34/e33f0609476bd5a1b1b850443632b4147ff8ee
/usr/lib/.build-id/38
/usr/lib/.build-id/38/7a496d7fcb6c648afdb8495e508b9b351f4446
/usr/lib/.build-id/39
/usr/lib/.build-id/39/1c51b9a3b3db156a6fcca733dc3a32b0c53cca
/usr/lib/.build-id/39/82a52b05d8c257d7eb49fe9225ce6732481165
/usr/lib/.build-id/39/b83ba4c0be86671081e361eaf04aa1efda3ef2
/usr/lib/.build-id/41
/usr/lib/.build-id/41/e16a4d3f0bc9eac01439230b6549ba073e825e
/usr/lib/.build-id/43
/usr/lib/.build-id/43/1ea7468a00694c7750507d57a2001ab462abb2
/usr/lib/.build-id/44
/usr/lib/.build-id/44/092377133207b052e4bc184c805229f628b584
/usr/lib/.build-id/44/b52f2047d77c1db34c102aa75bf354fa86bd3c
/usr/lib/.build-id/45
/usr/lib/.build-id/45/88dfa705c5c39926eee058e2cc6d270fdeeeee
/usr/lib/.build-id/46
/usr/lib/.build-id/46/6b9f42e7fb8a5e8ed88f8e626eeeca3825057e
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/045372dfe9221952da88791ed70da3529fb20d
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/32a43f9c4604f2172a4c6fa24ec8670f5e254d
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/498a1d0333e308a788c737e363325858e6baa2
/usr/lib/.build-id/52
/usr/lib/.build-id/52/679771f83976eff10e39a6d92aea19625c3185
/usr/lib/.build-id/52/9506dc693a80129548092e73dd086e0794d44f
/usr/lib/.build-id/56
/usr/lib/.build-id/56/d31e76fc3c3db836224e784d2584a5e86c29c7
/usr/lib/.build-id/57
/usr/lib/.build-id/57/c4d855cdc4887d8f7d278be4369cff63a64554
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/be868286c24e64868321093524548b10cfee3d
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/944cc2aa5b7a12d81bf1b8957f0f845c7e7970
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/30eadfc370576f4c3a9b708aaa9191bb5277dc
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/d33cf2e8a7bd2e4038532582414fdd499ca35d
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/8d20c61673904dfb43f67b23b345ac6bc4e573
/usr/lib/.build-id/61
/usr/lib/.build-id/61/227bc427d25a50b03b8b1906085ec901c3d2b2
/usr/lib/.build-id/61/5140dead76ac91ecb4cdd0bf41a5433ec0d28d
/usr/lib/.build-id/65
/usr/lib/.build-id/65/17ed487fbba6776b5f2c0496196d17fdfd8ef4
/usr/lib/.build-id/66
/usr/lib/.build-id/66/5ac3b021d8409c2272bb0587f0568b46f948f1
/usr/lib/.build-id/66/c9448c837348d0b31f016ece098457cd9d3c64
/usr/lib/.build-id/67
/usr/lib/.build-id/67/c2d0990abf90871938a993ca9ee72301d115ad
/usr/lib/.build-id/68
/usr/lib/.build-id/68/18753da0d06927116aeb8cdbc4f013877394bf
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/4ba829661dc9114c6370de5d1722e8f0548190
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/d55d06ae4af105743528f24e47dd5e9304b760
/usr/lib/.build-id/71
/usr/lib/.build-id/71/b906bbabcde14472e6137c83566aa148a6004f
/usr/lib/.build-id/72
/usr/lib/.build-id/72/8e90996eecbb148243f16f35c215378dfce2d4
/usr/lib/.build-id/74
/usr/lib/.build-id/74/60b5fdf93f0d6400de08df42efe268b90e644e
/usr/lib/.build-id/75
/usr/lib/.build-id/75/1f72b2ea7257583cb12717a7fe71c6174d5636
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/829a227039b2fc5317b31dbdab80d4bcfccf53
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/c37f8c019f83f014d5268c9669f0b21bc47092
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/d7bbf1bf6c3625c4fefcb618efddef60380219
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/4aa4d49a4695162e672584a0629fb571e21fd9
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/669132779a84a128ef217e353a2bb191993844
/usr/lib/.build-id/80
/usr/lib/.build-id/80/1408ec5b09cddc3d12ed18948c79ea84fcfc7c
/usr/lib/.build-id/80/1b1573b677537c46008fb202d239475d68b616
/usr/lib/.build-id/81
/usr/lib/.build-id/81/20c4996f6efeac282a567b3e6393a67d9e4e02
/usr/lib/.build-id/82
/usr/lib/.build-id/82/9f95996f150c23cba7012bf383aaef93e4c98c
/usr/lib/.build-id/84
/usr/lib/.build-id/84/fbf63aa7090dcc877617cd035a0f365a6b0880
/usr/lib/.build-id/87
/usr/lib/.build-id/87/a48443fc3700ecc47fd009274fb13a3b244e8a
/usr/lib/.build-id/89
/usr/lib/.build-id/89/30ce85fa3588e76e24b968e1365832b0fb15bb
/usr/lib/.build-id/89/6929a30f544808fdaecc4c607985df1202d982
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/0f1d392adbb5380b4075184ed0f5ff856b222c
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/560f89decdc8bd2471deb144afda7cb85f3503
/usr/lib/.build-id/91
/usr/lib/.build-id/91/04d6c2d58c332411ddec0e8b941865eced4456
/usr/lib/.build-id/94
/usr/lib/.build-id/94/6dd20d23f85efa97cbec3b8f7ed0e00905fab6
/usr/lib/.build-id/94/86784a881d1930c3bd275897fd89049459e100
/usr/lib/.build-id/94/d497645910df586be6c295757f7cd2acb5fd0a
/usr/lib/.build-id/96
/usr/lib/.build-id/96/0aa87bc16f6a2225837cc739fff3fb7358e8f2
/usr/lib/.build-id/97
/usr/lib/.build-id/97/7491ae3df1ee5a5e359e3e9112d8f8898e662c
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/d54847705ba7be979dd02742dfb1b645f26103
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/f18b64f9f0c0c0e6ce3192c518487f289df46d
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/6ea07c014711aa63ffa401fc86a807c6226d6d
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/7fdc11de9254f0a8ecf5155d69976125a9592d
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/430e5977f2b7a778a5a43c263efd76337bf705
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/277e86abd9d2ba11be94e33a5c5e0d7be714c2
/usr/lib/.build-id/af
/usr/lib/.build-id/af/0af53f041cdabcb64e2d9dc7a97f93c8c3da5b
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/cdcae7c29c4b4830c1893f35d287e81bc74723
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/cd20a83a302c06d449ca72556c8835405a316b
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/3f9c96bc739a17827ecec1dfc133aa9bcf5459
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/249e4df0107adb9fe877bcfba3705330243b80
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/5f864aea0f080cd95a70e250aa3ac272ffb935
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/164a01abc31a7edb38818ca7d73b2693de4388
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/73544ca027dc7fefe74af89e77602d928a10e3
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/ff4d09476c92f98020fd151bc812fa2decce0a
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/58d845948c2521a7897c75c6db8dcbe5f586a5
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/c47780bc4689f2430e4cd46b4eebabf794cfcd
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/0718de952c966b2dd00590f617b7aae9712bc2
/usr/lib/.build-id/cd/222edc1ee77416a3a528ed844ffd5930091ce3
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/5dac49adc16d87f9208e45c86af09501764df8
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/0b0c3f2fcdf9bec52dcd6dfe2e9e0a93e90810
/usr/lib/.build-id/d0/0cab6cfc18402624778dff8b2826acdb04394c
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/4f9a46858e77678b30716b9c622b620fe99fb4
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/81d059e1af8ed9a486701bfe140903b32c564d
/usr/lib/.build-id/d5/dffea6fa90900020e8b38b16eab20a7b27a6ba
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/ba5c4e61479120bc36528a6a6257ea3dcfd899
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/cd349bd516352a78f6167cfeae12013958c24e
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/6b7223827e827d5c978982b58682b3720e6fde
/usr/lib/.build-id/da
/usr/lib/.build-id/da/d4faa21c3b8701c0876b6af8e094f4c987a582
/usr/lib/.build-id/df
/usr/lib/.build-id/df/d0a570c900a59635fcf1ad38e8ad97e191b794
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/682fd5c783924e432ddf41403fa4025593f8e4
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/07a882ddac5204d5c4f039f9abbdd6a0b62bb9
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/5a97a8565ef0dcfef1c5f286a4814301940aec
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/b12a3c48587399267b181e5dd195abb105c1e3
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/cd2e53bed0fd418472ee59e85ccf0451cd2fd7
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/2a21c22c3a7e49fa28948d2c889427a7638de0
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/4cc81f4400370b62a791651e6f63d10bad9a89
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/37ec7d416f113321502fbde5710b0e00ca8487
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/c159eedc2c21dd56a6f4d6d93acbaa3444d764
/usr/lib/.build-id/f5/eaff47f159e960aaabc5c7852ba47f6d4ad27d
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/d7b9810a1d6f013b30d8d13804872e564e58c9
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/a25ee27712d5e5398ad4eb0bb19f04b6fe19f9
/usr/lib/.build-id/f9/b75934a2404a50370e59e4716ee887b2776587
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/742f44c802d5faefa23ce3614c743e0849cdfc
/usr/lib/.build-id/fa/77e58422e58f1391b6bb1bf7876892c4641f58
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/11fc992664fdea7d0205a417801db377467ed3
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/19ed40a63c15e5a830b44a626b2b5ab3524baa
/usr/lib/systemd/system/strongswan-starter.service
/usr/lib/systemd/system/strongswan.service
/usr/lib/tmpfiles.d/strongswan.conf
/usr/lib64/strongswan
/usr/lib64/strongswan/libcharon.so.0
/usr/lib64/strongswan/libcharon.so.0.0.0
/usr/lib64/strongswan/libnttfft.so.0
/usr/lib64/strongswan/libnttfft.so.0.0.0
/usr/lib64/strongswan/libpttls.so.0
/usr/lib64/strongswan/libpttls.so.0.0.0
/usr/lib64/strongswan/libradius.so.0
/usr/lib64/strongswan/libradius.so.0.0.0
/usr/lib64/strongswan/libsimaka.so.0
/usr/lib64/strongswan/libsimaka.so.0.0.0
/usr/lib64/strongswan/libstrongswan.so.0
/usr/lib64/strongswan/libstrongswan.so.0.0.0
/usr/lib64/strongswan/libtls.so.0
/usr/lib64/strongswan/libtls.so.0.0.0
/usr/lib64/strongswan/libtpmtss.so.0
/usr/lib64/strongswan/libtpmtss.so.0.0.0
/usr/lib64/strongswan/libvici.so.0
/usr/lib64/strongswan/libvici.so.0.0.0
/usr/lib64/strongswan/plugins
/usr/lib64/strongswan/plugins/libstrongswan-acert.so
/usr/lib64/strongswan/plugins/libstrongswan-aes.so
/usr/lib64/strongswan/plugins/libstrongswan-aesni.so
/usr/lib64/strongswan/plugins/libstrongswan-attr.so
/usr/lib64/strongswan/plugins/libstrongswan-bypass-lan.so
/usr/lib64/strongswan/plugins/libstrongswan-ccm.so
/usr/lib64/strongswan/plugins/libstrongswan-chapoly.so
/usr/lib64/strongswan/plugins/libstrongswan-cmac.so
/usr/lib64/strongswan/plugins/libstrongswan-constraints.so
/usr/lib64/strongswan/plugins/libstrongswan-counters.so
/usr/lib64/strongswan/plugins/libstrongswan-ctr.so
/usr/lib64/strongswan/plugins/libstrongswan-curl.so
/usr/lib64/strongswan/plugins/libstrongswan-curve25519.so
/usr/lib64/strongswan/plugins/libstrongswan-des.so
/usr/lib64/strongswan/plugins/libstrongswan-dhcp.so
/usr/lib64/strongswan/plugins/libstrongswan-dnskey.so
/usr/lib64/strongswan/plugins/libstrongswan-drbg.so
/usr/lib64/strongswan/plugins/libstrongswan-duplicheck.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-aka-3gpp.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-aka-3gpp2.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-aka.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-dynamic.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-gtc.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-identity.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-md5.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-mschapv2.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-peap.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-radius.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-sim-file.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-sim.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-tls.so
/usr/lib64/strongswan/plugins/libstrongswan-eap-ttls.so
/usr/lib64/strongswan/plugins/libstrongswan-ext-auth.so
/usr/lib64/strongswan/plugins/libstrongswan-farp.so
/usr/lib64/strongswan/plugins/libstrongswan-fips-prf.so
/usr/lib64/strongswan/plugins/libstrongswan-gcm.so
/usr/lib64/strongswan/plugins/libstrongswan-gcrypt.so
/usr/lib64/strongswan/plugins/libstrongswan-gmp.so
/usr/lib64/strongswan/plugins/libstrongswan-ha.so
/usr/lib64/strongswan/plugins/libstrongswan-hmac.so
/usr/lib64/strongswan/plugins/libstrongswan-ipseckey.so
/usr/lib64/strongswan/plugins/libstrongswan-kernel-netlink.so
/usr/lib64/strongswan/plugins/libstrongswan-led.so
/usr/lib64/strongswan/plugins/libstrongswan-md4.so
/usr/lib64/strongswan/plugins/libstrongswan-md5.so
/usr/lib64/strongswan/plugins/libstrongswan-mgf1.so
/usr/lib64/strongswan/plugins/libstrongswan-newhope.so
/usr/lib64/strongswan/plugins/libstrongswan-nonce.so
/usr/lib64/strongswan/plugins/libstrongswan-openssl.so
/usr/lib64/strongswan/plugins/libstrongswan-pem.so
/usr/lib64/strongswan/plugins/libstrongswan-pgp.so
/usr/lib64/strongswan/plugins/libstrongswan-pkcs1.so
/usr/lib64/strongswan/plugins/libstrongswan-pkcs11.so
/usr/lib64/strongswan/plugins/libstrongswan-pkcs12.so
/usr/lib64/strongswan/plugins/libstrongswan-pkcs7.so
/usr/lib64/strongswan/plugins/libstrongswan-pkcs8.so
/usr/lib64/strongswan/plugins/libstrongswan-pubkey.so
/usr/lib64/strongswan/plugins/libstrongswan-random.so
/usr/lib64/strongswan/plugins/libstrongswan-rc2.so
/usr/lib64/strongswan/plugins/libstrongswan-resolve.so
/usr/lib64/strongswan/plugins/libstrongswan-revocation.so
/usr/lib64/strongswan/plugins/libstrongswan-sha1.so
/usr/lib64/strongswan/plugins/libstrongswan-sha2.so
/usr/lib64/strongswan/plugins/libstrongswan-socket-default.so
/usr/lib64/strongswan/plugins/libstrongswan-sql.so
/usr/lib64/strongswan/plugins/libstrongswan-sshkey.so
/usr/lib64/strongswan/plugins/libstrongswan-stroke.so
/usr/lib64/strongswan/plugins/libstrongswan-tpm.so
/usr/lib64/strongswan/plugins/libstrongswan-unity.so
/usr/lib64/strongswan/plugins/libstrongswan-updown.so
/usr/lib64/strongswan/plugins/libstrongswan-vici.so
/usr/lib64/strongswan/plugins/libstrongswan-x509.so
/usr/lib64/strongswan/plugins/libstrongswan-xauth-eap.so
/usr/lib64/strongswan/plugins/libstrongswan-xauth-generic.so
/usr/lib64/strongswan/plugins/libstrongswan-xauth-noauth.so
/usr/lib64/strongswan/plugins/libstrongswan-xauth-pam.so
/usr/lib64/strongswan/plugins/libstrongswan-xcbc.so
/usr/libexec/strongswan
/usr/libexec/strongswan/_copyright
/usr/libexec/strongswan/_imv_policy
/usr/libexec/strongswan/_updown
/usr/libexec/strongswan/aikgen
/usr/libexec/strongswan/charon
/usr/libexec/strongswan/duplicheck
/usr/libexec/strongswan/imv_policy_manager
/usr/libexec/strongswan/pki
/usr/libexec/strongswan/scepclient
/usr/libexec/strongswan/starter
/usr/libexec/strongswan/stroke
/usr/libexec/strongswan/tpm_extendpcr
/usr/libexec/strongswan/xfrmi
/usr/sbin/charon-cmd
/usr/sbin/charon-systemd
/usr/sbin/strongswan
/usr/sbin/swanctl
/usr/share/doc/strongswan
/usr/share/doc/strongswan/ChangeLog
/usr/share/doc/strongswan/NEWS
/usr/share/doc/strongswan/README
/usr/share/doc/strongswan/TODO
/usr/share/licenses/strongswan
/usr/share/licenses/strongswan/COPYING
/usr/share/man/man1/strongswan_pki---acert.1.gz
/usr/share/man/man1/strongswan_pki---dn.1.gz
/usr/share/man/man1/strongswan_pki---gen.1.gz
/usr/share/man/man1/strongswan_pki---issue.1.gz
/usr/share/man/man1/strongswan_pki---keyid.1.gz
/usr/share/man/man1/strongswan_pki---pkcs7.1.gz
/usr/share/man/man1/strongswan_pki---print.1.gz
/usr/share/man/man1/strongswan_pki---pub.1.gz
/usr/share/man/man1/strongswan_pki---req.1.gz
/usr/share/man/man1/strongswan_pki---self.1.gz
/usr/share/man/man1/strongswan_pki---signcrl.1.gz
/usr/share/man/man1/strongswan_pki---verify.1.gz
/usr/share/man/man1/strongswan_pki.1.gz
/usr/share/man/man1/strongswan_pt-tls-client.1.gz
/usr/share/man/man5/strongswan.conf.5.gz
/usr/share/man/man5/strongswan_ipsec.conf.5.gz
/usr/share/man/man5/strongswan_ipsec.secrets.5.gz
/usr/share/man/man5/strongswan_swanctl.conf.5.gz
/usr/share/man/man8/strongswan.8.gz
/usr/share/man/man8/strongswan_charon-cmd.8.gz
/usr/share/man/man8/strongswan_scepclient.8.gz
/usr/share/man/man8/strongswan_sec-updater.8.gz
/usr/share/man/man8/strongswan_sw-collector.8.gz
/usr/share/man/man8/strongswan_swanctl.8.gz
/usr/share/strongswan/templates/config
/usr/share/strongswan/templates/config/plugins
/usr/share/strongswan/templates/config/plugins/acert.conf
/usr/share/strongswan/templates/config/plugins/aes.conf
/usr/share/strongswan/templates/config/plugins/aesni.conf
/usr/share/strongswan/templates/config/plugins/attr.conf
/usr/share/strongswan/templates/config/plugins/bypass-lan.conf
/usr/share/strongswan/templates/config/plugins/ccm.conf
/usr/share/strongswan/templates/config/plugins/chapoly.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/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-3gpp.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.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/ext-auth.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/ipseckey.conf
/usr/share/strongswan/templates/config/plugins/kernel-libipsec.conf
/usr/share/strongswan/templates/config/plugins/kernel-netlink.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/newhope.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/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/socket-default.conf
/usr/share/strongswan/templates/config/plugins/sql.conf
/usr/share/strongswan/templates/config/plugins/sqlite.conf
/usr/share/strongswan/templates/config/plugins/sshkey.conf
/usr/share/strongswan/templates/config/plugins/stroke.conf
/usr/share/strongswan/templates/config/plugins/tnc-ifmap.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/tpm.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-noauth.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/aikgen.conf
/usr/share/strongswan/templates/config/strongswan.d/attest.conf
/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/scepclient.conf
/usr/share/strongswan/templates/config/strongswan.d/sec-updater.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-mysql.sql
/usr/share/strongswan/templates/database/imv/tables.sql
/usr/share/strongswan/templates/database/sql
/usr/share/strongswan/templates/database/sql/mysql.sql
/usr/share/strongswan/templates/database/sql/sqlite.sql
/usr/share/strongswan/templates/database/sw-collector
/usr/share/strongswan/templates/database/sw-collector/sw_collector_tables.sql

References

Summary

In this tutorial we learn how to install strongswan on Fedora 34 using yum and dnf.