Mercurial > dropbear
diff common-algo.c @ 755:b07eb3dc23ec ecc
refactor kexdh code a bit, start working on ecdh etc
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 26 Mar 2013 01:35:22 +0800 |
parents | cd3d3c63d189 |
children | bf9dc2d9c2b1 |
line wrap: on
line diff
--- a/common-algo.c Sun Mar 24 00:02:20 2013 +0800 +++ b/common-algo.c Tue Mar 26 01:35:22 2013 +0800 @@ -213,6 +213,7 @@ }; algo_type sshkex[] = { +// {"ecdh-sha2-secp256r1", DROPBEAR_KEX_ECDH_SECP256R1, NULL, 1, NULL}, {"diffie-hellman-group1-sha1", DROPBEAR_KEX_DH_GROUP1, NULL, 1, NULL}, {"diffie-hellman-group14-sha1", DROPBEAR_KEX_DH_GROUP14, NULL, 1, NULL}, {NULL, 0, NULL, 0, NULL}