Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-09 | merge | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-09 | Fix build for dropbearkey and ecdsa with certain options | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-09 | Fix ecdsa verification | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-03 | ecdsa is working | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-28 | more ecdsa signkey work, not correct | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-14 | A bit of work on ecdsa for host/auth keys | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-09 | A bit of debugging output | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-09 | Be safer with how we handle ltc_ecc_sets[] (particularly with | Matt Johnston | |
system libtomcrypt) A bit of progress with ecdsa code --HG-- branch : ecc | |||
2013-04-09 | start on ecdsa keys | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-08 | - Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string() | Matt Johnston | |
- Reindent ecc.c properly --HG-- branch : ecc | |||
2013-04-08 | add printmpint() for debugging | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-08 | ecdh works against OpenSSH | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-08 | - Fix various hardcoded uses of SHA1 | Matt Johnston | |
- rename curves to nistp256 etc - fix svr-auth.c TRACE problem --HG-- branch : ecc | |||
2013-04-07 | ecc kind of works, needs fixing/testing | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-06 | Make _sign and _verify functions take a buffer* rather than void* and int | Matt Johnston | |
--HG-- branch : ecc | |||
2013-03-29 | More changes for KEX and ECDH. Set up hash descriptors, make ECC code work, | Matt Johnston | |
ses.hash and ses.session_id are now buffers (doesn't compile) --HG-- branch : ecc | |||
2013-03-29 | Set LTC_SOURCE for proper ltm_desc etc | Matt Johnston | |
--HG-- branch : ecc | |||
2013-03-27 | ecc key import function | Matt Johnston | |
--HG-- branch : ecc | |||
2013-03-27 | more bits on ecc branch | Matt Johnston | |
--HG-- branch : ecc | |||
2013-03-26 | refactor kexdh code a bit, start working on ecdh etc | Matt Johnston | |
--HG-- branch : ecc | |||
2013-03-24 | Define _GNU_SOURCE for vasprintf | Matt Johnston | |
2013-03-24 | rename configure.in -> configure.ac | Mike Frysinger | |
Latest autotools warn now if the file is named configure.in --HG-- rename : configure.in => configure.ac | |||
2013-03-23 | Fix a few compile warnings | Matt Johnston | |
2013-03-23 | Add ~. and ~^Z handling to exit/suspend dbclient | Matt Johnston | |
2013-03-21 | Added signature for changeset 9b80981212fe | Matt Johnston | |
2013-03-21 | Added tag DROPBEAR_2013.56 for changeset 1b8b2b9d6e94 | Matt Johnston | |
2013-03-21 | Forgot date in CHANGES | Matt Johnston | |
2013-03-21 | 2013.56 changelog | Matt Johnston | |
2013-03-21 | update text about authorized_keys options | Matt Johnston | |
2013-03-21 | Add URL to usage text | Matt Johnston | |
2013-03-21 | Make hmac-sha2-256 and hmac-sha2-512 work | Matt Johnston | |
2013-03-21 | Make sure "struct timeval" is initialised on OS X to avoid valgrind warnings | Matt Johnston | |
2013-03-20 | Fix "-c none" so that it allows aes during authentication | Matt Johnston | |
Default for options.h shouldn't allow "none" | |||
2013-03-20 | Fix "-m none" case and ugly typo | Matt Johnston | |
2013-03-20 | Fix "-m none" case where an entire packet fits in a block and can be | Matt Johnston | |
read by read_packet_init() | |||
2013-03-20 | Merge "none" cipher/MAC branch. Also adds sha256 and sha512 | Matt Johnston | |
2013-03-20 | use an empty writebuf rather than a NULL one | Matt Johnston | |
2013-03-20 | document a few more changes | Matt Johnston | |
2013-03-19 | Fix memory leak when direct TCP connections time out on connection. | Matt Johnston | |
Long-standing bug probably stemming from the awkwardly named delete_channel() versus remove_channel() | |||
2013-03-19 | Allow specifying server "-p" options with ipv6 bracket notation, | Matt Johnston | |
patch from Ben Jencks | |||
2013-03-19 | Android returns NULL for pw_crypt, set it to something else | Matt Johnston | |
2013-03-19 | ignore I_PUSH if it isn't defined, for Android from Reimar Döffinger | Matt Johnston | |
2013-03-19 | Fix compat basename() to handle paths with no slashes. Thanks to Frank Teo | Matt Johnston | |
2013-03-19 | Include /proc/vmstat as another random source | Matt Johnston | |
2013-03-19 | link to Dropbear webpage | Matt Johnston | |
2013-03-19 | Removed tag t:ltc-0.95-db-merge1 | Matt Johnston | |
2013-03-19 | Removed tag t:ltc-0.95-orig | Matt Johnston | |
2013-03-11 | fix signedness error in prototype | Matt Johnston | |
2013-03-03 | improve subsystem/sftp documentation, and multi-hop manual formatting | Matt Johnston | |
2013-02-24 | fix typo | Matt Johnston | |