Mercurial > dropbear
comparison svr-runopts.c @ 846:b298bb438625 keyondemand
refactor key generation, make it generate as required.
Needs UI in server command line options
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 07 Nov 2013 00:18:52 +0800 |
parents | 75509065db53 |
children | f4bb964c8678 |
comparison
equal
deleted
inserted
replaced
845:774ad9b112ef | 846:b298bb438625 |
---|---|
480 disablekey(DROPBEAR_SIGNKEY_ECDSA_NISTP384); | 480 disablekey(DROPBEAR_SIGNKEY_ECDSA_NISTP384); |
481 } | 481 } |
482 #endif | 482 #endif |
483 #ifdef DROPBEAR_ECC_521 | 483 #ifdef DROPBEAR_ECC_521 |
484 if (!svr_opts.hostkey->ecckey521) { | 484 if (!svr_opts.hostkey->ecckey521) { |
485 disablekey(DROPBEAR_SIGNKEY_ECDSA_NISTP521); | 485 //disablekey(DROPBEAR_SIGNKEY_ECDSA_NISTP521); |
486 } | 486 } |
487 #endif | 487 #endif |
488 #endif | 488 #endif |
489 } | 489 } |