comparison sysoptions.h @ 595:2895626d864f

Add diffie-hellman-group14-sha1 KEX method
author Matt Johnston <matt@ucc.asn.au>
date Thu, 24 Feb 2011 12:42:42 +0000
parents cf376c696dfc
children 7ec26a5b92e7
comparison
equal deleted inserted replaced
594:a98a2138364a 595:2895626d864f
58 #define DROPBEAR_SUCCESS 0 58 #define DROPBEAR_SUCCESS 0
59 #define DROPBEAR_FAILURE -1 59 #define DROPBEAR_FAILURE -1
60 60
61 /* various algorithm identifiers */ 61 /* various algorithm identifiers */
62 #define DROPBEAR_KEX_DH_GROUP1 0 62 #define DROPBEAR_KEX_DH_GROUP1 0
63 #define DROPBEAR_KEX_DH_GROUP14 1
63 64
64 #define DROPBEAR_SIGNKEY_ANY 0 65 #define DROPBEAR_SIGNKEY_ANY 0
65 #define DROPBEAR_SIGNKEY_RSA 1 66 #define DROPBEAR_SIGNKEY_RSA 1
66 #define DROPBEAR_SIGNKEY_DSS 2 67 #define DROPBEAR_SIGNKEY_DSS 2
67 #define DROPBEAR_SIGNKEY_NONE 3 68 #define DROPBEAR_SIGNKEY_NONE 3