mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
ecdsa is working
--HG-- branch : ecc
This commit is contained in:
@@ -141,6 +141,8 @@
|
||||
/* For a 4096 bit DSS key, empirically determined */
|
||||
#define MAX_PRIVKEY_SIZE 1700
|
||||
|
||||
#define MAX_HOSTKEYS 3
|
||||
|
||||
/* The maximum size of the bignum portion of the kexhash buffer */
|
||||
/* Sect. 8 of the transport rfc 4253, K_S + e + f + K */
|
||||
#define KEXHASHBUF_MAX_INTS (1700 + 130 + 130 + 130)
|
||||
|
||||
Reference in New Issue
Block a user