[Pkg-swan-devel] [strongswan] 01/08: Merge tag 'upstream/5.3.4'

Yves-Alexis Perez corsac at moszumanska.debian.org
Fri Nov 20 07:09:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

corsac pushed a commit to branch master
in repository strongswan.

commit fb6324eb165d1577bc4541bc2fc6758c56da2a95
Merge: ea6a577 1e980d6
Author: Yves-Alexis Perez <corsac at debian.org>
Date:   Wed Nov 18 15:19:06 2015 +0100

    Merge tag 'upstream/5.3.4'
    
    Upstream version 5.3.4

 Android.common.mk                                  |   2 +-
 NEWS                                               |  16 +-
 conf/options/charon-logging.conf                   |   5 +
 conf/options/charon-logging.opt                    |   4 +
 conf/options/charon.conf                           |   8 +
 conf/options/charon.opt                            |   8 +
 conf/strongswan.conf.5.main                        |  17 +
 config.h.in                                        |   3 +
 configure                                          |  75 ++-
 configure.ac                                       |  16 +-
 init/systemd/strongswan.service.in                 |   2 +-
 src/_updown/_updown.in                             |  31 ++
 src/charon-cmd/charon-cmd.c                        |  12 +-
 src/charon-nm/charon-nm.c                          |  10 +-
 src/charon-systemd/charon-systemd.c                |  10 +-
 src/charon-tkm/src/charon-tkm.c                    |  14 +-
 src/charon-tkm/src/tkm/tkm_kernel_ipsec.c          |   7 +-
 src/charon-tkm/src/tkm/tkm_spi_generator.c         |  98 ++++
 .../src/tkm/tkm_spi_generator.h}                   |  37 +-
 src/charon/charon.c                                |  11 +-
 src/conftest/conftest.c                            |  10 +-
 src/include/Makefile.am                            |   2 +-
 src/include/Makefile.in                            |   2 +-
 src/include/linux/socket.h                         |  21 +
 src/ipsec/_ipsec.8                                 |   2 +-
 src/ipsec/_ipsec.in                                |   4 +-
 src/libcharon/Android.mk                           |   1 -
 src/libcharon/bus/listeners/file_logger.c          |  32 +-
 src/libcharon/bus/listeners/file_logger.h          |   7 +-
 src/libcharon/config/peer_cfg.c                    |   2 +-
 src/libcharon/daemon.c                             |  46 +-
 src/libcharon/plugins/eap_mschapv2/eap_mschapv2.c  | 115 +++--
 .../plugins/eap_radius/eap_radius_provider.c       |  32 +-
 .../plugins/error_notify/error_notify_listener.c   |   2 +-
 src/libcharon/plugins/ha/ha_child.c                |   2 +-
 src/libcharon/plugins/ha/ha_dispatcher.c           |   2 +-
 .../kernel_libipsec/kernel_libipsec_ipsec.c        |   7 +-
 .../plugins/kernel_wfp/kernel_wfp_ipsec.c          |   9 +-
 .../plugins/load_tester/load_tester_ipsec.c        |   5 +-
 .../plugins/socket_default/socket_default_socket.c | 281 +++++++----
 .../plugins/socket_dynamic/socket_dynamic_socket.c |  94 ++--
 src/libcharon/plugins/stroke/stroke_config.c       |   6 +-
 src/libcharon/plugins/stroke/stroke_control.c      |  71 +--
 src/libcharon/plugins/stroke/stroke_list.c         |   6 +-
 src/libcharon/plugins/vici/README.md               |  21 +-
 src/libcharon/plugins/vici/vici_attribute.c        |  28 +-
 src/libcharon/plugins/vici/vici_cred.c             |  12 +-
 src/libcharon/plugins/vici/vici_query.c            |  47 ++
 .../processing/jobs/initiate_mediation_job.c       |   4 +
 src/libcharon/sa/child_sa.c                        | 178 +++----
 src/libcharon/sa/ike_sa_manager.c                  |  84 +++-
 src/libcharon/sa/ike_sa_manager.h                  |  21 +-
 src/libcharon/sa/ikev1/keymat_v1.c                 |  20 +-
 src/libcharon/sa/ikev1/task_manager_v1.c           | 110 ++++-
 src/libcharon/sa/ikev1/tasks/mode_config.c         |   4 +-
 src/libcharon/sa/ikev1/tasks/quick_delete.c        |   4 +-
 src/libcharon/sa/ikev1/tasks/quick_mode.c          |   6 +-
 src/libcharon/sa/ikev1/tasks/xauth.c               |  10 +-
 src/libcharon/sa/ikev2/keymat_v2.c                 |   1 +
 src/libcharon/sa/ikev2/tasks/child_create.c        |   4 +-
 src/libcharon/sa/ikev2/tasks/child_delete.c        |   4 +-
 src/libcharon/sa/ikev2/tasks/ike_mobike.c          |   6 +-
 src/libcharon/sa/ikev2/tasks/ike_natd.c            |  28 +-
 src/libcharon/sa/shunt_manager.c                   |  66 ++-
 src/libcharon/sa/trap_manager.c                    |   2 +
 src/libfast/fast_dispatcher.c                      |   3 +-
 src/libhydra/Android.mk                            |   1 -
 src/libhydra/kernel/kernel_interface.c             |  27 +-
 src/libhydra/kernel/kernel_interface.h             |  53 ++-
 src/libhydra/kernel/kernel_ipsec.c                 |   7 +-
 src/libhydra/kernel/kernel_ipsec.h                 |  23 +-
 src/libhydra/kernel/kernel_net.c                   |   7 +-
 .../plugins/kernel_netlink/kernel_netlink_ipsec.c  |  81 ++--
 .../plugins/kernel_pfkey/kernel_pfkey_ipsec.c      |  19 +-
 src/libimcv/imv/data.sql                           |  48 ++
 src/libipsec/Android.mk                            |   1 -
 src/libipsec/esp_context.c                         |  14 +-
 src/libstrongswan/Android.mk                       |   4 +-
 src/libstrongswan/Makefile.am                      |  14 +-
 src/libstrongswan/Makefile.in                      | 257 +++++-----
 src/libstrongswan/asn1/oid.c                       | 511 ++++++++++----------
 src/libstrongswan/asn1/oid.h                       | 201 ++++----
 src/libstrongswan/asn1/oid.txt                     |  17 +-
 src/libstrongswan/credentials/auth_cfg.c           |   6 +-
 src/libstrongswan/credentials/keys/public_key.c    |  64 ++-
 src/libstrongswan/credentials/keys/public_key.h    |  20 +-
 src/libstrongswan/crypto/hashers/hasher.c          |  75 ++-
 src/libstrongswan/crypto/hashers/hasher.h          |   4 +
 src/libstrongswan/crypto/iv/iv_gen.c               |   5 +
 src/libstrongswan/crypto/iv/iv_gen_null.c          |  63 +++
 .../iv/iv_gen_null.h}                              |  24 +-
 src/libstrongswan/plugins/bliss/bliss_plugin.c     |  24 +-
 .../plugins/bliss/bliss_private_key.c              |  12 +-
 src/libstrongswan/plugins/bliss/bliss_public_key.c |  12 +-
 .../plugins/bliss/tests/suites/test_bliss_sign.c   |  10 +-
 src/libstrongswan/plugins/curl/curl_fetcher.c      |   6 +-
 .../plugins/openssl/openssl_diffie_hellman.c       |   1 +
 .../plugins/openssl/openssl_ec_diffie_hellman.c    |   1 +
 .../plugins/openssl/openssl_rsa_private_key.c      |   1 +
 .../plugins/openssl/openssl_rsa_public_key.c       |   1 +
 src/libstrongswan/plugins/openssl/openssl_util.c   |   1 +
 src/libstrongswan/plugins/plugin_loader.c          |  17 +-
 src/libstrongswan/plugins/random/random_rng.c      |   1 +
 .../plugins/revocation/revocation_validator.c      |   2 +-
 src/libstrongswan/plugins/sha3/Makefile.am         |  16 +
 .../plugins/{test_vectors => sha3}/Makefile.in     | 216 +--------
 src/libstrongswan/plugins/sha3/sha3_hasher.c       | 527 +++++++++++++++++++++
 src/libstrongswan/plugins/sha3/sha3_hasher.h       |  48 ++
 src/libstrongswan/plugins/sha3/sha3_plugin.c       |  79 +++
 .../plugins/sha3/sha3_plugin.h}                    |  45 +-
 src/libstrongswan/plugins/test_vectors/Makefile.am |   1 +
 src/libstrongswan/plugins/test_vectors/Makefile.in |  11 +-
 .../plugins/test_vectors/test_vectors.h            |  24 +
 .../plugins/test_vectors/test_vectors/sha3.c       | 328 +++++++++++++
 src/libstrongswan/plugins/x509/x509_ocsp_request.c |   4 +-
 src/libstrongswan/selectors/traffic_selector.c     |   9 +-
 src/libstrongswan/settings/settings.c              |  25 +
 src/libstrongswan/settings/settings.h              |   9 +
 src/libstrongswan/tests/suites/test_hasher.c       | 137 ++++--
 .../tests/suites/test_identification.c             |   1 +
 src/libstrongswan/tests/suites/test_settings.c     |  24 +
 .../tests/suites/test_traffic_selector.c           |   6 +-
 src/libstrongswan/tests/suites/test_utils.c        |   6 +-
 .../compat/android.h}                              |  13 +-
 src/libstrongswan/utils/compat/windows.h           |   5 +
 src/libstrongswan/utils/utils.c                    |  25 +-
 src/libstrongswan/utils/utils.h                    |  19 +-
 src/libtnccs/plugins/tnc_imc/tnc_imc.c             |   8 +-
 src/libtnccs/plugins/tnc_imv/tnc_imv.c             |   8 +-
 src/medsrv/Makefile.am                             |   4 +-
 src/medsrv/Makefile.in                             |   4 +-
 src/medsrv/templates/peer/add.cs                   |   2 +-
 src/medsrv/templates/peer/edit.cs                  |   2 +-
 src/medsrv/templates/static/mootools.js            | 341 -------------
 src/medsrv/templates/static/script.js              |  13 -
 src/medsrv/templates/static/style.css              |  28 +-
 src/medsrv/templates/user/add.cs                   |   2 +-
 src/medsrv/templates/user/login.cs                 |   2 +-
 src/pki/commands/acert.c                           |   3 +-
 src/pki/commands/issue.c                           |   3 +-
 src/pki/commands/req.c                             |   3 +-
 src/pki/commands/self.c                            |   3 +-
 src/pki/commands/signcrl.c                         |   2 +-
 src/scepclient/scepclient.8                        |   9 -
 src/swanctl/commands/list_pools.c                  |  32 +-
 src/swanctl/commands/list_sas.c                    |  12 +-
 testing/do-tests                                   |  79 +--
 testing/hosts/default/etc/strongswan.conf.testing  |   7 +
 testing/hosts/winnetou/etc/openssl/generate-crl    |   2 +-
 testing/scripts/build-strongswan                   |  14 +
 testing/scripts/recipes/010_tkm.mk                 |   2 +-
 testing/scripts/recipes/013_strongswan.mk          |   5 +-
 testing/tests/af-alg/alg-camellia/pretest.dat      |   3 +-
 testing/tests/af-alg/rw-cert/pretest.dat           |   6 +-
 testing/tests/gcrypt-ikev1/alg-serpent/pretest.dat |   2 +-
 testing/tests/gcrypt-ikev1/alg-twofish/pretest.dat |   2 +-
 .../tests/gcrypt-ikev2/alg-camellia/pretest.dat    |   3 +-
 testing/tests/gcrypt-ikev2/rw-cert/pretest.dat     |   3 +-
 testing/tests/ha/active-passive/evaltest.dat       |   2 +-
 testing/tests/ha/active-passive/pretest.dat        |   5 +-
 testing/tests/ha/both-active/pretest.dat           |   3 +-
 testing/tests/ike/rw-cert/pretest.dat              |   4 +-
 testing/tests/ike/rw_v1-net_v2/pretest.dat         |   4 +-
 testing/tests/ikev1/alg-3des-md5/pretest.dat       |   2 +-
 testing/tests/ikev1/alg-blowfish/pretest.dat       |   3 +-
 testing/tests/ikev1/alg-modp-subgroup/pretest.dat  |   3 +-
 testing/tests/ikev1/alg-sha256/pretest.dat         |   2 +-
 testing/tests/ikev1/alg-sha384/pretest.dat         |   2 +-
 testing/tests/ikev1/alg-sha512/pretest.dat         |   2 +-
 testing/tests/ikev1/compress/pretest.dat           |   2 +-
 .../tests/ikev1/config-payload-push/pretest.dat    |   4 +-
 testing/tests/ikev1/config-payload/pretest.dat     |   4 +-
 testing/tests/ikev1/double-nat-net/pretest.dat     |   3 +-
 testing/tests/ikev1/double-nat/pretest.dat         |   3 +-
 testing/tests/ikev1/dpd-clear/description.txt      |   2 +-
 testing/tests/ikev1/dpd-clear/evaltest.dat         |   4 +-
 .../ikev1/dpd-clear/hosts/moon/etc/ipsec.conf      |   4 +-
 testing/tests/ikev1/dpd-clear/pretest.dat          |   2 +-
 testing/tests/ikev1/dpd-restart/description.txt    |   6 +-
 testing/tests/ikev1/dpd-restart/evaltest.dat       |   4 +-
 .../ikev1/dpd-restart/hosts/carol/etc/ipsec.conf   |   4 +-
 testing/tests/ikev1/dpd-restart/pretest.dat        |   2 +-
 testing/tests/ikev1/dynamic-initiator/posttest.dat |   1 -
 testing/tests/ikev1/dynamic-initiator/pretest.dat  |   5 +-
 testing/tests/ikev1/dynamic-responder/posttest.dat |   1 -
 testing/tests/ikev1/dynamic-responder/pretest.dat  |   7 +-
 testing/tests/ikev1/dynamic-two-peers/posttest.dat |   1 -
 testing/tests/ikev1/dynamic-two-peers/pretest.dat  |   4 +-
 testing/tests/ikev1/esp-alg-aes-ccm/pretest.dat    |   2 +-
 testing/tests/ikev1/esp-alg-aes-ctr/pretest.dat    |   2 +-
 testing/tests/ikev1/esp-alg-aes-gcm/pretest.dat    |   2 +-
 testing/tests/ikev1/esp-alg-aes-gmac/pretest.dat   |   2 +-
 testing/tests/ikev1/esp-alg-aes-xcbc/pretest.dat   |   2 +-
 testing/tests/ikev1/esp-alg-null/pretest.dat       |   3 +-
 testing/tests/ikev1/host2host-ah/pretest.dat       |   2 +-
 testing/tests/ikev1/host2host-cert/pretest.dat     |   2 +-
 .../tests/ikev1/host2host-transport/pretest.dat    |   2 +-
 .../ip-pool-db/hosts/moon/etc/strongswan.conf      |   2 +-
 testing/tests/ikev1/ip-pool-db/posttest.dat        |   1 -
 testing/tests/ikev1/ip-pool-db/pretest.dat         |  10 +-
 testing/tests/ikev1/ip-pool-db/test.conf           |   4 +
 testing/tests/ikev1/ip-pool/pretest.dat            |   4 +-
 .../tests/ikev1/multi-level-ca-cr-init/pretest.dat |   3 +-
 .../tests/ikev1/multi-level-ca-cr-resp/pretest.dat |   3 +-
 testing/tests/ikev1/multi-level-ca/pretest.dat     |   5 +-
 testing/tests/ikev1/nat-rw/pretest.dat             |   5 +-
 testing/tests/ikev1/nat-virtual-ip/pretest.dat     |   3 +-
 testing/tests/ikev1/net2net-ah/pretest.dat         |   4 +-
 testing/tests/ikev1/net2net-cert/pretest.dat       |   4 +-
 .../tests/ikev1/net2net-fragmentation/pretest.dat  |   4 +-
 testing/tests/ikev1/net2net-ntru-cert/pretest.dat  |   2 +-
 testing/tests/ikev1/net2net-psk-fail/pretest.dat   |   4 +-
 testing/tests/ikev1/net2net-psk/pretest.dat        |   4 +-
 testing/tests/ikev1/protoport-dual/pretest.dat     |   3 +-
 testing/tests/ikev1/rw-cert-aggressive/pretest.dat |   3 +-
 testing/tests/ikev1/rw-cert-unity/pretest.dat      |   2 +-
 testing/tests/ikev1/rw-cert/pretest.dat            |   4 +-
 .../hosts/dave/etc/strongswan.conf                 |   4 -
 testing/tests/ikev1/rw-initiator-only/pretest.dat  |   3 +-
 testing/tests/ikev1/rw-ntru-psk/pretest.dat        |   4 +-
 testing/tests/ikev1/rw-psk-aggressive/pretest.dat  |   5 +-
 testing/tests/ikev1/rw-psk-fqdn/pretest.dat        |   5 +-
 testing/tests/ikev1/rw-psk-ipv4/pretest.dat        |   5 +-
 testing/tests/ikev1/virtual-ip/pretest.dat         |   3 +-
 .../tests/ikev1/xauth-id-psk-config/pretest.dat    |   3 +-
 .../ikev1/xauth-id-rsa-aggressive/pretest.dat      |   3 +-
 .../tests/ikev1/xauth-id-rsa-config/pretest.dat    |   3 +-
 .../tests/ikev1/xauth-id-rsa-hybrid/pretest.dat    |   3 +-
 testing/tests/ikev1/xauth-psk/pretest.dat          |   3 +-
 .../ikev1/xauth-rsa-eap-md5-radius/pretest.dat     |   3 +-
 testing/tests/ikev1/xauth-rsa-radius/pretest.dat   |   3 +-
 testing/tests/ikev1/xauth-rsa/pretest.dat          |   3 +-
 testing/tests/ikev2/acert-cached/evaltest.dat      |   2 +-
 testing/tests/ikev2/acert-cached/pretest.dat       |   3 +-
 testing/tests/ikev2/acert-fallback/evaltest.dat    |   2 +-
 testing/tests/ikev2/acert-fallback/pretest.dat     |   2 +-
 testing/tests/ikev2/acert-inline/evaltest.dat      |   2 +-
 testing/tests/ikev2/acert-inline/pretest.dat       |   3 +-
 testing/tests/ikev2/after-2038-certs/pretest.dat   |   2 +-
 testing/tests/ikev2/alg-3des-md5/pretest.dat       |   2 +-
 testing/tests/ikev2/alg-aes-ccm/pretest.dat        |   2 +-
 testing/tests/ikev2/alg-aes-ctr/pretest.dat        |   2 +-
 testing/tests/ikev2/alg-aes-gcm/pretest.dat        |   2 +-
 testing/tests/ikev2/alg-aes-xcbc/pretest.dat       |   2 +-
 testing/tests/ikev2/alg-blowfish/pretest.dat       |   3 +-
 .../tests/ikev2/alg-chacha20poly1305/pretest.dat   |   2 +-
 testing/tests/ikev2/alg-modp-subgroup/pretest.dat  |   3 +-
 testing/tests/ikev2/alg-sha256-96/pretest.dat      |   2 +-
 testing/tests/ikev2/alg-sha256/pretest.dat         |   2 +-
 testing/tests/ikev2/alg-sha384/pretest.dat         |   2 +-
 testing/tests/ikev2/alg-sha512/pretest.dat         |   2 +-
 testing/tests/ikev2/any-interface/pretest.dat      |   9 +-
 testing/tests/ikev2/compress/pretest.dat           |   2 +-
 .../tests/ikev2/config-payload-swapped/pretest.dat |   4 +-
 testing/tests/ikev2/config-payload/pretest.dat     |   4 +-
 testing/tests/ikev2/critical-extension/pretest.dat |   2 +-
 testing/tests/ikev2/crl-from-cache/pretest.dat     |   2 +-
 testing/tests/ikev2/crl-ldap/pretest.dat           |   3 +-
 testing/tests/ikev2/crl-revoked/pretest.dat        |   2 +-
 testing/tests/ikev2/crl-to-cache/pretest.dat       |   2 +-
 testing/tests/ikev2/default-keys/pretest.dat       |   4 +-
 testing/tests/ikev2/dhcp-dynamic/pretest.dat       |   4 +-
 .../tests/ikev2/dhcp-static-client-id/pretest.dat  |   4 +-
 testing/tests/ikev2/dhcp-static-mac/pretest.dat    |   4 +-
 testing/tests/ikev2/double-nat-net/pretest.dat     |   3 +-
 testing/tests/ikev2/double-nat/pretest.dat         |   3 +-
 testing/tests/ikev2/dpd-clear/description.txt      |   2 +-
 testing/tests/ikev2/dpd-clear/evaltest.dat         |   4 +-
 testing/tests/ikev2/dpd-clear/pretest.dat          |   2 +-
 testing/tests/ikev2/dpd-hold/evaltest.dat          |   8 +-
 testing/tests/ikev2/dpd-hold/pretest.dat           |   2 +-
 testing/tests/ikev2/dpd-restart/evaltest.dat       |   6 +-
 testing/tests/ikev2/dpd-restart/pretest.dat        |   2 +-
 .../tests/ikev2/dynamic-initiator/description.txt  |   6 +-
 testing/tests/ikev2/dynamic-initiator/posttest.dat |   1 -
 testing/tests/ikev2/dynamic-initiator/pretest.dat  |   5 +-
 testing/tests/ikev2/dynamic-two-peers/posttest.dat |   1 -
 testing/tests/ikev2/dynamic-two-peers/pretest.dat  |   4 +-
 testing/tests/ikev2/esp-alg-aes-gmac/pretest.dat   |   2 +-
 testing/tests/ikev2/esp-alg-md5-128/pretest.dat    |   3 +-
 testing/tests/ikev2/esp-alg-null/pretest.dat       |   3 +-
 testing/tests/ikev2/esp-alg-sha1-160/pretest.dat   |   3 +-
 testing/tests/ikev2/farp/pretest.dat               |   4 +-
 testing/tests/ikev2/force-udp-encaps/pretest.dat   |   4 +-
 testing/tests/ikev2/forecast/pretest.dat           |   4 +-
 testing/tests/ikev2/host2host-ah/pretest.dat       |   2 +-
 testing/tests/ikev2/host2host-cert/pretest.dat     |   2 +-
 testing/tests/ikev2/host2host-swapped/pretest.dat  |   2 +-
 .../tests/ikev2/host2host-transport/pretest.dat    |   2 +-
 .../tests/ikev2/inactivity-timeout/evaltest.dat    |   4 +-
 testing/tests/ikev2/inactivity-timeout/pretest.dat |   3 +-
 .../ip-pool-db/hosts/moon/etc/strongswan.conf      |   2 +-
 testing/tests/ikev2/ip-pool-db/posttest.dat        |   1 -
 testing/tests/ikev2/ip-pool-db/pretest.dat         |  10 +-
 testing/tests/ikev2/ip-pool-db/test.conf           |   4 +
 testing/tests/ikev2/ip-pool-wish/pretest.dat       |   4 +-
 testing/tests/ikev2/ip-pool/pretest.dat            |   4 +-
 .../hosts/moon/etc/strongswan.conf                 |   2 +-
 testing/tests/ikev2/ip-split-pools-db/posttest.dat |   1 -
 testing/tests/ikev2/ip-split-pools-db/pretest.dat  |   8 +-
 testing/tests/ikev2/ip-split-pools-db/test.conf    |   4 +
 .../ip-two-pools-db/hosts/moon/etc/strongswan.conf |   2 +-
 testing/tests/ikev2/ip-two-pools-db/posttest.dat   |   1 -
 testing/tests/ikev2/ip-two-pools-db/pretest.dat    |  12 +-
 testing/tests/ikev2/ip-two-pools-db/test.conf      |   4 +
 .../hosts/moon/etc/strongswan.conf                 |   2 +-
 .../tests/ikev2/ip-two-pools-mixed/posttest.dat    |   1 -
 testing/tests/ikev2/ip-two-pools-mixed/pretest.dat |  10 +-
 testing/tests/ikev2/ip-two-pools-mixed/test.conf   |   4 +
 .../hosts/moon/etc/strongswan.conf                 |   2 +-
 .../tests/ikev2/ip-two-pools-v4v6-db/posttest.dat  |   1 -
 .../tests/ikev2/ip-two-pools-v4v6-db/pretest.dat   |   6 +-
 testing/tests/ikev2/ip-two-pools-v4v6-db/test.conf |   4 +
 testing/tests/ikev2/ip-two-pools-v4v6/pretest.dat  |   2 +-
 testing/tests/ikev2/ip-two-pools/posttest.dat      |   1 -
 testing/tests/ikev2/ip-two-pools/pretest.dat       |   4 +-
 testing/tests/ikev2/lookip/pretest.dat             |   4 +-
 .../mobike-nat/hosts/alice/etc/iptables.rules      |   6 +-
 testing/tests/ikev2/mobike-nat/pretest.dat         |   3 +-
 .../hosts/alice/etc/iptables.rules                 |   4 +
 testing/tests/ikev2/mobike-virtual-ip/pretest.dat  |   3 +-
 .../ikev2/mobike/hosts/alice/etc/iptables.rules    |   4 +
 testing/tests/ikev2/mobike/pretest.dat             |   3 +-
 .../ikev2/mult-auth-rsa-eap-sim-id/evaltest.dat    |   2 +-
 .../ikev2/mult-auth-rsa-eap-sim-id/pretest.dat     |   4 +-
 .../tests/ikev2/multi-level-ca-cr-init/pretest.dat |   3 +-
 .../tests/ikev2/multi-level-ca-cr-resp/pretest.dat |   3 +-
 .../tests/ikev2/multi-level-ca-ldap/pretest.dat    |   7 +-
 .../tests/ikev2/multi-level-ca-loop/pretest.dat    |   2 +-
 .../tests/ikev2/multi-level-ca-pathlen/pretest.dat |   4 +-
 .../tests/ikev2/multi-level-ca-revoked/pretest.dat |   2 +-
 .../tests/ikev2/multi-level-ca-strict/pretest.dat  |   5 +-
 testing/tests/ikev2/multi-level-ca/posttest.dat    |   1 -
 testing/tests/ikev2/multi-level-ca/pretest.dat     |   5 +-
 testing/tests/ikev2/nat-rw-mark/pretest.dat        |   5 +-
 testing/tests/ikev2/nat-rw-psk/pretest.dat         |   5 +-
 testing/tests/ikev2/nat-rw/pretest.dat             |   5 +-
 testing/tests/ikev2/nat-virtual-ip/pretest.dat     |   3 +-
 testing/tests/ikev2/net2net-ah/pretest.dat         |   2 +-
 testing/tests/ikev2/net2net-cert-sha2/pretest.dat  |   2 +-
 testing/tests/ikev2/net2net-cert/pretest.dat       |   2 +-
 testing/tests/ikev2/net2net-dnscert/pretest.dat    |   2 +-
 testing/tests/ikev2/net2net-dnssec/pretest.dat     |   2 +-
 testing/tests/ikev2/net2net-esn/pretest.dat        |   2 +-
 .../tests/ikev2/net2net-ntru-bandwidth/pretest.dat |   2 +-
 testing/tests/ikev2/net2net-ntru-cert/pretest.dat  |   2 +-
 testing/tests/ikev2/net2net-pgp-v3/pretest.dat     |   2 +-
 testing/tests/ikev2/net2net-pgp-v4/pretest.dat     |   2 +-
 testing/tests/ikev2/net2net-pkcs12/pretest.dat     |   2 +-
 testing/tests/ikev2/net2net-psk-dscp/pretest.dat   |   5 +-
 testing/tests/ikev2/net2net-psk-fail/pretest.dat   |   2 +-
 testing/tests/ikev2/net2net-psk/pretest.dat        |   2 +-
 testing/tests/ikev2/net2net-rfc3779/pretest.dat    |   3 +-
 testing/tests/ikev2/net2net-route/pretest.dat      |   4 +-
 testing/tests/ikev2/net2net-rsa/pretest.dat        |   2 +-
 testing/tests/ikev2/net2net-same-nets/pretest.dat  |   2 +-
 testing/tests/ikev2/net2net-start/pretest.dat      |   3 +-
 testing/tests/ikev2/ocsp-local-cert/pretest.dat    |   2 +-
 testing/tests/ikev2/ocsp-multi-level/pretest.dat   |   3 +-
 .../tests/ikev2/ocsp-no-signer-cert/pretest.dat    |   4 +-
 testing/tests/ikev2/ocsp-revoked/pretest.dat       |   2 +-
 testing/tests/ikev2/ocsp-root-cert/pretest.dat     |   2 +-
 testing/tests/ikev2/ocsp-signer-cert/pretest.dat   |   2 +-
 testing/tests/ikev2/ocsp-strict-ifuri/evaltest.dat |   2 +-
 testing/tests/ikev2/ocsp-strict-ifuri/pretest.dat  |   3 +-
 .../tests/ikev2/ocsp-timeouts-good/description.txt |   2 +-
 .../tests/ikev2/ocsp-timeouts-good/evaltest.dat    |   4 +-
 .../hosts/winnetou/etc/openssl/ocsp/ocsp.cgi       |   2 +-
 testing/tests/ikev2/ocsp-timeouts-good/pretest.dat |   2 +-
 .../tests/ikev2/ocsp-timeouts-unknown/evaltest.dat |   2 +-
 .../tests/ikev2/ocsp-timeouts-unknown/pretest.dat  |   6 +-
 .../tests/ikev2/ocsp-untrusted-cert/pretest.dat    |   4 +-
 testing/tests/ikev2/protoport-dual/pretest.dat     |   3 +-
 testing/tests/ikev2/protoport-route/pretest.dat    |   6 +-
 testing/tests/ikev2/reauth-early/pretest.dat       |   2 +-
 testing/tests/ikev2/reauth-late/pretest.dat        |   2 +-
 .../tests/ikev2/reauth-mbb-virtual-ip/pretest.dat  |   2 +-
 testing/tests/ikev2/reauth-mbb/pretest.dat         |   2 +-
 .../ikev2/rw-cert/hosts/carol/etc/strongswan.conf  |   2 +-
 .../ikev2/rw-cert/hosts/dave/etc/strongswan.conf   |   2 +-
 .../ikev2/rw-cert/hosts/moon/etc/strongswan.conf   |   2 +-
 testing/tests/ikev2/rw-cert/pretest.dat            |   4 +-
 testing/tests/ikev2/rw-dnssec/pretest.dat          |   4 +-
 testing/tests/ikev2/rw-eap-aka-id-rsa/pretest.dat  |   3 +-
 testing/tests/ikev2/rw-eap-aka-rsa/pretest.dat     |   3 +-
 testing/tests/ikev2/rw-eap-dynamic/pretest.dat     |   4 +-
 .../ikev2/rw-eap-framed-ip-radius/pretest.dat      |   8 +-
 .../ikev2/rw-eap-md5-class-radius/pretest.dat      |   6 +-
 .../tests/ikev2/rw-eap-md5-id-prompt/pretest.dat   |   3 +-
 .../tests/ikev2/rw-eap-md5-id-radius/pretest.dat   |   3 +-
 testing/tests/ikev2/rw-eap-md5-radius/pretest.dat  |   3 +-
 testing/tests/ikev2/rw-eap-md5-rsa/pretest.dat     |   3 +-
 .../tests/ikev2/rw-eap-mschapv2-id-rsa/pretest.dat |   3 +-
 testing/tests/ikev2/rw-eap-peap-md5/pretest.dat    |   4 +-
 .../tests/ikev2/rw-eap-peap-mschapv2/pretest.dat   |   4 +-
 testing/tests/ikev2/rw-eap-peap-radius/pretest.dat |   4 +-
 .../tests/ikev2/rw-eap-sim-id-radius/pretest.dat   |   3 +-
 .../ikev2/rw-eap-sim-only-radius/evaltest.dat      |   2 +-
 .../tests/ikev2/rw-eap-sim-only-radius/pretest.dat |   4 +-
 testing/tests/ikev2/rw-eap-sim-radius/evaltest.dat |   2 +-
 testing/tests/ikev2/rw-eap-sim-radius/pretest.dat  |   4 +-
 testing/tests/ikev2/rw-eap-sim-rsa/pretest.dat     |   3 +-
 .../tests/ikev2/rw-eap-tls-fragments/pretest.dat   |   3 +-
 testing/tests/ikev2/rw-eap-tls-only/pretest.dat    |   3 +-
 testing/tests/ikev2/rw-eap-tls-radius/pretest.dat  |   3 +-
 testing/tests/ikev2/rw-eap-ttls-only/pretest.dat   |   4 +-
 .../ikev2/rw-eap-ttls-phase2-piggyback/pretest.dat |   4 +-
 testing/tests/ikev2/rw-eap-ttls-radius/pretest.dat |   4 +-
 testing/tests/ikev2/rw-hash-and-url/pretest.dat    |   3 +-
 .../hosts/dave/etc/strongswan.conf                 |   4 -
 testing/tests/ikev2/rw-initiator-only/pretest.dat  |   3 +-
 testing/tests/ikev2/rw-mark-in-out/pretest.dat     |  11 +-
 testing/tests/ikev2/rw-ntru-bliss/evaltest.dat     |   8 +-
 .../ikev2/rw-ntru-bliss/hosts/carol/etc/ipsec.conf |   1 +
 .../rw-ntru-bliss/hosts/carol/etc/strongswan.conf  |   2 +-
 .../ikev2/rw-ntru-bliss/hosts/dave/etc/ipsec.conf  |   1 +
 .../rw-ntru-bliss/hosts/dave/etc/strongswan.conf   |   2 +-
 .../ikev2/rw-ntru-bliss/hosts/moon/etc/ipsec.conf  |   1 +
 .../rw-ntru-bliss/hosts/moon/etc/strongswan.conf   |   2 +-
 testing/tests/ikev2/rw-ntru-bliss/pretest.dat      |   4 +-
 testing/tests/ikev2/rw-ntru-psk/pretest.dat        |   4 +-
 testing/tests/ikev2/rw-pkcs8/pretest.dat           |   3 +-
 testing/tests/ikev2/rw-psk-fqdn/pretest.dat        |   3 +-
 testing/tests/ikev2/rw-psk-ipv4/pretest.dat        |   3 +-
 testing/tests/ikev2/rw-psk-no-idr/pretest.dat      |   3 +-
 testing/tests/ikev2/rw-psk-rsa-mixed/pretest.dat   |   3 +-
 testing/tests/ikev2/rw-psk-rsa-split/pretest.dat   |   3 +-
 .../tests/ikev2/rw-radius-accounting/pretest.dat   |   3 +-
 testing/tests/ikev2/rw-sig-auth/pretest.dat        |   6 +-
 testing/tests/ikev2/rw-whitelist/evaltest.dat      |   2 +-
 testing/tests/ikev2/strong-keys-certs/pretest.dat  |   4 +-
 testing/tests/ikev2/trap-any/evaltest.dat          |  10 +-
 testing/tests/ikev2/two-certs/pretest.dat          |   4 +-
 .../tests/ikev2/virtual-ip-override/pretest.dat    |   3 +-
 testing/tests/ikev2/virtual-ip/pretest.dat         |   3 +-
 testing/tests/ikev2/wildcards/pretest.dat          |   5 +-
 .../hosts/sun/etc/ipsec.conf                       |   2 +-
 .../hosts/sun/etc/ipsec.conf                       |   2 +-
 testing/tests/ipv6/rw-compress-ikev2/evaltest.dat  |   3 +-
 testing/tests/libipsec/host2host-cert/pretest.dat  |   2 +-
 testing/tests/libipsec/net2net-3des/pretest.dat    |   2 +-
 testing/tests/libipsec/net2net-cert/pretest.dat    |   2 +-
 .../tests/libipsec/net2net-null/description.txt    |  11 +
 testing/tests/libipsec/net2net-null/evaltest.dat   |  11 +
 .../net2net-null}/hosts/moon/etc/ipsec.conf        |  16 +-
 .../net2net-null/hosts/moon/etc/strongswan.conf    |   6 +
 .../libipsec/net2net-null/hosts/moon/etc/updown    |  16 +-
 .../net2net-null}/hosts/sun/etc/ipsec.conf         |  21 +-
 .../net2net-null/hosts/sun/etc/strongswan.conf     |   6 +
 .../libipsec/net2net-null/hosts/sun/etc/updown     |  16 +-
 .../net2net-null}/posttest.dat                     |   2 -
 .../net2net-null}/pretest.dat                      |   2 +-
 .../net2net-null}/test.conf                        |   0
 testing/tests/libipsec/rw-suite-b/pretest.dat      |   4 +-
 .../tests/openssl-ikev1/alg-camellia/pretest.dat   |   3 +-
 .../tests/openssl-ikev1/alg-ecp-high/pretest.dat   |   3 +-
 .../tests/openssl-ikev1/alg-ecp-low/pretest.dat    |   3 +-
 .../tests/openssl-ikev1/ecdsa-certs/pretest.dat    |   3 +-
 .../tests/openssl-ikev2/alg-aes-gcm/pretest.dat    |   3 +-
 .../tests/openssl-ikev2/alg-blowfish/pretest.dat   |   3 +-
 .../tests/openssl-ikev2/alg-camellia/pretest.dat   |   3 +-
 .../alg-ecp-brainpool-high/pretest.dat             |   3 +-
 .../alg-ecp-brainpool-low/pretest.dat              |   3 +-
 .../tests/openssl-ikev2/alg-ecp-high/pretest.dat   |   3 +-
 .../tests/openssl-ikev2/alg-ecp-low/pretest.dat    |   3 +-
 .../openssl-ikev2/critical-extension/pretest.dat   |   2 +-
 .../tests/openssl-ikev2/ecdsa-certs/pretest.dat    |   3 +-
 .../tests/openssl-ikev2/ecdsa-pkcs8/pretest.dat    |   3 +-
 .../tests/openssl-ikev2/net2net-pgp-v3/pretest.dat |   2 +-
 .../tests/openssl-ikev2/net2net-pkcs12/pretest.dat |   2 +-
 testing/tests/openssl-ikev2/rw-cert/pretest.dat    |   5 +-
 .../openssl-ikev2/rw-eap-tls-only/pretest.dat      |   3 +-
 .../rw-suite-b-128/hosts/dave/etc/strongswan.conf  |   3 -
 .../tests/openssl-ikev2/rw-suite-b-128/pretest.dat |   4 +-
 .../rw-suite-b-192/hosts/dave/etc/strongswan.conf  |   3 -
 .../tests/openssl-ikev2/rw-suite-b-192/pretest.dat |   4 +-
 testing/tests/p2pnat/behind-same-nat/pretest.dat   |   4 +-
 testing/tests/p2pnat/medsrv-psk/pretest.dat        |   4 +-
 testing/tests/pfkey/alg-aes-xcbc/pretest.dat       |   2 +-
 testing/tests/pfkey/alg-sha384/pretest.dat         |   2 +-
 testing/tests/pfkey/alg-sha512/pretest.dat         |   2 +-
 testing/tests/pfkey/compress/pretest.dat           |   2 +-
 testing/tests/pfkey/esp-alg-null/pretest.dat       |   2 +-
 .../tests/pfkey/host2host-transport/pretest.dat    |   2 +-
 testing/tests/pfkey/nat-rw/pretest.dat             |   5 +-
 testing/tests/pfkey/net2net-route/pretest.dat      |   4 +-
 testing/tests/pfkey/protoport-dual/pretest.dat     |   3 +-
 testing/tests/pfkey/protoport-route/pretest.dat    |   6 +-
 testing/tests/pfkey/rw-cert/pretest.dat            |   4 +-
 .../hosts/carol/etc/strongswan.conf                |   2 +-
 .../hosts/dave/etc/strongswan.conf                 |   2 +-
 .../hosts/moon/etc/strongswan.conf                 |   4 +-
 testing/tests/sql/ip-pool-db-expired/posttest.dat  |   4 -
 testing/tests/sql/ip-pool-db-expired/pretest.dat   |  15 +-
 testing/tests/sql/ip-pool-db-expired/test.conf     |   4 +
 .../hosts/carol/etc/strongswan.conf                |   2 +-
 .../hosts/dave/etc/strongswan.conf                 |   2 +-
 .../hosts/moon/etc/strongswan.conf                 |   4 +-
 testing/tests/sql/ip-pool-db-restart/posttest.dat  |   4 -
 testing/tests/sql/ip-pool-db-restart/pretest.dat   |  16 +-
 testing/tests/sql/ip-pool-db-restart/test.conf     |   4 +
 .../sql/ip-pool-db/hosts/carol/etc/strongswan.conf |   2 +-
 .../sql/ip-pool-db/hosts/dave/etc/strongswan.conf  |   2 +-
 .../sql/ip-pool-db/hosts/moon/etc/strongswan.conf  |   4 +-
 testing/tests/sql/ip-pool-db/posttest.dat          |   7 +-
 testing/tests/sql/ip-pool-db/pretest.dat           |  16 +-
 testing/tests/sql/ip-pool-db/test.conf             |   4 +
 .../hosts/carol/etc/strongswan.conf                |   2 +-
 .../hosts/dave/etc/strongswan.conf                 |   2 +-
 .../hosts/moon/etc/strongswan.conf                 |   4 +-
 .../sql/ip-split-pools-db-restart/posttest.dat     |   4 -
 .../sql/ip-split-pools-db-restart/pretest.dat      |  16 +-
 .../tests/sql/ip-split-pools-db-restart/test.conf  |   4 +
 .../hosts/carol/etc/strongswan.conf                |   2 +-
 .../hosts/dave/etc/strongswan.conf                 |   2 +-
 .../hosts/moon/etc/strongswan.conf                 |   4 +-
 testing/tests/sql/ip-split-pools-db/posttest.dat   |   4 -
 testing/tests/sql/ip-split-pools-db/pretest.dat    |  16 +-
 testing/tests/sql/ip-split-pools-db/test.conf      |   4 +
 .../multi-level-ca/hosts/carol/etc/strongswan.conf |   2 +-
 .../multi-level-ca/hosts/dave/etc/strongswan.conf  |   2 +-
 .../multi-level-ca/hosts/moon/etc/strongswan.conf  |   2 +-
 testing/tests/sql/multi-level-ca/posttest.dat      |   4 -
 testing/tests/sql/multi-level-ca/pretest.dat       |  15 +-
 testing/tests/sql/multi-level-ca/test.conf         |   4 +
 .../net2net-cert/hosts/moon/etc/strongswan.conf    |   2 +-
 .../sql/net2net-cert/hosts/sun/etc/strongswan.conf |   2 +-
 testing/tests/sql/net2net-cert/posttest.dat        |   2 -
 testing/tests/sql/net2net-cert/pretest.dat         |  10 +-
 testing/tests/sql/net2net-cert/test.conf           |   6 +-
 .../sql/net2net-psk/hosts/moon/etc/strongswan.conf |   2 +-
 .../sql/net2net-psk/hosts/sun/etc/strongswan.conf  |   2 +-
 testing/tests/sql/net2net-psk/posttest.dat         |   2 -
 testing/tests/sql/net2net-psk/pretest.dat          |  10 +-
 testing/tests/sql/net2net-psk/test.conf            |   6 +-
 .../hosts/moon/etc/strongswan.conf                 |   2 +-
 .../hosts/sun/etc/strongswan.conf                  |   2 +-
 testing/tests/sql/net2net-route-pem/posttest.dat   |   2 -
 testing/tests/sql/net2net-route-pem/pretest.dat    |  14 +-
 testing/tests/sql/net2net-route-pem/test.conf      |   6 +-
 .../hosts/moon/etc/strongswan.conf                 |   2 +-
 .../hosts/sun/etc/strongswan.conf                  |   2 +-
 testing/tests/sql/net2net-start-pem/posttest.dat   |   2 -
 testing/tests/sql/net2net-start-pem/pretest.dat    |  10 +-
 testing/tests/sql/net2net-start-pem/test.conf      |   6 +-
 .../sql/rw-cert/hosts/carol/etc/strongswan.conf    |   2 +-
 .../sql/rw-cert/hosts/dave/etc/strongswan.conf     |   2 +-
 .../sql/rw-cert/hosts/moon/etc/strongswan.conf     |   5 +-
 testing/tests/sql/rw-cert/posttest.dat             |   4 -
 testing/tests/sql/rw-cert/pretest.dat              |  15 +-
 testing/tests/sql/rw-cert/test.conf                |   4 +
 .../rw-eap-aka-rsa/hosts/carol/etc/strongswan.conf |   2 +-
 .../rw-eap-aka-rsa/hosts/moon/etc/strongswan.conf  |   2 +-
 testing/tests/sql/rw-eap-aka-rsa/posttest.dat      |   3 -
 testing/tests/sql/rw-eap-aka-rsa/pretest.dat       |  10 +-
 testing/tests/sql/rw-eap-aka-rsa/test.conf         |   4 +
 .../rw-psk-ipv4/hosts/carol/etc/strongswan.conf    |   2 +-
 .../sql/rw-psk-ipv4/hosts/dave/etc/strongswan.conf |   2 +-
 .../sql/rw-psk-ipv4/hosts/moon/etc/strongswan.conf |   2 +-
 testing/tests/sql/rw-psk-ipv4/posttest.dat         |   4 -
 testing/tests/sql/rw-psk-ipv4/pretest.dat          |  15 +-
 testing/tests/sql/rw-psk-ipv4/test.conf            |   4 +
 .../rw-psk-ipv6/hosts/carol/etc/strongswan.conf    |   2 +-
 .../sql/rw-psk-ipv6/hosts/dave/etc/strongswan.conf |   2 +-
 .../sql/rw-psk-ipv6/hosts/moon/etc/strongswan.conf |   2 +-
 testing/tests/sql/rw-psk-ipv6/posttest.dat         |   3 -
 testing/tests/sql/rw-psk-ipv6/pretest.dat          |  15 +-
 testing/tests/sql/rw-psk-ipv6/test.conf            |   4 +
 .../hosts/carol/etc/strongswan.conf                |   2 +-
 .../hosts/dave/etc/strongswan.conf                 |   2 +-
 .../hosts/moon/etc/strongswan.conf                 |   2 +-
 testing/tests/sql/rw-psk-rsa-split/posttest.dat    |   4 -
 testing/tests/sql/rw-psk-rsa-split/pretest.dat     |  15 +-
 testing/tests/sql/rw-psk-rsa-split/test.conf       |   4 +
 .../rw-rsa-keyid/hosts/carol/etc/strongswan.conf   |   2 +-
 .../rw-rsa-keyid/hosts/dave/etc/strongswan.conf    |   2 +-
 .../rw-rsa-keyid/hosts/moon/etc/strongswan.conf    |   2 +-
 testing/tests/sql/rw-rsa-keyid/posttest.dat        |   4 -
 testing/tests/sql/rw-rsa-keyid/pretest.dat         |  15 +-
 testing/tests/sql/rw-rsa-keyid/test.conf           |   4 +
 .../sql/rw-rsa/hosts/carol/etc/strongswan.conf     |   2 +-
 .../sql/rw-rsa/hosts/dave/etc/strongswan.conf      |   2 +-
 .../sql/rw-rsa/hosts/moon/etc/strongswan.conf      |   2 +-
 testing/tests/sql/rw-rsa/posttest.dat              |   4 -
 testing/tests/sql/rw-rsa/pretest.dat               |  15 +-
 testing/tests/sql/rw-rsa/test.conf                 |   4 +
 .../hosts/alice/etc/strongswan.conf                |   2 +-
 .../hosts/sun/etc/strongswan.conf                  |   4 +-
 .../hosts/venus/etc/strongswan.conf                |   2 +-
 .../tests/sql/shunt-policies-nat-rw/posttest.dat   |   3 -
 .../tests/sql/shunt-policies-nat-rw/pretest.dat    |  12 +-
 testing/tests/sql/shunt-policies-nat-rw/test.conf  |   4 +
 .../ip-pool-db/hosts/moon/etc/strongswan.conf      |   2 +-
 testing/tests/swanctl/ip-pool-db/pretest.dat       |   4 +-
 testing/tests/swanctl/ip-pool-db/test.conf         |   4 +
 testing/tests/swanctl/ip-pool/evaltest.dat         |   2 +
 testing/tests/tnc/tnccs-11-fhh/evaltest.dat        |   4 +-
 testing/tests/tnc/tnccs-11-fhh/pretest.dat         |   5 +-
 .../tests/tnc/tnccs-11-radius-block/evaltest.dat   |   2 +-
 .../tests/tnc/tnccs-11-radius-block/pretest.dat    |   4 +-
 testing/tests/tnc/tnccs-11-radius-pts/evaltest.dat |   4 +-
 .../hosts/alice/etc/strongswan.conf                |   4 +-
 .../hosts/dave/etc/strongswan.conf                 |   2 +
 testing/tests/tnc/tnccs-11-radius-pts/posttest.dat |   1 -
 testing/tests/tnc/tnccs-11-radius-pts/pretest.dat  |   6 +-
 testing/tests/tnc/tnccs-11-radius-pts/test.conf    |   3 +
 testing/tests/tnc/tnccs-11-radius/evaltest.dat     |   4 +-
 testing/tests/tnc/tnccs-11-radius/pretest.dat      |   4 +-
 testing/tests/tnc/tnccs-11-supplicant/pretest.dat  |   2 +-
 testing/tests/tnc/tnccs-11/evaltest.dat            |   4 +-
 testing/tests/tnc/tnccs-11/pretest.dat             |   4 +-
 testing/tests/tnc/tnccs-20-block/evaltest.dat      |   2 +-
 testing/tests/tnc/tnccs-20-block/pretest.dat       |   4 +-
 .../tests/tnc/tnccs-20-client-retry/evaltest.dat   |   4 +-
 .../tests/tnc/tnccs-20-client-retry/pretest.dat    |   8 +-
 testing/tests/tnc/tnccs-20-fail-init/pretest.dat   |   5 +-
 testing/tests/tnc/tnccs-20-fail-resp/pretest.dat   |   4 +-
 testing/tests/tnc/tnccs-20-fhh/evaltest.dat        |   4 +-
 testing/tests/tnc/tnccs-20-fhh/pretest.dat         |   9 +-
 .../hosts/alice/etc/strongswan.conf                |   9 +-
 testing/tests/tnc/tnccs-20-hcd-eap/pretest.dat     |   4 +-
 testing/tests/tnc/tnccs-20-mutual-eap/pretest.dat  |   2 +-
 .../tests/tnc/tnccs-20-mutual-pt-tls/pretest.dat   |   4 +-
 testing/tests/tnc/tnccs-20-os-pts/evaltest.dat     |   4 +-
 .../tnccs-20-os-pts/hosts/dave/etc/strongswan.conf |   2 +
 .../tnccs-20-os-pts/hosts/moon/etc/strongswan.conf |   4 +-
 testing/tests/tnc/tnccs-20-os-pts/posttest.dat     |   1 -
 testing/tests/tnc/tnccs-20-os-pts/pretest.dat      |   6 +-
 testing/tests/tnc/tnccs-20-os-pts/test.conf        |   5 +-
 testing/tests/tnc/tnccs-20-os/evaltest.dat         |   4 +-
 .../tnc/tnccs-20-os/hosts/moon/etc/strongswan.conf |   4 +-
 testing/tests/tnc/tnccs-20-os/posttest.dat         |   1 -
 testing/tests/tnc/tnccs-20-os/pretest.dat          |   2 +-
 testing/tests/tnc/tnccs-20-os/test.conf            |   5 +-
 testing/tests/tnc/tnccs-20-pdp-eap/evaltest.dat    |   4 +-
 .../hosts/alice/etc/strongTNC/settings.ini         |   2 +-
 .../hosts/alice/etc/strongswan.conf                |   2 +-
 .../hosts/carol/etc/strongswan.conf                |   2 +
 .../hosts/dave/etc/strongswan.conf                 |   4 +-
 testing/tests/tnc/tnccs-20-pdp-eap/posttest.dat    |   1 -
 testing/tests/tnc/tnccs-20-pdp-eap/pretest.dat     |   7 +-
 testing/tests/tnc/tnccs-20-pdp-eap/test.conf       |   4 +-
 .../hosts/alice/etc/strongTNC/settings.ini         |   2 +-
 .../hosts/alice/etc/strongswan.conf                |   2 +-
 testing/tests/tnc/tnccs-20-pdp-pt-tls/posttest.dat |   1 -
 testing/tests/tnc/tnccs-20-pdp-pt-tls/pretest.dat  |   7 +-
 testing/tests/tnc/tnccs-20-pdp-pt-tls/test.conf    |   5 +-
 testing/tests/tnc/tnccs-20-pts-no-ecc/evaltest.dat |   4 +-
 .../hosts/dave/etc/strongswan.conf                 |   2 +
 .../hosts/moon/etc/strongswan.conf                 |   4 +-
 testing/tests/tnc/tnccs-20-pts-no-ecc/posttest.dat |   1 -
 testing/tests/tnc/tnccs-20-pts-no-ecc/pretest.dat  |   6 +-
 testing/tests/tnc/tnccs-20-pts-no-ecc/test.conf    |   4 +-
 testing/tests/tnc/tnccs-20-pts/evaltest.dat        |   4 +-
 .../tnccs-20-pts/hosts/dave/etc/strongswan.conf    |   2 +
 .../tnccs-20-pts/hosts/moon/etc/strongswan.conf    |   6 +-
 testing/tests/tnc/tnccs-20-pts/posttest.dat        |   1 -
 testing/tests/tnc/tnccs-20-pts/pretest.dat         |   6 +-
 testing/tests/tnc/tnccs-20-pts/test.conf           |   4 +-
 .../tests/tnc/tnccs-20-server-retry/evaltest.dat   |   4 +-
 .../tests/tnc/tnccs-20-server-retry/pretest.dat    |   8 +-
 testing/tests/tnc/tnccs-20-tls/evaltest.dat        |   4 +-
 testing/tests/tnc/tnccs-20-tls/pretest.dat         |   4 +-
 testing/tests/tnc/tnccs-20/evaltest.dat            |   4 +-
 testing/tests/tnc/tnccs-20/pretest.dat             |   8 +-
 testing/tests/tnc/tnccs-dynamic/evaltest.dat       |   4 +-
 testing/tests/tnc/tnccs-dynamic/pretest.dat        |   4 +-
 667 files changed, 4816 insertions(+), 2752 deletions(-)

-- 
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