summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-05-29Fix ChaCha20 on 32-bit platforms (#99)Vladislav Grishenko
2020-05-28Don't warn when SO_PRIORITY failsMatt Johnston
2020-05-28Fix typo DROPBEAR_NORMAL_DHMatt Johnston
2020-05-28Allow DH to be completely disabled (#97)Vladislav Grishenko
2020-05-28Fix warning for unused prngd branchMatt Johnston
2020-05-28Fix indentation and add bracesMatt Johnston
2020-05-28mergeMatt Johnston
2020-05-28Use Linux getrandom() to ensure random device is initialisedMatt Johnston
2020-05-28set up early logging nameMatt Johnston
2020-05-28initialise variable to stop warningMatt Johnston
2020-05-27Avoid oss-fuzz $SANITIZER causing wrong buildMatt Johnston
2020-05-27Mention libtom version requirements, check for poly1305 in libtomcryptMatt Johnston
2020-05-26Bring back -Werror and improve travis testsMatt Johnston
2020-05-26Update LibTomMath to 1.2.0 (#84)Steffen Jaeckel
2020-05-26try rearrange travis build matrixMatt Johnston
2020-05-26.travis.yml needs spaces not tabsMatt Johnston
2020-05-26update travis to Ubuntu focal to provide chacha20Matt Johnston
2020-05-26Fix untested rsa-sha256 change to fuzzer-verifyMatt Johnston
2020-05-26Make "dbclient -m help -c help" workMatt Johnston
2020-05-26fix typoMatt Johnston
2020-05-26Get rid of unused "none" cipher optionMatt Johnston
2020-05-26cast to fix warningMatt Johnston
2020-05-26merge rsa-sha256Matt Johnston
2020-05-25CBC mode cleanup (#95)Vladislav Grishenko
2020-05-25Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)Vladislav Grishenko
2020-05-25Mention Ed25519 in dropbearkey man (#94)Vladislav Grishenko
2020-05-25Add files via upload (#90)jcmathews
2020-05-25scp.c: Port OpenSSH CVE-2018-20685 fix (#80)Haelwenn Monnier
2020-05-25rsa-sha256 for ssh-agentMatt Johnston
2020-05-24send and handle SSH_MSG_EXT_INFO only at the correct pointMatt Johnston
2020-05-24run linterMatt Johnston
2020-05-24Add linter for #ifdefMatt Johnston
2020-05-21Make server send SSH_MSG_EXT_INFOMatt Johnston
2020-05-21Make DEBUG_NOFORK a #if not #ifdefMatt Johnston
2020-05-19ext-info handling for server-sig-algsMatt Johnston
2020-05-17split signkey_type and signature_type for RSA sha1 vs sha256Matt Johnston
2020-04-06use sigtype where appropriateMatt Johnston
2020-03-27When explicitly passing --disable-fuzz to ./configure fuzz was actuallyAlexander Dahl
2020-03-10Update remaining advise to edit options.hAlexander Dahl
2020-03-18Handle early exit when addrstring isn't setMatt Johnston
2020-03-18Improve address logging on early exit messages (#83)Kevin Darbyshire-Bryant
2020-03-14mergeMatt Johnston
2020-03-14Set SSH_ORIGINAL_COMMAND for "dropbear -c" too, fix build withoutMatt Johnston
2020-03-14Don't log authorized_keys command= every timeMatt Johnston
2020-03-14Fallback for key gen without hard link support (#89)Matt Robinson
2020-03-14MOTD enabled by default as the manpage says (#87)zciendor
2020-03-12Add Ed25519 support (#91)Vladislav Grishenko
2019-10-18bring back fsync_parent_dirMatt Johnston
2019-09-17Bring back Dropbear patch to avoid setting AR/LD/RANLIB in LTMMatt Johnston
2019-09-17Prime-related bugfixes (#81)Steffen Jaeckel