comparison sysoptions.h @ 745:15999b098cc9 kexguess

Don't usually need to recalculate dh_e for the repeated kexdh_init packet
author Matt Johnston <matt@ucc.asn.au>
date Wed, 03 Apr 2013 00:32:55 +0800
parents 714b9106e335
children 465fefc4f6e0
comparison
equal deleted inserted replaced
744:504f33c684b5 745:15999b098cc9
59 /* success/failure defines */ 59 /* success/failure defines */
60 #define DROPBEAR_SUCCESS 0 60 #define DROPBEAR_SUCCESS 0
61 #define DROPBEAR_FAILURE -1 61 #define DROPBEAR_FAILURE -1
62 62
63 /* various algorithm identifiers */ 63 /* various algorithm identifiers */
64 #define DROPBEAR_KEX_DH_GROUP1 0 64 #define DROPBEAR_KEX_NONE 0
65 #define DROPBEAR_KEX_DH_GROUP14 1 65 #define DROPBEAR_KEX_DH_GROUP1 1
66 #define DROPBEAR_KEX_DH_GROUP14 2
66 67
67 #define DROPBEAR_SIGNKEY_ANY 0 68 #define DROPBEAR_SIGNKEY_ANY 0
68 #define DROPBEAR_SIGNKEY_RSA 1 69 #define DROPBEAR_SIGNKEY_RSA 1
69 #define DROPBEAR_SIGNKEY_DSS 2 70 #define DROPBEAR_SIGNKEY_DSS 2
70 #define DROPBEAR_SIGNKEY_NONE 3 71 #define DROPBEAR_SIGNKEY_NONE 3