summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changelog for 2020.81DROPBEAR_2020.81Matt Johnston2020-10-293-1/+26
* Make "Too many remote algorithms" exit rather than logMatt Johnston2020-10-241-1/+1
* Add buf_decrpos()Matt Johnston2020-10-245-11/+17
* Increase MAX_PROPOSED_ALGO to 50, warn if exceededMatt Johnston2020-10-232-4/+4
* Fix #ifdef DROPBEAR_FUZZ (caught by linter)Matt Johnston2020-10-211-1/+1
* Load password and key for client fuzzer.Matt Johnston2020-10-205-9/+60
* Don't sort objects, it breaks -lcrypt orderingMatt Johnston2020-10-201-1/+0
* Add ubsan fuzz run to Travis CI tooMatt Johnston2020-10-191-1/+7
* Use Dropbear's random source rather than libtommath's platformMatt Johnston2020-10-193-2/+15
* Avoid passing NULL to memcpyMatt Johnston2020-10-191-15/+1
* Fix fuzzer buildMatt Johnston2020-10-182-2/+2
* Merge fuzz branchMatt Johnston2020-10-1814-130/+244
|\
| * Allocate real file descriptors for fuzz input with dup()fuzzMatt Johnston2020-10-181-20/+29
| * Disallow extra kexinit messagesMatt Johnston2020-10-181-0/+6
| * Add fuzzer-client_nomaths, fix client fuzzerMatt Johnston2020-10-185-7/+38
| * Get client fuzzer building and starting (fails straight away)Matt Johnston2020-10-188-93/+138
| * Make wrapfd share a common buffer for all FDsMatt Johnston2020-10-156-48/+71
| * merge from mainMatt Johnston2020-10-15450-49140/+18122
| |\ | |/ |/|
* | Avoid gnu extension conditional operatorMatt Johnston2020-10-081-1/+5
* | Change secure.ucc.asn.au/hg to hg.ucc.asn.auMatt Johnston2020-07-282-12/+12
* | Added signature for changeset 88f63b8b0f13Matt Johnston2020-06-261-0/+1
* | Added tag DROPBEAR_2020.80 for changeset 73646de50f13Matt Johnston2020-06-260-0/+0
* | version 2020.80DROPBEAR_2020.80Matt Johnston2020-06-262-1/+7
* | 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