Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-24 | send and handle SSH_MSG_EXT_INFO only at the correct point | Matt Johnston | |
- other fixes for rsa pubkey auth - only include ext-info handling when rsa pubkey auth is compiled | |||
2020-05-21 | Make server send SSH_MSG_EXT_INFO | Matt Johnston | |
Ensure that only valid hostkey algorithms are sent in the first kex guess | |||
2020-04-06 | use sigtype where appropriate | Matt Johnston | |
2020-03-12 | Add Ed25519 support (#91) | Vladislav Grishenko | |
* Add support for Ed25519 as a public key type Ed25519 is a elliptic curve signature scheme that offers better security than ECDSA and DSA and good performance. It may be used for both user and host keys. OpenSSH key import and fuzzer are not supported yet. Initially inspired by Peter Szabo. * Add curve25519 and ed25519 fuzzers * Add import and export of Ed25519 keys | |||
2018-02-28 | - #if not #ifdef for DROPBEAR_FUZZ | Matt Johnston | |
- fix some unused variables --HG-- branch : fuzz | |||
2018-01-23 | add fuzzer-preauth_nomaths | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-18 | merge 2017.75 | Matt Johnston | |
2016-11-19 | Use atomic key generation in all cases | Matt Johnston | |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2016-05-02 | options for disabling "normal" DH | Matt Johnston | |
2016-03-15 | assertion for case that shouldn't happen | Matt Johnston | |
2015-06-04 | buf_getstring and buf_putstring now use non-unsigned char* | Matt Johnston | |
2015-01-04 | Open directories O_RDONLY for fsync, add debugging if it fails | Matt Johnston | |
2014-11-08 | Make sure hostkeys are flushed to disk to avoid empty files if the power | Matt Johnston | |
fails. Based on patch from Peter Korsgaard | |||
2014-01-23 | requirenext doesn't need two values | Matt Johnston | |
2013-12-03 | Log when generating a hostkey | Matt Johnston | |
2013-11-14 | rename random.h to dbrandom.h since some OSes have a system random.h | Matt Johnston | |
--HG-- rename : random.c => dbrandom.c rename : random.h => dbrandom.h | |||
2013-11-12 | Various cleanups and fixes for warnings | Matt Johnston | |
--HG-- branch : ecc | |||
2013-11-09 | - Make curve25519 work after fixing a typo, interoperates with OpenSSH | Matt Johnston | |
- comment on ecc binary size effects --HG-- branch : ecc | |||
2013-11-08 | Merge | Matt Johnston | |
--HG-- branch : ecc | |||
2013-11-08 | curve25519 | Matt Johnston | |
--HG-- branch : ecc | |||
2013-11-07 | Add '-R' for delayed hostkey option | Matt Johnston | |
--HG-- branch : keyondemand | |||
2013-11-07 | refactor key generation, make it generate as required. | Matt Johnston | |
Needs UI in server command line options --HG-- branch : keyondemand | |||
2013-05-21 | merge in HEAD | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-14 | requirenext fixup for firstkexfollows | Matt Johnston | |
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-07 | ecc kind of works, needs fixing/testing | 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-26 | refactor kexdh code a bit, start working on ecdh etc | Matt Johnston | |
--HG-- branch : ecc | |||
2011-02-27 | Refer to RFCs rather than drafts, update some section references | Matt Johnston | |
--HG-- extra : convert_revision : b5c5c88e702f427b9d5e8c592e2b7e1bda204ff3 | |||
2006-07-07 | Fixes from Erik Hovland: | Matt Johnston | |
cli-authpubkey.c: fix leak of keybuf cli-kex.c: fix leak of fingerprint fp cli-service.c: remove commented out code dropbearkey.c: don't attepmt to free NULL key on failure common-kex.c: only free key if it is initialised keyimport.c: remove dead encrypted-key code don't leak a FILE* loading OpenSSH keys rsa.c, dss.c: check return values for some libtommath functions svr-kex.c: check return value retrieving DH kex mpint svr-tcpfwd.c: fix null-dereference if remote tcp forward request fails tcp-accept.c: don't incorrectly free the tcpinfo var --HG-- extra : convert_revision : 640a55bc710cbaa6d212453c750026c770e19193 | |||
2005-01-02 | Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place | Matt Johnston | |
--HG-- extra : convert_revision : d928bc851e32be7bd429bf7504b148c0e4bf7e2f | |||
2004-08-17 | default initialisers for mp_ints | Matt Johnston | |
--HG-- extra : convert_revision : af69bacb50a31523e383e8f73844d04681f9e394 | |||
2004-08-14 | License boilerplate etc, add Mihnea as an author to some of the files | Matt Johnston | |
--HG-- extra : convert_revision : 75c02f80c4ed25bd4697e7f17ffac6eded54c148 | |||
2004-07-26 | snapshot of stuff | Matt Johnston | |
--HG-- extra : convert_revision : 2903853ba24669d01547710986ad531357602633 | |||
2004-07-20 | switching to global vars | Matt Johnston | |
--HG-- extra : convert_revision : 800073097767c2ac153ab834cbcf0121cb765118 | |||
2004-06-23 | merge of abac2150ee4f4031a98016241fbd136d24fed127 | Matt Johnston | |
and ffa047425729e478a5b49b1ab0f8ec71c08a1421 --HG-- extra : convert_revision : e9b7d4eda64d70aff736f48cc8dea680b153139b | |||
2004-06-01 | Makefile.in contains updated files required | Matt Johnston | |
--HG-- extra : convert_revision : cc8a8c49dc70e632c352853a39801089b08149be |