1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-07 08:02:55 +03:00

kex: Add simple DES support for SSHv1.

This commit is contained in:
Dmitriy Kuznetsov
2012-09-07 12:19:43 +02:00
committed by Andreas Schneider
parent a3f83e7274
commit 320951f42f
7 changed files with 94 additions and 11 deletions

View File

@@ -56,6 +56,7 @@
#endif
#define DES "3des-cbc"
#define SIMPLEDES "des-cbc-ssh1"
#endif
#ifdef WITH_ZLIB
@@ -93,6 +94,7 @@ const char *supported_methods[] = {
HOSTKEYS,
AES BLOWFISH DES,
AES BLOWFISH DES,
SIMPLEDES,
"hmac-sha1",
"hmac-sha1",
ZLIB,