aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-11-09 16:03:24 +0100
committerHans Nilsson <[email protected]>2018-11-09 16:03:24 +0100
commit0b0db11998be6dbd1043c8cfbf74bdc1ad3aeb4e (patch)
tree821ec866921b2843e19344f5ef5a513bb3ff6d8b /lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all
parent7cba65ba915c494ae177a64a800434355ab74c00 (diff)
parentca8b287e0d46c4db053cce661e9800185b04c8ca (diff)
downloadotp-0b0db11998be6dbd1043c8cfbf74bdc1ad3aeb4e.tar.gz
otp-0b0db11998be6dbd1043c8cfbf74bdc1ad3aeb4e.tar.bz2
otp-0b0db11998be6dbd1043c8cfbf74bdc1ad3aeb4e.zip
Merge branch 'hans/ssh/fix_ext_info_tests' into maint
* hans/ssh/fix_ext_info_tests: ssh: Clear remote user_dir in ssh_compat_SUITE ssh: Check compatibility with new OpenSSH versions
Diffstat (limited to 'lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all')
-rwxr-xr-xlib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all b/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all
index 0dcf8cb570..c2e77fcc79 100755
--- a/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all
+++ b/lib/ssh/test/ssh_compat_SUITE_data/build_scripts/create_all
@@ -18,6 +18,12 @@ SSH_SSL_VERSIONS=(\
openssh 7.6p1 openssl 1.0.2n \
\
openssh 7.6p1 libressl 2.6.4 \
+ \
+ openssh 7.7p1 openssl 1.0.2p \
+ openssh 7.8p1 openssl 1.0.2p \
+ openssh 7.9p1 openssl 1.0.2p \
+ \
+ openssh 7.9p1 libressl 2.6.4 \
)
if [ "x$1" == "x-b" ]