comparison sysoptions.h @ 795:7f604f9b3756 ecc

ecdsa is working
author Matt Johnston <matt@ucc.asn.au>
date Fri, 03 May 2013 23:07:48 +0800
parents d386defb5376
children 7dcb46da72d9
comparison
equal deleted inserted replaced
794:d386defb5376 795:7f604f9b3756
139 /* For a 4096 bit DSS key, empirically determined */ 139 /* For a 4096 bit DSS key, empirically determined */
140 #define MAX_PUBKEY_SIZE 1700 140 #define MAX_PUBKEY_SIZE 1700
141 /* For a 4096 bit DSS key, empirically determined */ 141 /* For a 4096 bit DSS key, empirically determined */
142 #define MAX_PRIVKEY_SIZE 1700 142 #define MAX_PRIVKEY_SIZE 1700
143 143
144 #define MAX_HOSTKEYS 3
145
144 /* The maximum size of the bignum portion of the kexhash buffer */ 146 /* The maximum size of the bignum portion of the kexhash buffer */
145 /* Sect. 8 of the transport rfc 4253, K_S + e + f + K */ 147 /* Sect. 8 of the transport rfc 4253, K_S + e + f + K */
146 #define KEXHASHBUF_MAX_INTS (1700 + 130 + 130 + 130) 148 #define KEXHASHBUF_MAX_INTS (1700 + 130 + 130 + 130)
147 149
148 #define DROPBEAR_MAX_SOCKS 2 /* IPv4, IPv6 are all we'll get for now. Revisit 150 #define DROPBEAR_MAX_SOCKS 2 /* IPv4, IPv6 are all we'll get for now. Revisit