summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2018-10-01 22:30:25 +0200
committerYves-Alexis Perez <corsac@debian.org>2018-10-01 22:30:25 +0200
commit3001f2ed68bf2e519b197a0a33e9976177c002ae (patch)
treef2605a4a10e5e13bd69ba5050155b83d3cfb73fd /testing
parente0e280b7669435b991b7e457abd8aa450930b3e8 (diff)
downloadvyos-strongswan-3001f2ed68bf2e519b197a0a33e9976177c002ae.tar.gz
vyos-strongswan-3001f2ed68bf2e519b197a0a33e9976177c002ae.zip
New upstream version 5.7.1
Diffstat (limited to 'testing')
-rw-r--r--testing/Makefile.in4
-rw-r--r--testing/hosts/default/etc/ssh/sshd_config1
-rw-r--r--testing/ssh_config2
-rw-r--r--testing/testing.conf8
4 files changed, 8 insertions, 7 deletions
diff --git a/testing/Makefile.in b/testing/Makefile.in
index 22de00b50..1087ab917 100644
--- a/testing/Makefile.in
+++ b/testing/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff --git a/testing/hosts/default/etc/ssh/sshd_config b/testing/hosts/default/etc/ssh/sshd_config
index ecd7f4fd1..46b1f0231 100644
--- a/testing/hosts/default/etc/ssh/sshd_config
+++ b/testing/hosts/default/etc/ssh/sshd_config
@@ -1,6 +1,5 @@
Port 22
Protocol 2
-Ciphers arcfour
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
diff --git a/testing/ssh_config b/testing/ssh_config
index 56a619002..3ecdd27d1 100644
--- a/testing/ssh_config
+++ b/testing/ssh_config
@@ -6,8 +6,6 @@ Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
GSSAPIAuthentication yes
- # faster encryption
- Ciphers arcfour
# share multiple sessions
ControlMaster auto
ControlPath /tmp/ssh-uml-%r@%h:%p
diff --git a/testing/testing.conf b/testing/testing.conf
index 78c8dcabc..92b9693c1 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -24,11 +24,15 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
+<<<<<<< Updated upstream
: ${KERNELVERSION=4.18.9}
+=======
+: ${KERNELVERSION=4.15.9}
+>>>>>>> Stashed changes
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
-: ${KERNELCONFIG=$DIR/../config/kernel/config-4.18}
-: ${KERNELPATCH=ha-4.16-abicompat.patch.bz2}
+: ${KERNELCONFIG=$DIR/../config/kernel/config-4.15}
+: ${KERNELPATCH=ha-4.15.6-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.7.0}