[Pkg-swan-devel] [strongswan] branch master updated (7cfe925 -> adb4e1b)
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sun Sep 3 13:23:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
corsac pushed a change to branch master
in repository strongswan.
from 7cfe925 release strongSwan 5.5.3-2
new de16202 Use dh_missing to catch uninstalled files
new 0005f79 install the whole /etc/swanctl folder, including (empty) subfolders.
new 60d600a restrict permissions on swanctl folder containing private material
new 784751a Install /etc/strongswan.d/charon-systemd.conf with charon-systemd package
new b8ac1d4 Install AppArmor profiles for /usr/sbin/swanctl and /usr/sbin/charon-systemd.
new debb244 replace DEB_BUILD_* by DEB_HOST_* when needed, fix FTCBFS, for example when building for ppc64el on x86. Thanks Helmut Grohne. closes: #866669
adds bba25e2 New upstream version 5.5.3
new 11d6b62 New upstream version 5.6.0
new d35f9a4 Updated version 5.6.0 from 'upstream/5.6.0'
new 23dc3ea New upstream release.
new c69aff4 fix insufficient input validation in gmp plugin, which can cause a denial of service vulnerability (CVE-2017-11185) closes: #872155
new 72b95a3 remove patch, included upstream
new ef37724 install pt-tls-client in /u/b and also install its manpage.
new 919e729 add lintian overrides for private keys directories using 700 permissions.
new adb4e1b release strongSwan 5.6.0-1
The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 4 -
Android.common.mk | 2 +-
Makefile.in | 8 +-
NEWS | 44 +-
conf/Makefile.am | 9 +-
conf/Makefile.in | 17 +-
conf/format-options.py | 42 +-
conf/options/charon.conf | 2 +-
conf/options/charon.opt | 2 +-
conf/options/imcv.conf | 17 +
conf/options/imcv.opt | 9 +
conf/options/sw-collector.conf | 31 +
conf/options/sw-collector.opt | 31 +
conf/options/swanctl.conf | 3 +
conf/options/swanctl.opt | 5 +-
conf/plugins/curl.conf | 12 +
conf/plugins/curl.opt | 3 +
conf/plugins/eap-aka-3ggp2.opt | 1 -
.../{eap-aka-3ggp2.conf => eap-aka-3gpp.conf} | 4 +-
conf/plugins/eap-aka-3gpp.opt | 3 +
.../{eap-aka-3ggp2.conf => eap-aka-3gpp2.conf} | 4 +-
conf/plugins/eap-aka-3gpp2.opt | 4 +
conf/plugins/imc-swid.opt | 7 +-
.../plugins/{eap-aka-3ggp2.conf => imc-swima.conf} | 4 +-
conf/plugins/imc-swima.opt | 21 +
.../plugins/{eap-aka-3ggp2.conf => imv-swima.conf} | 4 +-
conf/plugins/imv-swima.opt | 5 +
conf/strongswan.conf.5.main | 101 +-
config.h.in | 9 +
configure | 459 ++++++--
configure.ac | 77 +-
debian/changelog | 28 +
debian/charon-systemd.install | 3 +
debian/libcharon-extra-plugins.install | 4 +-
debian/rules | 42 +-
debian/strongswan-swanctl.install | 3 +-
debian/strongswan-swanctl.lintian-overrides | 6 +
debian/usr.sbin.charon-systemd | 76 ++
debian/usr.sbin.swanctl | 32 +
fuzz/Makefile.in | 8 +-
init/Makefile.in | 8 +-
init/systemd-swanctl/Makefile.in | 8 +-
init/systemd/Makefile.in | 8 +-
man/Makefile.in | 8 +-
man/ipsec.conf.5.in | 5 +-
scripts/Makefile.in | 8 +-
src/Makefile.am | 4 +
src/Makefile.in | 17 +-
src/_copyright/Makefile.in | 8 +-
src/_updown/Makefile.in | 8 +-
src/aikgen/Makefile.in | 8 +-
src/charon-cmd/Makefile.in | 8 +-
src/charon-nm/Makefile.in | 8 +-
src/charon-svc/Makefile.in | 8 +-
src/charon-systemd/Makefile.in | 8 +-
src/charon-tkm/Makefile.in | 8 +-
src/charon-tkm/src/ees/ees_callbacks.c | 1 +
src/charon-tkm/src/tkm/tkm_kernel_ipsec.c | 71 +-
src/charon-tkm/src/tkm/tkm_kernel_sad.c | 86 +-
src/charon-tkm/src/tkm/tkm_kernel_sad.h | 18 +-
src/charon-tkm/tests/kernel_sad_tests.c | 38 +-
src/charon/Makefile.in | 8 +-
src/checksum/Makefile.am | 8 +
src/checksum/Makefile.in | 13 +-
src/conftest/Makefile.in | 8 +-
src/dumm/Makefile.am | 9 +-
src/dumm/Makefile.in | 64 +-
src/dumm/ext/dumm.c | 2 +
src/dumm/irdumm.c | 2 +
src/include/Makefile.in | 8 +-
src/ipsec/Makefile.in | 8 +-
src/ipsec/_ipsec.8 | 2 +-
src/ipsec/_ipsec.in | 2 +-
src/libcharon/Android.mk | 2 +
src/libcharon/Makefile.am | 7 +
src/libcharon/Makefile.in | 234 ++--
src/libcharon/bus/bus.c | 5 +-
src/libcharon/config/peer_cfg.c | 30 +-
src/libcharon/encoding/generator.c | 2 +-
src/libcharon/encoding/message.h | 8 +-
src/libcharon/encoding/payloads/encodings.h | 2 +-
.../encoding/payloads/proposal_substructure.c | 2 +-
src/libcharon/kernel/kernel_interface.h | 2 +
src/libcharon/plugins/addrblock/Makefile.in | 8 +-
src/libcharon/plugins/android_dns/Makefile.in | 8 +-
src/libcharon/plugins/android_log/Makefile.in | 8 +-
src/libcharon/plugins/attr/Makefile.in | 8 +-
src/libcharon/plugins/attr_sql/Makefile.in | 8 +-
src/libcharon/plugins/bypass_lan/Makefile.in | 8 +-
src/libcharon/plugins/certexpire/Makefile.in | 8 +-
src/libcharon/plugins/connmark/Makefile.in | 8 +-
src/libcharon/plugins/coupling/Makefile.in | 8 +-
src/libcharon/plugins/dhcp/Makefile.in | 8 +-
src/libcharon/plugins/dnscert/Makefile.in | 8 +-
src/libcharon/plugins/duplicheck/Makefile.in | 8 +-
src/libcharon/plugins/eap_aka/Makefile.in | 8 +-
src/libcharon/plugins/eap_aka_3gpp/Makefile.am | 22 +
.../{eap_sim_file => eap_aka_3gpp}/Makefile.in | 71 +-
.../plugins/eap_aka_3gpp/eap_aka_3gpp_card.c | 208 ++++
.../plugins/eap_aka_3gpp/eap_aka_3gpp_card.h | 75 ++
.../plugins/eap_aka_3gpp/eap_aka_3gpp_functions.c | 364 +++++++
.../plugins/eap_aka_3gpp/eap_aka_3gpp_functions.h | 172 +++
.../plugins/eap_aka_3gpp/eap_aka_3gpp_plugin.c | 164 +++
.../plugins/eap_aka_3gpp/eap_aka_3gpp_plugin.h | 89 ++
.../plugins/eap_aka_3gpp/eap_aka_3gpp_provider.c | 205 ++++
.../plugins/eap_aka_3gpp/eap_aka_3gpp_provider.h | 74 ++
src/libcharon/plugins/eap_aka_3gpp2/Makefile.in | 8 +-
src/libcharon/plugins/eap_dynamic/Makefile.in | 8 +-
src/libcharon/plugins/eap_gtc/Makefile.in | 8 +-
src/libcharon/plugins/eap_identity/Makefile.in | 8 +-
src/libcharon/plugins/eap_md5/Makefile.in | 8 +-
src/libcharon/plugins/eap_mschapv2/Makefile.in | 8 +-
src/libcharon/plugins/eap_peap/Makefile.in | 8 +-
src/libcharon/plugins/eap_radius/Makefile.in | 8 +-
.../plugins/eap_radius/eap_radius_accounting.c | 2 +-
src/libcharon/plugins/eap_sim/Makefile.in | 8 +-
src/libcharon/plugins/eap_sim_file/Makefile.in | 8 +-
src/libcharon/plugins/eap_sim_pcsc/Makefile.in | 8 +-
.../plugins/eap_simaka_pseudonym/Makefile.in | 8 +-
.../plugins/eap_simaka_reauth/Makefile.in | 8 +-
src/libcharon/plugins/eap_simaka_sql/Makefile.in | 8 +-
src/libcharon/plugins/eap_tls/Makefile.in | 8 +-
src/libcharon/plugins/eap_tnc/Makefile.in | 8 +-
src/libcharon/plugins/eap_ttls/Makefile.in | 8 +-
src/libcharon/plugins/error_notify/Makefile.in | 8 +-
.../plugins/error_notify/error_notify_socket.c | 3 +-
src/libcharon/plugins/ext_auth/Makefile.in | 8 +-
src/libcharon/plugins/farp/Makefile.in | 8 +-
src/libcharon/plugins/farp/farp_listener.c | 1 +
src/libcharon/plugins/forecast/Makefile.in | 8 +-
src/libcharon/plugins/ha/Makefile.in | 8 +-
src/libcharon/plugins/ipseckey/Makefile.in | 8 +-
src/libcharon/plugins/kernel_iph/Makefile.in | 8 +-
src/libcharon/plugins/kernel_libipsec/Makefile.in | 8 +-
src/libcharon/plugins/kernel_netlink/Makefile.in | 8 +-
.../plugins/kernel_netlink/kernel_netlink_ipsec.c | 14 +-
.../plugins/kernel_netlink/kernel_netlink_shared.c | 14 +-
src/libcharon/plugins/kernel_pfkey/Makefile.in | 8 +-
src/libcharon/plugins/kernel_pfroute/Makefile.in | 8 +-
.../plugins/kernel_pfroute/kernel_pfroute_net.c | 4 +-
src/libcharon/plugins/kernel_wfp/Makefile.in | 8 +-
src/libcharon/plugins/led/Makefile.in | 8 +-
src/libcharon/plugins/load_tester/Makefile.in | 8 +-
src/libcharon/plugins/lookip/Makefile.in | 8 +-
src/libcharon/plugins/medcli/Makefile.in | 8 +-
src/libcharon/plugins/medsrv/Makefile.in | 8 +-
src/libcharon/plugins/osx_attr/Makefile.in | 8 +-
src/libcharon/plugins/p_cscf/Makefile.in | 8 +-
src/libcharon/plugins/radattr/Makefile.in | 8 +-
src/libcharon/plugins/resolve/Makefile.in | 8 +-
src/libcharon/plugins/smp/Makefile.in | 8 +-
src/libcharon/plugins/socket_default/Makefile.in | 8 +-
src/libcharon/plugins/socket_dynamic/Makefile.in | 8 +-
src/libcharon/plugins/socket_win/Makefile.in | 8 +-
src/libcharon/plugins/sql/Makefile.in | 8 +-
src/libcharon/plugins/sql/sql_config.c | 93 +-
src/libcharon/plugins/sql/sql_cred.c | 10 +-
src/libcharon/plugins/stroke/Makefile.in | 8 +-
src/libcharon/plugins/stroke/stroke_config.c | 27 +-
src/libcharon/plugins/systime_fix/Makefile.in | 8 +-
src/libcharon/plugins/tnc_ifmap/Makefile.in | 8 +-
src/libcharon/plugins/tnc_pdp/Makefile.in | 8 +-
src/libcharon/plugins/uci/Makefile.in | 8 +-
src/libcharon/plugins/unity/Makefile.in | 8 +-
src/libcharon/plugins/updown/Makefile.in | 8 +-
src/libcharon/plugins/vici/Makefile.in | 8 +-
src/libcharon/plugins/vici/perl/Makefile.in | 8 +-
src/libcharon/plugins/vici/python/Makefile.in | 8 +-
src/libcharon/plugins/vici/ruby/Makefile.in | 10 +-
src/libcharon/plugins/vici/ruby/lib/vici.rb | 2 +-
src/libcharon/plugins/whitelist/Makefile.in | 8 +-
src/libcharon/plugins/xauth_eap/Makefile.in | 8 +-
src/libcharon/plugins/xauth_generic/Makefile.in | 8 +-
src/libcharon/plugins/xauth_noauth/Makefile.in | 8 +-
src/libcharon/plugins/xauth_pam/Makefile.in | 8 +-
src/libcharon/sa/child_sa.c | 143 ++-
src/libcharon/sa/child_sa.h | 34 +-
src/libcharon/sa/ikev1/task_manager_v1.c | 6 +-
src/libcharon/sa/ikev1/tasks/quick_mode.c | 7 +-
src/libcharon/sa/ikev2/keymat_v2.c | 7 +-
src/libcharon/sa/ikev2/tasks/child_create.c | 81 +-
src/libcharon/sa/ikev2/tasks/child_delete.c | 1 -
src/libcharon/sa/ikev2/tasks/child_rekey.c | 62 +-
src/libcharon/sa/trap_manager.c | 59 +-
src/libcharon/tests/Makefile.in | 8 +-
src/libcharon/tests/suites/test_child_rekey.c | 82 +-
src/libcharon/tests/utils/exchange_test_asserts.h | 12 +-
src/libcharon/tests/utils/sa_asserts.h | 3 +-
src/libfast/Makefile.in | 8 +-
src/libimcv/Android.mk | 11 +
src/libimcv/Makefile.am | 41 +-
src/libimcv/Makefile.in | 361 ++++++-
src/libimcv/ietf/ietf_attr.c | 37 +-
src/libimcv/ietf/ietf_attr.h | 18 +-
src/libimcv/ietf/ietf_attr_pa_tnc_error.c | 22 +-
src/libimcv/ietf/ietf_attr_pa_tnc_error.h | 21 +-
.../swima/ietf_swima_attr_req.c} | 171 ++-
src/libimcv/ietf/swima/ietf_swima_attr_req.h | 96 ++
src/libimcv/ietf/swima/ietf_swima_attr_sw_ev.c | 482 +++++++++
src/libimcv/ietf/swima/ietf_swima_attr_sw_ev.h | 111 ++
src/libimcv/ietf/swima/ietf_swima_attr_sw_inv.c | 438 ++++++++
src/libimcv/ietf/swima/ietf_swima_attr_sw_inv.h | 112 ++
src/libimcv/imcv.h | 3 +
src/libimcv/imcv_tests.h | 4 +-
src/libimcv/imv/data.sql | 118 ++-
src/libimcv/imv/imv_policy_manager.c | 25 +
src/libimcv/imv/tables.sql | 57 +-
src/libimcv/pa_tnc/pa_tnc_msg.c | 5 +-
src/libimcv/plugins/imc_attestation/Makefile.in | 8 +-
src/libimcv/plugins/imc_hcd/Makefile.in | 8 +-
src/libimcv/plugins/imc_os/Makefile.in | 8 +-
src/libimcv/plugins/imc_scanner/Makefile.in | 8 +-
src/libimcv/plugins/imc_swid/Makefile.am | 17 +-
src/libimcv/plugins/imc_swid/Makefile.in | 86 +-
src/libimcv/plugins/imc_swid/imc_swid.c | 13 +-
.../strongswan.org__strongSwan-5-6-0.swidtag | 11 +
...ag.in => strongswan.org__strongSwan.swidtag.in} | 9 +-
src/libimcv/plugins/imc_swima/Makefile.am | 33 +
.../plugins/{imc_swid => imc_swima}/Makefile.in | 127 +--
.../{imc_swid/imc_swid.c => imc_swima/imc_swima.c} | 225 ++--
src/libimcv/plugins/imc_swima/imc_swima_state.c | 176 +++
src/libimcv/plugins/imc_swima/imc_swima_state.h | 51 +
.../strongswan.org__strongSwan-5-6-0.swidtag | 11 +
.../strongswan.org__strongSwan.swidtag.in} | 9 +-
src/libimcv/plugins/imc_test/Makefile.in | 8 +-
src/libimcv/plugins/imv_attestation/Makefile.in | 8 +-
src/libimcv/plugins/imv_attestation/attest_db.c | 239 +++--
src/libimcv/plugins/imv_attestation/attest_usage.c | 7 +-
src/libimcv/plugins/imv_hcd/Makefile.in | 8 +-
src/libimcv/plugins/imv_os/Makefile.in | 8 +-
src/libimcv/plugins/imv_scanner/Makefile.in | 8 +-
src/libimcv/plugins/imv_swid/Makefile.am | 3 +-
src/libimcv/plugins/imv_swid/Makefile.in | 14 +-
src/libimcv/plugins/imv_swid/imv_swid_agent.c | 14 +-
src/libimcv/plugins/imv_swid/imv_swid_rest.c | 124 ---
src/libimcv/plugins/imv_swid/imv_swid_state.c | 14 +-
.../plugins/{imv_swid => imv_swima}/Makefile.am | 13 +-
.../plugins/{imv_swid => imv_swima}/Makefile.in | 54 +-
.../imv_swima/imv_swima.c} | 11 +-
.../imv_swima_agent.c} | 429 +++++---
.../imv_swima/imv_swima_agent.h} | 23 +-
.../imv_swima_state.c} | 222 ++--
src/libimcv/plugins/imv_swima/imv_swima_state.h | 153 +++
src/libimcv/plugins/imv_test/Makefile.in | 8 +-
src/libimcv/pts/components/ita/ita_comp_ima.c | 9 +-
src/libimcv/pts/pts_database.c | 27 +-
src/libimcv/rest/rest.c | 167 +++
.../imv_swid/imv_swid_rest.h => rest/rest.h} | 43 +-
src/libimcv/suites/test_imcv_swima.c | 1117 ++++++++++++++++++++
src/libimcv/swid/swid_inventory.c | 302 ++----
src/libimcv/swid/swid_inventory.h | 5 +-
src/libimcv/swid_gen/swid_gen.c | 291 +++++
src/libimcv/swid_gen/swid_gen.h | 69 ++
src/libimcv/swid_gen/swid_gen_info.c | 174 +++
src/libimcv/swid_gen/swid_gen_info.h | 69 ++
src/libimcv/swima/swima_collector.c | 592 +++++++++++
src/libimcv/swima/swima_collector.h | 68 ++
.../{imcv_tests.h => swima/swima_data_model.c} | 15 +-
.../{imcv_tests.h => swima/swima_data_model.h} | 25 +-
src/libimcv/swima/swima_error.c | 77 ++
src/libimcv/swima/swima_error.h | 43 +
src/libimcv/swima/swima_event.c | 124 +++
src/libimcv/swima/swima_event.h | 87 ++
src/libimcv/swima/swima_events.c | 155 +++
src/libimcv/swima/swima_events.h | 106 ++
src/libimcv/swima/swima_inventory.c | 140 +++
src/libimcv/swima/swima_inventory.h | 99 ++
src/libimcv/swima/swima_record.c | 174 +++
src/libimcv/swima/swima_record.h | 115 ++
src/libimcv/tcg/swid/tcg_swid_attr_req.c | 4 +-
src/libimcv/tcg/swid/tcg_swid_attr_req.h | 6 +-
src/libipsec/Makefile.in | 8 +-
src/libipsec/tests/Makefile.in | 8 +-
src/libpttls/Makefile.in | 8 +-
src/libradius/Makefile.in | 8 +-
src/libsimaka/Makefile.in | 8 +-
src/libstrongswan/Android.mk | 4 +-
src/libstrongswan/Makefile.in | 8 +-
src/libstrongswan/credentials/auth_cfg.c | 2 +-
src/libstrongswan/credentials/credential_manager.c | 2 +
src/libstrongswan/crypto/crypto_tester.h | 2 +-
src/libstrongswan/crypto/prf_plus.c | 4 +-
src/libstrongswan/ipsec/ipsec_types.c | 15 +-
src/libstrongswan/ipsec/ipsec_types.h | 4 +-
src/libstrongswan/math/libnttfft/Makefile.in | 8 +-
src/libstrongswan/math/libnttfft/tests/Makefile.in | 8 +-
src/libstrongswan/plugins/acert/Makefile.in | 8 +-
src/libstrongswan/plugins/aes/Makefile.in | 8 +-
src/libstrongswan/plugins/aesni/Makefile.in | 8 +-
src/libstrongswan/plugins/af_alg/Makefile.in | 8 +-
src/libstrongswan/plugins/agent/Makefile.in | 8 +-
src/libstrongswan/plugins/bliss/Makefile.am | 3 +-
src/libstrongswan/plugins/bliss/Makefile.in | 11 +-
src/libstrongswan/plugins/bliss/tests/Makefile.in | 8 +-
src/libstrongswan/plugins/blowfish/Makefile.in | 8 +-
src/libstrongswan/plugins/ccm/Makefile.in | 8 +-
src/libstrongswan/plugins/chapoly/Makefile.in | 8 +-
src/libstrongswan/plugins/cmac/Makefile.in | 8 +-
src/libstrongswan/plugins/constraints/Makefile.in | 8 +-
src/libstrongswan/plugins/ctr/Makefile.in | 8 +-
src/libstrongswan/plugins/curl/Makefile.in | 8 +-
src/libstrongswan/plugins/curl/curl_fetcher.c | 23 +-
src/libstrongswan/plugins/curve25519/Makefile.in | 8 +-
src/libstrongswan/plugins/des/Makefile.in | 8 +-
src/libstrongswan/plugins/dnskey/Makefile.in | 8 +-
src/libstrongswan/plugins/files/Makefile.in | 8 +-
src/libstrongswan/plugins/fips_prf/Makefile.in | 8 +-
src/libstrongswan/plugins/gcm/Makefile.in | 8 +-
src/libstrongswan/plugins/gcrypt/Makefile.in | 8 +-
src/libstrongswan/plugins/gmp/Makefile.in | 8 +-
src/libstrongswan/plugins/gmp/gmp_rsa_public_key.c | 12 +-
src/libstrongswan/plugins/hmac/Makefile.in | 8 +-
src/libstrongswan/plugins/keychain/Makefile.in | 8 +-
src/libstrongswan/plugins/ldap/Makefile.in | 8 +-
src/libstrongswan/plugins/md4/Makefile.in | 8 +-
src/libstrongswan/plugins/md5/Makefile.in | 8 +-
src/libstrongswan/plugins/mgf1/Makefile.in | 8 +-
src/libstrongswan/plugins/mysql/Makefile.in | 8 +-
src/libstrongswan/plugins/newhope/Makefile.am | 3 +-
src/libstrongswan/plugins/newhope/Makefile.in | 11 +-
.../plugins/newhope/tests/Makefile.in | 8 +-
src/libstrongswan/plugins/nonce/Makefile.in | 8 +-
src/libstrongswan/plugins/ntru/Makefile.am | 3 +-
src/libstrongswan/plugins/ntru/Makefile.in | 11 +-
src/libstrongswan/plugins/openssl/Makefile.in | 8 +-
src/libstrongswan/plugins/openssl/openssl_x509.c | 14 +-
src/libstrongswan/plugins/padlock/Makefile.in | 8 +-
src/libstrongswan/plugins/pem/Makefile.in | 8 +-
src/libstrongswan/plugins/pgp/Makefile.in | 8 +-
src/libstrongswan/plugins/pkcs1/Makefile.in | 8 +-
src/libstrongswan/plugins/pkcs11/Makefile.in | 8 +-
src/libstrongswan/plugins/pkcs12/Makefile.in | 8 +-
src/libstrongswan/plugins/pkcs7/Makefile.in | 8 +-
src/libstrongswan/plugins/pkcs8/Makefile.in | 8 +-
src/libstrongswan/plugins/pubkey/Makefile.in | 8 +-
src/libstrongswan/plugins/random/Makefile.in | 8 +-
src/libstrongswan/plugins/rc2/Makefile.in | 8 +-
src/libstrongswan/plugins/rdrand/Makefile.in | 8 +-
src/libstrongswan/plugins/revocation/Makefile.in | 8 +-
src/libstrongswan/plugins/sha1/Makefile.in | 8 +-
src/libstrongswan/plugins/sha2/Makefile.in | 8 +-
src/libstrongswan/plugins/sha2/sha2_hasher.c | 82 +-
src/libstrongswan/plugins/sha3/Makefile.in | 8 +-
src/libstrongswan/plugins/soup/Makefile.in | 8 +-
src/libstrongswan/plugins/sqlite/Makefile.in | 8 +-
src/libstrongswan/plugins/sshkey/Makefile.in | 8 +-
src/libstrongswan/plugins/test_vectors/Makefile.in | 8 +-
src/libstrongswan/plugins/unbound/Makefile.in | 8 +-
src/libstrongswan/plugins/winhttp/Makefile.in | 8 +-
src/libstrongswan/plugins/x509/Makefile.in | 8 +-
src/libstrongswan/plugins/x509/x509_ocsp_request.c | 3 +-
src/libstrongswan/plugins/xcbc/Makefile.in | 8 +-
src/libstrongswan/tests/Makefile.in | 8 +-
src/libstrongswan/tests/suites/test_settings.c | 8 +-
src/libstrongswan/tests/test_suite.c | 2 +-
src/libstrongswan/tests/tests.h | 2 +-
src/libstrongswan/utils/utils/memory.c | 2 +-
src/libstrongswan/utils/utils/memory.h | 2 +-
src/libtls/Makefile.in | 8 +-
src/libtls/tests/Makefile.in | 8 +-
src/libtls/tls.h | 2 +-
src/libtls/tls_aead.h | 2 +-
src/libtnccs/Android.mk | 2 +-
src/libtnccs/Makefile.in | 8 +-
src/libtnccs/plugins/tnc_imc/Makefile.in | 8 +-
src/libtnccs/plugins/tnc_imv/Makefile.in | 8 +-
src/libtnccs/plugins/tnc_tnccs/Makefile.in | 8 +-
src/libtnccs/plugins/tnccs_11/Makefile.in | 8 +-
src/libtnccs/plugins/tnccs_20/Makefile.in | 8 +-
src/libtnccs/plugins/tnccs_dynamic/Makefile.in | 8 +-
src/libtncif/Makefile.in | 8 +-
src/libtncif/tncif_pa_subtypes.c | 10 +-
src/libtncif/tncif_pa_subtypes.h | 3 +-
src/libtpmtss/Makefile.in | 8 +-
src/libtpmtss/plugins/tpm/Makefile.in | 8 +-
src/libtpmtss/tpm_tss_tss2.c | 94 +-
src/manager/Makefile.in | 8 +-
src/medsrv/Makefile.in | 8 +-
src/pki/Makefile.in | 8 +-
src/pki/man/Makefile.in | 8 +-
src/pki/man/pki---print.1.in | 6 +-
src/pool/Makefile.in | 8 +-
src/pt-tls-client/Makefile.am | 6 +-
src/pt-tls-client/Makefile.in | 161 ++-
src/pt-tls-client/pt-tls-client.1.in | 130 +++
src/pt-tls-client/pt-tls-client.c | 40 +-
src/scepclient/Makefile.in | 8 +-
src/starter/Makefile.in | 8 +-
src/starter/tests/Makefile.in | 8 +-
src/stroke/Makefile.in | 8 +-
src/sw-collector/Makefile.am | 32 +
src/{charon-cmd => sw-collector}/Makefile.in | 168 +--
src/sw-collector/sw-collector.8.in | 124 +++
src/sw-collector/sw-collector.c | 652 ++++++++++++
src/sw-collector/sw_collector_db.c | 427 ++++++++
src/sw-collector/sw_collector_db.h | 155 +++
src/sw-collector/sw_collector_dpkg.c | 152 +++
src/sw-collector/sw_collector_dpkg.h | 53 +
src/sw-collector/sw_collector_history.c | 519 +++++++++
src/sw-collector/sw_collector_history.h | 91 ++
src/sw-collector/sw_collector_rest_api.c | 200 ++++
src/sw-collector/sw_collector_rest_api.h | 57 +
src/sw-collector/sw_collector_tables.sql | 31 +
src/swanctl/Makefile.am | 1 +
src/swanctl/Makefile.in | 9 +-
src/swanctl/command.c | 4 +
src/swanctl/swanctl.conf | 6 +
src/swanctl/swanctl.conf.5.main | 29 +-
src/swanctl/swanctl.opt | 16 +-
testing/Makefile.in | 8 +-
testing/do-tests | 94 +-
testing/hosts/alice/etc/strongswan.conf | 6 +-
testing/hosts/bob/etc/strongswan.conf | 6 +-
testing/hosts/carol/etc/strongswan.conf | 6 +-
testing/hosts/dave/etc/strongswan.conf | 6 +-
testing/hosts/default/usr/local/bin/init_collector | 4 +
testing/hosts/moon/etc/strongswan.conf | 6 +-
testing/hosts/sun/etc/strongswan.conf | 6 +-
testing/hosts/venus/etc/strongswan.conf | 6 +-
.../hosts/winnetou/etc/openssl/duck/index.txt.old | 0
testing/scripts/build-guestimages | 2 +-
testing/scripts/build-strongswan | 1 +
testing/scripts/recipes/013_strongswan.mk | 2 +
testing/testing.conf | 2 +-
testing/tests/ikev2/net2net-rekey/description.txt | 10 +
testing/tests/ikev2/net2net-rekey/evaltest.dat | 14 +
.../ikev2/net2net-rekey/hosts/moon/etc/ipsec.conf | 24 +
.../net2net-rekey/hosts/moon/etc/strongswan.conf | 7 +
.../net2net-rekey/hosts/sun}/etc/ipsec.conf | 17 +-
.../net2net-rekey/hosts/sun}/etc/strongswan.conf | 0
.../net2net-rekey}/posttest.dat | 0
.../net2net-rekey}/pretest.dat | 0
.../net2net-ah => ikev2/net2net-rekey}/test.conf | 0
.../rw-suite-b-192/hosts/dave/etc/ipsec.conf | 2 +-
testing/tests/pfkey/net2net-rekey/description.txt | 10 +
testing/tests/pfkey/net2net-rekey/evaltest.dat | 16 +
.../pfkey/net2net-rekey/hosts/moon/etc/ipsec.conf | 24 +
.../net2net-rekey/hosts/moon/etc/strongswan.conf | 7 +
.../net2net-rekey/hosts/sun}/etc/ipsec.conf | 17 +-
.../hosts/sun}/etc/strongswan.conf | 0
.../net2net-rekey}/posttest.dat | 0
.../net2net-rekey}/pretest.dat | 0
.../net2net-ah => pfkey/net2net-rekey}/test.conf | 0
testing/tests/tkm/xfrmproxy-expire/evaltest.dat | 12 +-
.../hosts/moon/etc/strongswan.conf | 2 +
.../xfrmproxy-expire/hosts/moon/etc/tkm/tkm.conf | 2 +-
testing/tests/tkm/xfrmproxy-rekey/description.txt | 6 +
.../evaltest.dat | 13 +-
.../hosts/moon/etc/strongswan.conf | 2 +
.../hosts/moon/etc/tkm/moonKey.der | Bin
.../hosts/moon/etc/tkm/strongswanCert.der | Bin
.../hosts/moon/etc/tkm/tkm.conf | 0
.../tkm/xfrmproxy-rekey/hosts/sun/etc/ipsec.conf | 22 +
.../hosts/sun/etc/strongswan.conf | 0
.../posttest.dat | 0
.../pretest.dat | 0
.../host2host-ah => tkm/xfrmproxy-rekey}/test.conf | 0
.../tests/tnc/tnccs-20-ev-pt-tls/description.txt | 9 +
.../evaltest.dat | 17 +-
.../etc/apache2/sites-available/000-default.conf | 0
.../alice/etc/apache2/sites-available/default | 0
.../hosts/alice/etc/iptables.rules | 0
.../hosts/alice/etc/pts/data1.sql | 0
.../hosts/alice/etc/strongTNC/settings.ini | 0
.../hosts/alice/etc/strongswan.conf | 49 +
.../hosts/alice/etc/swanctl/rsa}/aaaKey.pem | 0
.../hosts/alice/etc/swanctl/swanctl.conf | 0
.../hosts/alice/etc/swanctl/x509}/aaaCert.pem | 0
.../tnccs-20-ev-pt-tls/hosts/alice/etc/tnc_config | 4 +
.../hosts/carol/etc/ipsec.sql | 0
.../hosts/carol/etc/iptables.rules | 0
.../hosts/carol/etc/pts/options | 0
.../hosts/carol/etc/strongswan.conf | 25 +
.../hosts/carol}/etc/swanctl/swanctl.conf | 0
.../tnccs-20-ev-pt-tls/hosts/carol/etc/tnc_config | 4 +
.../hosts/dave}/etc/ipsec.sql | 0
.../hosts/dave}/etc/iptables.rules | 0
.../hosts/dave/etc/pts/options | 0
.../hosts/dave/etc/strongswan.conf | 20 +
.../hosts/dave}/etc/swanctl/swanctl.conf | 0
.../tnccs-20-ev-pt-tls/hosts/dave/etc/tnc_config | 4 +
.../hosts/moon/etc/strongswan.conf | 0
.../hosts/moon/etc/swanctl/swanctl.conf | 0
.../posttest.dat | 0
.../pretest.dat | 5 +-
testing/tests/tnc/tnccs-20-ev-pt-tls/test.conf | 29 +
.../tests/tnc/tnccs-20-mutual-pt-tls/pretest.dat | 2 +-
.../tests/tnc/tnccs-20-nea-pt-tls/description.txt | 9 +
.../evaltest.dat | 16 +-
.../etc/apache2/sites-available/000-default.conf | 0
.../alice/etc/apache2/sites-available/default | 0
.../hosts/alice/etc/iptables.rules | 0
.../hosts/alice/etc/pts/data1.sql | 0
.../hosts/alice/etc/strongTNC/settings.ini | 0
.../hosts/alice/etc/strongswan.conf | 49 +
.../hosts/alice/etc/swanctl/rsa}/aaaKey.pem | 0
.../hosts/alice/etc/swanctl/swanctl.conf | 0
.../hosts/alice/etc/swanctl/x509}/aaaCert.pem | 0
.../tnccs-20-nea-pt-tls/hosts/alice/etc/tnc_config | 4 +
.../hosts/carol/etc/ipsec.sql | 0
.../hosts/carol/etc/iptables.rules | 0
.../hosts/carol/etc/pts/options | 0
.../hosts/carol/etc/strongswan.conf | 18 +
.../hosts/carol}/etc/swanctl/swanctl.conf | 0
.../tnccs-20-nea-pt-tls/hosts/carol/etc/tnc_config | 4 +
.../hosts/dave}/etc/ipsec.sql | 0
.../hosts/dave}/etc/iptables.rules | 0
.../hosts/dave/etc/pts/options | 0
.../hosts/dave/etc/strongswan.conf | 27 +
.../hosts/dave}/etc/swanctl/swanctl.conf | 0
.../tnccs-20-nea-pt-tls/hosts/dave/etc/tnc_config | 4 +
.../hosts/moon/etc/strongswan.conf | 0
.../hosts/moon/etc/swanctl/swanctl.conf | 0
.../posttest.dat | 0
.../pretest.dat | 4 +-
.../test.conf | 0
testing/tests/tnc/tnccs-20-pdp-pt-tls/evaltest.dat | 2 +-
testing/tests/tnc/tnccs-20-pdp-pt-tls/pretest.dat | 4 +-
518 files changed, 15024 insertions(+), 2761 deletions(-)
delete mode 100644 .gitignore
create mode 100644 conf/options/sw-collector.conf
create mode 100644 conf/options/sw-collector.opt
create mode 100644 conf/plugins/curl.conf
create mode 100644 conf/plugins/curl.opt
delete mode 100644 conf/plugins/eap-aka-3ggp2.opt
copy conf/plugins/{eap-aka-3ggp2.conf => eap-aka-3gpp.conf} (54%)
create mode 100644 conf/plugins/eap-aka-3gpp.opt
copy conf/plugins/{eap-aka-3ggp2.conf => eap-aka-3gpp2.conf} (54%)
create mode 100644 conf/plugins/eap-aka-3gpp2.opt
copy conf/plugins/{eap-aka-3ggp2.conf => imc-swima.conf} (77%)
create mode 100644 conf/plugins/imc-swima.opt
rename conf/plugins/{eap-aka-3ggp2.conf => imv-swima.conf} (77%)
create mode 100644 conf/plugins/imv-swima.opt
create mode 100644 debian/strongswan-swanctl.lintian-overrides
create mode 100644 debian/usr.sbin.charon-systemd
create mode 100644 debian/usr.sbin.swanctl
create mode 100644 src/libcharon/plugins/eap_aka_3gpp/Makefile.am
copy src/libcharon/plugins/{eap_sim_file => eap_aka_3gpp}/Makefile.in (91%)
create mode 100644 src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_card.c
create mode 100644 src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_card.h
create mode 100644 src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_functions.c
create mode 100644 src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_functions.h
create mode 100644 src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_plugin.c
create mode 100644 src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_plugin.h
create mode 100644 src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_provider.c
create mode 100644 src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_provider.h
copy src/libimcv/{tcg/swid/tcg_swid_attr_req.c => ietf/swima/ietf_swima_attr_req.c} (55%)
create mode 100644 src/libimcv/ietf/swima/ietf_swima_attr_req.h
create mode 100644 src/libimcv/ietf/swima/ietf_swima_attr_sw_ev.c
create mode 100644 src/libimcv/ietf/swima/ietf_swima_attr_sw_ev.h
create mode 100644 src/libimcv/ietf/swima/ietf_swima_attr_sw_inv.c
create mode 100644 src/libimcv/ietf/swima/ietf_swima_attr_sw_inv.h
create mode 100644 src/libimcv/plugins/imc_swid/strongswan.org__strongSwan-5-6-0.swidtag
copy src/libimcv/plugins/imc_swid/{regid.2004-03.org.strongswan_strongSwan.swidtag.in => strongswan.org__strongSwan.swidtag.in} (50%)
create mode 100644 src/libimcv/plugins/imc_swima/Makefile.am
copy src/libimcv/plugins/{imc_swid => imc_swima}/Makefile.in (87%)
copy src/libimcv/plugins/{imc_swid/imc_swid.c => imc_swima/imc_swima.c} (60%)
create mode 100644 src/libimcv/plugins/imc_swima/imc_swima_state.c
create mode 100644 src/libimcv/plugins/imc_swima/imc_swima_state.h
create mode 100644 src/libimcv/plugins/imc_swima/strongswan.org__strongSwan-5-6-0.swidtag
rename src/libimcv/plugins/{imc_swid/regid.2004-03.org.strongswan_strongSwan.swidtag.in => imc_swima/strongswan.org__strongSwan.swidtag.in} (50%)
delete mode 100644 src/libimcv/plugins/imv_swid/imv_swid_rest.c
copy src/libimcv/plugins/{imv_swid => imv_swima}/Makefile.am (54%)
copy src/libimcv/plugins/{imv_swid => imv_swima}/Makefile.in (94%)
copy src/libimcv/{imcv_tests.h => plugins/imv_swima/imv_swima.c} (69%)
copy src/libimcv/plugins/{imv_swid/imv_swid_agent.c => imv_swima/imv_swima_agent.c} (57%)
copy src/libimcv/{imcv_tests.h => plugins/imv_swima/imv_swima_agent.h} (54%)
copy src/libimcv/plugins/{imv_swid/imv_swid_state.c => imv_swima/imv_swima_state.c} (52%)
create mode 100644 src/libimcv/plugins/imv_swima/imv_swima_state.h
create mode 100644 src/libimcv/rest/rest.c
rename src/libimcv/{plugins/imv_swid/imv_swid_rest.h => rest/rest.h} (59%)
create mode 100644 src/libimcv/suites/test_imcv_swima.c
create mode 100644 src/libimcv/swid_gen/swid_gen.c
create mode 100644 src/libimcv/swid_gen/swid_gen.h
create mode 100644 src/libimcv/swid_gen/swid_gen_info.c
create mode 100644 src/libimcv/swid_gen/swid_gen_info.h
create mode 100644 src/libimcv/swima/swima_collector.c
create mode 100644 src/libimcv/swima/swima_collector.h
copy src/libimcv/{imcv_tests.h => swima/swima_data_model.c} (56%)
copy src/libimcv/{imcv_tests.h => swima/swima_data_model.h} (50%)
create mode 100644 src/libimcv/swima/swima_error.c
create mode 100644 src/libimcv/swima/swima_error.h
create mode 100644 src/libimcv/swima/swima_event.c
create mode 100644 src/libimcv/swima/swima_event.h
create mode 100644 src/libimcv/swima/swima_events.c
create mode 100644 src/libimcv/swima/swima_events.h
create mode 100644 src/libimcv/swima/swima_inventory.c
create mode 100644 src/libimcv/swima/swima_inventory.h
create mode 100644 src/libimcv/swima/swima_record.c
create mode 100644 src/libimcv/swima/swima_record.h
create mode 100644 src/pt-tls-client/pt-tls-client.1.in
create mode 100644 src/sw-collector/Makefile.am
copy src/{charon-cmd => sw-collector}/Makefile.in (85%)
create mode 100644 src/sw-collector/sw-collector.8.in
create mode 100644 src/sw-collector/sw-collector.c
create mode 100644 src/sw-collector/sw_collector_db.c
create mode 100644 src/sw-collector/sw_collector_db.h
create mode 100644 src/sw-collector/sw_collector_dpkg.c
create mode 100644 src/sw-collector/sw_collector_dpkg.h
create mode 100644 src/sw-collector/sw_collector_history.c
create mode 100644 src/sw-collector/sw_collector_history.h
create mode 100644 src/sw-collector/sw_collector_rest_api.c
create mode 100644 src/sw-collector/sw_collector_rest_api.h
create mode 100644 src/sw-collector/sw_collector_tables.sql
create mode 100755 testing/hosts/default/usr/local/bin/init_collector
copy AUTHORS => testing/hosts/winnetou/etc/openssl/duck/index.txt.old (100%)
create mode 100644 testing/tests/ikev2/net2net-rekey/description.txt
create mode 100644 testing/tests/ikev2/net2net-rekey/evaltest.dat
create mode 100644 testing/tests/ikev2/net2net-rekey/hosts/moon/etc/ipsec.conf
create mode 100644 testing/tests/ikev2/net2net-rekey/hosts/moon/etc/strongswan.conf
copy testing/tests/{openssl-ikev2/rw-suite-b-192/hosts/dave => ikev2/net2net-rekey/hosts/sun}/etc/ipsec.conf (50%)
copy testing/tests/{ikev1/alg-sha256/hosts/moon => ikev2/net2net-rekey/hosts/sun}/etc/strongswan.conf (100%)
copy testing/tests/{ikev1/net2net-cert => ikev2/net2net-rekey}/posttest.dat (100%)
copy testing/tests/{ikev1/nat-virtual-ip => ikev2/net2net-rekey}/pretest.dat (100%)
copy testing/tests/{ikev1/net2net-ah => ikev2/net2net-rekey}/test.conf (100%)
create mode 100644 testing/tests/pfkey/net2net-rekey/description.txt
create mode 100644 testing/tests/pfkey/net2net-rekey/evaltest.dat
create mode 100644 testing/tests/pfkey/net2net-rekey/hosts/moon/etc/ipsec.conf
create mode 100644 testing/tests/pfkey/net2net-rekey/hosts/moon/etc/strongswan.conf
copy testing/tests/{openssl-ikev2/rw-suite-b-192/hosts/dave => pfkey/net2net-rekey/hosts/sun}/etc/ipsec.conf (50%)
copy testing/tests/pfkey/{compress/hosts/moon => net2net-rekey/hosts/sun}/etc/strongswan.conf (100%)
copy testing/tests/{ikev1/net2net-cert => pfkey/net2net-rekey}/posttest.dat (100%)
copy testing/tests/{ikev1/nat-virtual-ip => pfkey/net2net-rekey}/pretest.dat (100%)
copy testing/tests/{ikev1/net2net-ah => pfkey/net2net-rekey}/test.conf (100%)
create mode 100644 testing/tests/tkm/xfrmproxy-rekey/description.txt
copy testing/tests/tkm/{xfrmproxy-expire => xfrmproxy-rekey}/evaltest.dat (73%)
copy testing/tests/tkm/{xfrmproxy-expire => xfrmproxy-rekey}/hosts/moon/etc/strongswan.conf (54%)
copy testing/tests/tkm/{host2host-initiator => xfrmproxy-rekey}/hosts/moon/etc/tkm/moonKey.der (100%)
copy testing/tests/tkm/{host2host-initiator => xfrmproxy-rekey}/hosts/moon/etc/tkm/strongswanCert.der (100%)
copy testing/tests/tkm/{host2host-initiator => xfrmproxy-rekey}/hosts/moon/etc/tkm/tkm.conf (100%)
create mode 100644 testing/tests/tkm/xfrmproxy-rekey/hosts/sun/etc/ipsec.conf
copy testing/tests/tkm/{host2host-initiator => xfrmproxy-rekey}/hosts/sun/etc/strongswan.conf (100%)
copy testing/tests/tkm/{host2host-xfrmproxy => xfrmproxy-rekey}/posttest.dat (100%)
copy testing/tests/tkm/{host2host-xfrmproxy => xfrmproxy-rekey}/pretest.dat (100%)
copy testing/tests/{ikev1/host2host-ah => tkm/xfrmproxy-rekey}/test.conf (100%)
create mode 100644 testing/tests/tnc/tnccs-20-ev-pt-tls/description.txt
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-ev-pt-tls}/evaltest.dat (66%)
copy testing/tests/tnc/{tnccs-20-pdp-eap => tnccs-20-ev-pt-tls}/hosts/alice/etc/apache2/sites-available/000-default.conf (100%)
copy testing/tests/tnc/{tnccs-20-pdp-eap => tnccs-20-ev-pt-tls}/hosts/alice/etc/apache2/sites-available/default (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-ev-pt-tls}/hosts/alice/etc/iptables.rules (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-ev-pt-tls}/hosts/alice/etc/pts/data1.sql (100%)
copy testing/tests/tnc/{tnccs-20-pdp-eap => tnccs-20-ev-pt-tls}/hosts/alice/etc/strongTNC/settings.ini (100%)
create mode 100644 testing/tests/tnc/tnccs-20-ev-pt-tls/hosts/alice/etc/strongswan.conf
copy testing/{hosts/alice/etc/raddb/certs => tests/tnc/tnccs-20-ev-pt-tls/hosts/alice/etc/swanctl/rsa}/aaaKey.pem (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-ev-pt-tls}/hosts/alice/etc/swanctl/swanctl.conf (100%)
copy testing/{hosts/alice/etc/raddb/certs => tests/tnc/tnccs-20-ev-pt-tls/hosts/alice/etc/swanctl/x509}/aaaCert.pem (100%)
create mode 100644 testing/tests/tnc/tnccs-20-ev-pt-tls/hosts/alice/etc/tnc_config
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-ev-pt-tls}/hosts/carol/etc/ipsec.sql (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-ev-pt-tls}/hosts/carol/etc/iptables.rules (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-ev-pt-tls}/hosts/carol/etc/pts/options (100%)
create mode 100644 testing/tests/tnc/tnccs-20-ev-pt-tls/hosts/carol/etc/strongswan.conf
copy testing/tests/tnc/{tnccs-20-mutual-pt-tls/hosts/moon => tnccs-20-ev-pt-tls/hosts/carol}/etc/swanctl/swanctl.conf (100%)
create mode 100644 testing/tests/tnc/tnccs-20-ev-pt-tls/hosts/carol/etc/tnc_config
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls/hosts/carol => tnccs-20-ev-pt-tls/hosts/dave}/etc/ipsec.sql (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls/hosts/carol => tnccs-20-ev-pt-tls/hosts/dave}/etc/iptables.rules (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-ev-pt-tls}/hosts/dave/etc/pts/options (100%)
create mode 100644 testing/tests/tnc/tnccs-20-ev-pt-tls/hosts/dave/etc/strongswan.conf
copy testing/tests/tnc/{tnccs-20-mutual-pt-tls/hosts/moon => tnccs-20-ev-pt-tls/hosts/dave}/etc/swanctl/swanctl.conf (100%)
create mode 100644 testing/tests/tnc/tnccs-20-ev-pt-tls/hosts/dave/etc/tnc_config
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-ev-pt-tls}/hosts/moon/etc/strongswan.conf (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-ev-pt-tls}/hosts/moon/etc/swanctl/swanctl.conf (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-ev-pt-tls}/posttest.dat (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-ev-pt-tls}/pretest.dat (86%)
create mode 100644 testing/tests/tnc/tnccs-20-ev-pt-tls/test.conf
create mode 100644 testing/tests/tnc/tnccs-20-nea-pt-tls/description.txt
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/evaltest.dat (65%)
copy testing/tests/tnc/{tnccs-20-pdp-eap => tnccs-20-nea-pt-tls}/hosts/alice/etc/apache2/sites-available/000-default.conf (100%)
copy testing/tests/tnc/{tnccs-20-pdp-eap => tnccs-20-nea-pt-tls}/hosts/alice/etc/apache2/sites-available/default (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/hosts/alice/etc/iptables.rules (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/hosts/alice/etc/pts/data1.sql (100%)
copy testing/tests/tnc/{tnccs-20-pdp-eap => tnccs-20-nea-pt-tls}/hosts/alice/etc/strongTNC/settings.ini (100%)
create mode 100644 testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/alice/etc/strongswan.conf
copy testing/{hosts/alice/etc/raddb/certs => tests/tnc/tnccs-20-nea-pt-tls/hosts/alice/etc/swanctl/rsa}/aaaKey.pem (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/hosts/alice/etc/swanctl/swanctl.conf (100%)
copy testing/{hosts/alice/etc/raddb/certs => tests/tnc/tnccs-20-nea-pt-tls/hosts/alice/etc/swanctl/x509}/aaaCert.pem (100%)
create mode 100644 testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/alice/etc/tnc_config
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/hosts/carol/etc/ipsec.sql (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/hosts/carol/etc/iptables.rules (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/hosts/carol/etc/pts/options (100%)
create mode 100644 testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/carol/etc/strongswan.conf
copy testing/tests/tnc/{tnccs-20-mutual-pt-tls/hosts/moon => tnccs-20-nea-pt-tls/hosts/carol}/etc/swanctl/swanctl.conf (100%)
create mode 100644 testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/carol/etc/tnc_config
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls/hosts/carol => tnccs-20-nea-pt-tls/hosts/dave}/etc/ipsec.sql (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls/hosts/carol => tnccs-20-nea-pt-tls/hosts/dave}/etc/iptables.rules (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/hosts/dave/etc/pts/options (100%)
create mode 100644 testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/dave/etc/strongswan.conf
copy testing/tests/tnc/{tnccs-20-mutual-pt-tls/hosts/moon => tnccs-20-nea-pt-tls/hosts/dave}/etc/swanctl/swanctl.conf (100%)
create mode 100644 testing/tests/tnc/tnccs-20-nea-pt-tls/hosts/dave/etc/tnc_config
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/hosts/moon/etc/strongswan.conf (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/hosts/moon/etc/swanctl/swanctl.conf (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/posttest.dat (100%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/pretest.dat (89%)
copy testing/tests/tnc/{tnccs-20-pdp-pt-tls => tnccs-20-nea-pt-tls}/test.conf (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-swan/strongswan.git
More information about the Pkg-swan-devel
mailing list