dh: Add diffie-hellman-group18-sha512 support

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
(cherry picked from commit 71594f9d6c)
This commit is contained in:
Anderson Toshiyuki Sasaki
2018-09-20 10:39:13 +02:00
committed by Andreas Schneider
parent 1634c5a91a
commit 4a9c32fc81
11 changed files with 152 additions and 6 deletions

View File

@@ -604,6 +604,7 @@ static void torture_setup_create_sshd_config(void **state)
"diffie-hellman-group-exchange-sha256,"
"diffie-hellman-group-exchange-sha1,"
"diffie-hellman-group16-sha512,"
"diffie-hellman-group18-sha512,"
"diffie-hellman-group14-sha1,"
"diffie-hellman-group1-sha1\n"
#endif /* OPENSSH_VERSION >= 6.7 */