Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/4d375d6a284d75d25b28ee18eaba797a to your computer and use it in GitHub Desktop.
Save ryantm/4d375d6a284d75d25b28ee18eaba797a to your computer and use it in GitHub Desktop.
/nix/store/591d8i0cyhk0y17fhw1s68j4qvbbgm13-strongswan-5.7.2
├── bin
│   ├── charon-cmd
│   ├── charon-systemd
│   ├── ipsec
│   ├── pki
│   └── swanctl
├── etc
│   ├── ipsec.conf
│   ├── ipsec.d
│   │   ├── aacerts
│   │   ├── acerts
│   │   ├── cacerts
│   │   ├── certs
│   │   ├── crls
│   │   ├── ocspcerts
│   │   ├── private
│   │   └── reqs
│   ├── ipsec.secrets
│   ├── strongswan.conf
│   ├── strongswan.d
│   │   ├── charon
│   │   │   ├── acert.conf
│   │   │   ├── aes.conf
│   │   │   ├── aesni.conf
│   │   │   ├── af-alg.conf
│   │   │   ├── attr.conf
│   │   │   ├── chapoly.conf
│   │   │   ├── cmac.conf
│   │   │   ├── connmark.conf
│   │   │   ├── constraints.conf
│   │   │   ├── counters.conf
│   │   │   ├── curl.conf
│   │   │   ├── curve25519.conf
│   │   │   ├── des.conf
│   │   │   ├── dhcp.conf
│   │   │   ├── dnscert.conf
│   │   │   ├── dnskey.conf
│   │   │   ├── eap-aka-3gpp2.conf
│   │   │   ├── eap-aka.conf
│   │   │   ├── eap-gtc.conf
│   │   │   ├── eap-identity.conf
│   │   │   ├── eap-md5.conf
│   │   │   ├── eap-mschapv2.conf
│   │   │   ├── eap-radius.conf
│   │   │   ├── eap-simaka-pseudonym.conf
│   │   │   ├── eap-simaka-reauth.conf
│   │   │   ├── eap-sim.conf
│   │   │   ├── eap-sim-file.conf
│   │   │   ├── eap-sim-pcsc.conf
│   │   │   ├── ext-auth.conf
│   │   │   ├── farp.conf
│   │   │   ├── fips-prf.conf
│   │   │   ├── forecast.conf
│   │   │   ├── gmp.conf
│   │   │   ├── hmac.conf
│   │   │   ├── kernel-netlink.conf
│   │   │   ├── md5.conf
│   │   │   ├── mgf1.conf
│   │   │   ├── nonce.conf
│   │   │   ├── openssl.conf
│   │   │   ├── pem.conf
│   │   │   ├── pgp.conf
│   │   │   ├── pkcs11.conf
│   │   │   ├── pkcs12.conf
│   │   │   ├── pkcs1.conf
│   │   │   ├── pkcs7.conf
│   │   │   ├── pkcs8.conf
│   │   │   ├── pubkey.conf
│   │   │   ├── random.conf
│   │   │   ├── rc2.conf
│   │   │   ├── rdrand.conf
│   │   │   ├── resolve.conf
│   │   │   ├── revocation.conf
│   │   │   ├── sha1.conf
│   │   │   ├── sha2.conf
│   │   │   ├── socket-default.conf
│   │   │   ├── sshkey.conf
│   │   │   ├── stroke.conf
│   │   │   ├── unbound.conf
│   │   │   ├── updown.conf
│   │   │   ├── vici.conf
│   │   │   ├── x509.conf
│   │   │   ├── xauth-eap.conf
│   │   │   ├── xauth-generic.conf
│   │   │   ├── xauth-pam.conf
│   │   │   └── xcbc.conf
│   │   ├── charon.conf
│   │   ├── charon-logging.conf
│   │   ├── charon-systemd.conf
│   │   ├── pki.conf
│   │   ├── scepclient.conf
│   │   ├── starter.conf
│   │   └── swanctl.conf
│   ├── swanctl
│   │   ├── bliss
│   │   ├── conf.d
│   │   ├── ecdsa
│   │   ├── pkcs12
│   │   ├── pkcs8
│   │   ├── private
│   │   ├── pubkey
│   │   ├── rsa
│   │   ├── swanctl.conf
│   │   ├── x509
│   │   ├── x509aa
│   │   ├── x509ac
│   │   ├── x509ca
│   │   ├── x509crl
│   │   └── x509ocsp
│   └── systemd
│   └── system
│   ├── strongswan.service
│   └── strongswan-swanctl.service
├── lib
│   └── ipsec
│   ├── libcharon.la
│   ├── libcharon.so -> libcharon.so.0.0.0
│   ├── libcharon.so.0 -> libcharon.so.0.0.0
│   ├── libcharon.so.0.0.0
│   ├── libradius.la
│   ├── libradius.so -> libradius.so.0.0.0
│   ├── libradius.so.0 -> libradius.so.0.0.0
│   ├── libradius.so.0.0.0
│   ├── libsimaka.la
│   ├── libsimaka.so -> libsimaka.so.0.0.0
│   ├── libsimaka.so.0 -> libsimaka.so.0.0.0
│   ├── libsimaka.so.0.0.0
│   ├── libstrongswan.la
│   ├── libstrongswan.so -> libstrongswan.so.0.0.0
│   ├── libstrongswan.so.0 -> libstrongswan.so.0.0.0
│   ├── libstrongswan.so.0.0.0
│   ├── libvici.la
│   ├── libvici.so -> libvici.so.0.0.0
│   ├── libvici.so.0 -> libvici.so.0.0.0
│   ├── libvici.so.0.0.0
│   └── plugins
│   ├── libstrongswan-acert.la
│   ├── libstrongswan-acert.so
│   ├── libstrongswan-aes.la
│   ├── libstrongswan-aesni.la
│   ├── libstrongswan-aesni.so
│   ├── libstrongswan-aes.so
│   ├── libstrongswan-af-alg.la
│   ├── libstrongswan-af-alg.so
│   ├── libstrongswan-attr.la
│   ├── libstrongswan-attr.so
│   ├── libstrongswan-chapoly.la
│   ├── libstrongswan-chapoly.so
│   ├── libstrongswan-cmac.la
│   ├── libstrongswan-cmac.so
│   ├── libstrongswan-connmark.la
│   ├── libstrongswan-connmark.so
│   ├── libstrongswan-constraints.la
│   ├── libstrongswan-constraints.so
│   ├── libstrongswan-counters.la
│   ├── libstrongswan-counters.so
│   ├── libstrongswan-curl.la
│   ├── libstrongswan-curl.so
│   ├── libstrongswan-curve25519.la
│   ├── libstrongswan-curve25519.so
│   ├── libstrongswan-des.la
│   ├── libstrongswan-des.so
│   ├── libstrongswan-dhcp.la
│   ├── libstrongswan-dhcp.so
│   ├── libstrongswan-dnscert.la
│   ├── libstrongswan-dnscert.so
│   ├── libstrongswan-dnskey.la
│   ├── libstrongswan-dnskey.so
│   ├── libstrongswan-eap-aka-3gpp2.la
│   ├── libstrongswan-eap-aka-3gpp2.so
│   ├── libstrongswan-eap-aka.la
│   ├── libstrongswan-eap-aka.so
│   ├── libstrongswan-eap-gtc.la
│   ├── libstrongswan-eap-gtc.so
│   ├── libstrongswan-eap-identity.la
│   ├── libstrongswan-eap-identity.so
│   ├── libstrongswan-eap-md5.la
│   ├── libstrongswan-eap-md5.so
│   ├── libstrongswan-eap-mschapv2.la
│   ├── libstrongswan-eap-mschapv2.so
│   ├── libstrongswan-eap-radius.la
│   ├── libstrongswan-eap-radius.so
│   ├── libstrongswan-eap-simaka-pseudonym.la
│   ├── libstrongswan-eap-simaka-pseudonym.so
│   ├── libstrongswan-eap-simaka-reauth.la
│   ├── libstrongswan-eap-simaka-reauth.so
│   ├── libstrongswan-eap-sim-file.la
│   ├── libstrongswan-eap-sim-file.so
│   ├── libstrongswan-eap-sim.la
│   ├── libstrongswan-eap-sim-pcsc.la
│   ├── libstrongswan-eap-sim-pcsc.so
│   ├── libstrongswan-eap-sim.so
│   ├── libstrongswan-ext-auth.la
│   ├── libstrongswan-ext-auth.so
│   ├── libstrongswan-farp.la
│   ├── libstrongswan-farp.so
│   ├── libstrongswan-fips-prf.la
│   ├── libstrongswan-fips-prf.so
│   ├── libstrongswan-forecast.la
│   ├── libstrongswan-forecast.so
│   ├── libstrongswan-gmp.la
│   ├── libstrongswan-gmp.so
│   ├── libstrongswan-hmac.la
│   ├── libstrongswan-hmac.so
│   ├── libstrongswan-kernel-netlink.la
│   ├── libstrongswan-kernel-netlink.so
│   ├── libstrongswan-md5.la
│   ├── libstrongswan-md5.so
│   ├── libstrongswan-mgf1.la
│   ├── libstrongswan-mgf1.so
│   ├── libstrongswan-nonce.la
│   ├── libstrongswan-nonce.so
│   ├── libstrongswan-openssl.la
│   ├── libstrongswan-openssl.so
│   ├── libstrongswan-pem.la
│   ├── libstrongswan-pem.so
│   ├── libstrongswan-pgp.la
│   ├── libstrongswan-pgp.so
│   ├── libstrongswan-pkcs11.la
│   ├── libstrongswan-pkcs11.so
│   ├── libstrongswan-pkcs12.la
│   ├── libstrongswan-pkcs12.so
│   ├── libstrongswan-pkcs1.la
│   ├── libstrongswan-pkcs1.so
│   ├── libstrongswan-pkcs7.la
│   ├── libstrongswan-pkcs7.so
│   ├── libstrongswan-pkcs8.la
│   ├── libstrongswan-pkcs8.so
│   ├── libstrongswan-pubkey.la
│   ├── libstrongswan-pubkey.so
│   ├── libstrongswan-random.la
│   ├── libstrongswan-random.so
│   ├── libstrongswan-rc2.la
│   ├── libstrongswan-rc2.so
│   ├── libstrongswan-rdrand.la
│   ├── libstrongswan-rdrand.so
│   ├── libstrongswan-resolve.la
│   ├── libstrongswan-resolve.so
│   ├── libstrongswan-revocation.la
│   ├── libstrongswan-revocation.so
│   ├── libstrongswan-sha1.la
│   ├── libstrongswan-sha1.so
│   ├── libstrongswan-sha2.la
│   ├── libstrongswan-sha2.so
│   ├── libstrongswan-socket-default.la
│   ├── libstrongswan-socket-default.so
│   ├── libstrongswan-sshkey.la
│   ├── libstrongswan-sshkey.so
│   ├── libstrongswan-stroke.la
│   ├── libstrongswan-stroke.so
│   ├── libstrongswan-unbound.la
│   ├── libstrongswan-unbound.so
│   ├── libstrongswan-updown.la
│   ├── libstrongswan-updown.so
│   ├── libstrongswan-vici.la
│   ├── libstrongswan-vici.so
│   ├── libstrongswan-x509.la
│   ├── libstrongswan-x509.so
│   ├── libstrongswan-xauth-eap.la
│   ├── libstrongswan-xauth-eap.so
│   ├── libstrongswan-xauth-generic.la
│   ├── libstrongswan-xauth-generic.so
│   ├── libstrongswan-xauth-pam.la
│   ├── libstrongswan-xauth-pam.so
│   ├── libstrongswan-xcbc.la
│   └── libstrongswan-xcbc.so
├── libexec
│   └── ipsec
│   ├── charon
│   ├── _copyright
│   ├── scepclient
│   ├── starter
│   ├── stroke
│   └── _updown
├── sbin -> bin
└── share
├── man
│   ├── man1
│   │   ├── pki.1.gz
│   │   ├── pki---acert.1.gz
│   │   ├── pki---dn.1.gz
│   │   ├── pki---gen.1.gz
│   │   ├── pki---issue.1.gz
│   │   ├── pki---keyid.1.gz
│   │   ├── pki---pkcs7.1.gz
│   │   ├── pki---print.1.gz
│   │   ├── pki---pub.1.gz
│   │   ├── pki---req.1.gz
│   │   ├── pki---self.1.gz
│   │   ├── pki---signcrl.1.gz
│   │   └── pki---verify.1.gz
│   ├── man5
│   │   ├── ipsec.conf.5.gz
│   │   ├── ipsec.secrets.5.gz
│   │   ├── strongswan.conf.5.gz
│   │   └── swanctl.conf.5.gz
│   └── man8
│   ├── charon-cmd.8.gz
│   ├── ipsec.8.gz
│   ├── scepclient.8.gz
│   └── swanctl.8.gz
└── strongswan
└── templates
└── config
├── plugins
│   ├── acert.conf
│   ├── aes.conf
│   ├── aesni.conf
│   ├── af-alg.conf
│   ├── attr.conf
│   ├── chapoly.conf
│   ├── cmac.conf
│   ├── connmark.conf
│   ├── constraints.conf
│   ├── counters.conf
│   ├── curl.conf
│   ├── curve25519.conf
│   ├── des.conf
│   ├── dhcp.conf
│   ├── dnscert.conf
│   ├── dnskey.conf
│   ├── eap-aka-3gpp2.conf
│   ├── eap-aka.conf
│   ├── eap-gtc.conf
│   ├── eap-identity.conf
│   ├── eap-md5.conf
│   ├── eap-mschapv2.conf
│   ├── eap-radius.conf
│   ├── eap-simaka-pseudonym.conf
│   ├── eap-simaka-reauth.conf
│   ├── eap-sim.conf
│   ├── eap-sim-file.conf
│   ├── eap-sim-pcsc.conf
│   ├── ext-auth.conf
│   ├── farp.conf
│   ├── fips-prf.conf
│   ├── forecast.conf
│   ├── gmp.conf
│   ├── hmac.conf
│   ├── kernel-netlink.conf
│   ├── md5.conf
│   ├── mgf1.conf
│   ├── nonce.conf
│   ├── openssl.conf
│   ├── pem.conf
│   ├── pgp.conf
│   ├── pkcs11.conf
│   ├── pkcs12.conf
│   ├── pkcs1.conf
│   ├── pkcs7.conf
│   ├── pkcs8.conf
│   ├── pubkey.conf
│   ├── random.conf
│   ├── rc2.conf
│   ├── rdrand.conf
│   ├── resolve.conf
│   ├── revocation.conf
│   ├── sha1.conf
│   ├── sha2.conf
│   ├── socket-default.conf
│   ├── sshkey.conf
│   ├── stroke.conf
│   ├── unbound.conf
│   ├── updown.conf
│   ├── vici.conf
│   ├── x509.conf
│   ├── xauth-eap.conf
│   ├── xauth-generic.conf
│   ├── xauth-pam.conf
│   └── xcbc.conf
├── strongswan.conf
└── strongswan.d
├── charon.conf
├── charon-logging.conf
├── charon-systemd.conf
├── pki.conf
├── scepclient.conf
├── starter.conf
└── swanctl.conf
46 directories, 333 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment