summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.61testDROPBEAR_2013.61testMatt Johnston2013-11-144-1/+76
* docs for ecdsaMatt Johnston2013-11-142-25/+23
* another new config.guess 2013-06-10Matt Johnston2013-11-141-65/+79
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-1426-26/+26
* use oldstyle commentsMatt Johnston2013-11-1428-73/+72
* Replace some deprecated macros with other ones, from Daniel Richard G.Matt Johnston2013-11-141-51/+55
* - Some fixes for old compilers like tru64 v4 from Daniel Richard G.Matt Johnston2013-11-1410-24/+52
* merge ecc againMatt Johnston2013-11-140-0/+0
|\
* | Don't exit fatally if authorized_keys has a line likeeccMatt Johnston2013-11-121-2/+2
* | Various cleanups and fixes for warningsMatt Johnston2013-11-1214-36/+34
* | comments, turn off debugging optionsMatt Johnston2013-11-092-4/+3
* | - Make curve25519 work after fixing a typo, interoperates with OpenSSHMatt Johnston2013-11-094-10/+17
* | MergeMatt Johnston2013-11-0811-71/+965
|\ \
| * | curve25519Matt Johnston2013-11-0811-73/+965
| |/
* | Add '-R' for delayed hostkey optionkeyondemandMatt Johnston2013-11-0710-38/+104
* | refactor key generation, make it generate as required.Matt Johnston2013-11-0712-153/+280
|/
* merge yet againMatt Johnston2013-11-014-204/+268
|\
| * merge againMatt Johnston2013-11-0162-736/+2372
| |\
| | * Fix shadowed "ret" variableMatt Johnston2013-10-211-3/+3
| | * A few small fixes for ECC compilationMatt Johnston2013-10-212-3/+5
| | * mergeMatt Johnston2013-10-2026-110/+282
| | |\
| | * | writing out openssh ecc keys worksMatt Johnston2013-10-202-201/+263
* | | | MergeMatt Johnston2013-11-010-0/+0
|\ \ \ \
| * \ \ \ Merge in ECCMatt Johnston2013-10-2162-535/+2107
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
* | | | Fix specifying a keysize for key generation, fix key name argumentsMatt Johnston2013-11-016-34/+70
* | | | Default to some larger key sizesMatt Johnston2013-10-313-10/+10
| |/ / |/| |
* | | Merge in changes from the past couple of releasesMatt Johnston2013-10-1862-535/+2107
|\ \ \ | |/ / |/| / | |/
| * have separate ecdsa keys for each sizeMatt Johnston2013-05-256-68/+120
| * hackish ECC import code from OpenSSHMatt Johnston2013-05-232-15/+140
| * Add m_mp_alloc_init_multi() helperMatt Johnston2013-05-238-38/+29
| * Enable SMALL_CODE by defaultMatt Johnston2013-05-211-1/+1
| * Fix static library order, libtomcrypt depends on libtommathMatt Johnston2013-05-211-2/+2
| * Fix broken disablekey()Matt Johnston2013-05-211-1/+2
| * merge in HEADMatt Johnston2013-05-2151-956/+1330
| |\
| * | quieten the compilerMatt Johnston2013-05-091-1/+2
| * | mergeMatt Johnston2013-05-091-8/+0
| |\ \
| | * | Fix ecdsa verificationMatt Johnston2013-05-091-8/+0
| * | | Fix build for dropbearkey and ecdsa with certain optionsMatt Johnston2013-05-092-19/+44
| |/ /
| * | ecdsa is workingMatt Johnston2013-05-0314-93/+203
| * | more ecdsa signkey work, not correctMatt Johnston2013-04-289-98/+210
| * | A bit of work on ecdsa for host/auth keysMatt Johnston2013-04-149-48/+379
| * | A bit of debugging outputMatt Johnston2013-04-091-3/+12
| * | Be safer with how we handle ltc_ecc_sets[] (particularly withMatt Johnston2013-04-095-17/+100
| * | start on ecdsa keysMatt Johnston2013-04-0916-84/+157
| * | - Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()Matt Johnston2013-04-085-161/+163
| * | add printmpint() for debuggingMatt Johnston2013-04-082-0/+9
| * | ecdh works against OpenSSHMatt Johnston2013-04-082-24/+8
| * | - Fix various hardcoded uses of SHA1Matt Johnston2013-04-0810-51/+47
| * | ecc kind of works, needs fixing/testingMatt Johnston2013-04-0732-120/+174
| * | Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston2013-04-0611-63/+40