summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge coverity from maincoverityMatt Johnston2020-06-26423-48874/+17315
|\
| * Don't choke on disabled authorized_keys(5) optionsGuilhem Moulin2020-06-261-4/+4
| * update CHANGES for 2020.80Matt Johnston2020-06-261-1/+16
| * Some notes on styleMatt Johnston2020-06-261-0/+24
| * Refer to libtom license filesMatt Johnston2020-06-251-2/+3
| * mergeMatt Johnston2020-06-232-3/+3
| |\
| | * move GNU_SOURCE earlierMatt Johnston2020-06-231-2/+2
| | * check for poly1305_init in other libtomcrypt configure testMatt Johnston2020-06-231-1/+1
| * | fix trace messages (#105)Ilya2020-06-231-4/+4
| |/
| * _GNU_SOURCE for randomMatt Johnston2020-06-231-0/+2
| * Disable toom and karatsuba for new libtommathMatt Johnston2020-06-181-0/+4
| * Added signature for changeset 4877afd51e04Matt Johnston2020-06-151-0/+1
| * Added tag DROPBEAR_2020.79 for changeset e2e4929d057bMatt Johnston2020-06-150-0/+0
| * can't call "make lint" without configureDROPBEAR_2020.79Matt Johnston2020-06-151-1/+0
| * changelog for 2020.79Matt Johnston2020-06-153-1/+61
| * Fix "make install" for manpages in out-of-tree buildsGabor Z. Papp2020-06-151-2/+2
| * Add DEVELOPING.mdMatt Johnston2020-06-152-0/+53
| * Delay seedrandom until connectionsMatt Johnston2020-06-151-3/+3
| * Disallow leading lines before the ident for server (#102)Vladislav Grishenko2020-06-151-2/+5
| * Disable by default 3des, cbc, hmac-sha1-96, x11 forwardingMatt Johnston2020-06-111-15/+13
| * Remove blowfishMatt Johnston2020-06-103-12/+0
| * avoid zero length array in base64_decodeMatt Johnston2020-06-101-3/+9
| * Merge libtomcrypt v1.18.2Matt Johnston2020-06-1045-138/+388
| * Fix whitespace changes vs upstream libtomcryptMatt Johnston2020-06-1011-1213/+1213
| * Sync curve25519 licenseVladislav Grishenko2020-05-311-2/+1
| * Set IOV_MAX for IRIXKazuo Kuroi2020-06-101-4/+6
| * void return types for curve25519Matt Johnston2020-05-303-16/+9
| * Remove unused DEBUG_FORKGPROFMatt Johnston2020-05-292-11/+0
| * Fix ChaCha20 on 32-bit platforms (#99)Vladislav Grishenko2020-05-292-6/+6
| * Don't warn when SO_PRIORITY failsMatt Johnston2020-05-281-3/+3
| * Fix typo DROPBEAR_NORMAL_DHMatt Johnston2020-05-282-4/+4
| * Allow DH to be completely disabled (#97)Vladislav Grishenko2020-05-285-4/+14
| * Fix warning for unused prngd branchMatt Johnston2020-05-281-1/+1
| * Fix indentation and add bracesMatt Johnston2020-05-281-4/+6
| * mergeMatt Johnston2020-05-281-1/+2
| |\
| | * Avoid oss-fuzz $SANITIZER causing wrong buildMatt Johnston2020-05-271-1/+2
| * | Use Linux getrandom() to ensure random device is initialisedMatt Johnston2020-05-283-56/+97
| * | set up early logging nameMatt Johnston2020-05-281-1/+7
| * | initialise variable to stop warningMatt Johnston2020-05-281-1/+1
| |/
| * Mention libtom version requirements, check for poly1305 in libtomcryptMatt Johnston2020-05-271-5/+6
| * Bring back -Werror and improve travis testsMatt Johnston2020-05-261-12/+16
| * Update LibTomMath to 1.2.0 (#84)Steffen Jaeckel2020-05-26229-31297/+6033
| * try rearrange travis build matrixMatt Johnston2020-05-261-6/+4
| * .travis.yml needs spaces not tabsMatt Johnston2020-05-261-4/+4
| * update travis to Ubuntu focal to provide chacha20Matt Johnston2020-05-261-3/+5
| * Fix untested rsa-sha256 change to fuzzer-verifyMatt Johnston2020-05-261-1/+2
| * Make "dbclient -m help -c help" workMatt Johnston2020-05-262-28/+26
| * fix typoMatt Johnston2020-05-261-1/+1
| * Get rid of unused "none" cipher optionMatt Johnston2020-05-261-6/+0
| * cast to fix warningMatt Johnston2020-05-261-1/+1