summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge rsa-sha256Matt Johnston2020-05-2636-267/+697
|\
| * rsa-sha256 for ssh-agentMatt Johnston2020-05-253-4/+13
| * send and handle SSH_MSG_EXT_INFO only at the correct pointMatt Johnston2020-05-2413-22/+46
| * run linterMatt Johnston2020-05-241-0/+1
| * Add linter for #ifdefMatt Johnston2020-05-243-1/+13
| * Make server send SSH_MSG_EXT_INFOMatt Johnston2020-05-216-29/+75
| * Make DEBUG_NOFORK a #if not #ifdefMatt Johnston2020-05-212-2/+4
| * ext-info handling for server-sig-algsMatt Johnston2020-05-1916-90/+255
| * split signkey_type and signature_type for RSA sha1 vs sha256Matt Johnston2020-05-1710-68/+148
| * use sigtype where appropriateMatt Johnston2020-04-0618-142/+233
* | CBC mode cleanup (#95)Vladislav Grishenko2020-05-253-2/+10
* | Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)Vladislav Grishenko2020-05-2513-56/+560
* | Mention Ed25519 in dropbearkey man (#94)Vladislav Grishenko2020-05-251-1/+2
* | Add files via upload (#90)jcmathews2020-05-251-1/+3
* | scp.c: Port OpenSSH CVE-2018-20685 fix (#80)Haelwenn Monnier2020-05-251-1/+2
|/
* When explicitly passing --disable-fuzz to ./configure fuzz was actuallyAlexander Dahl2020-03-271-5/+12
* Update remaining advise to edit options.hAlexander Dahl2020-03-102-2/+2
* Handle early exit when addrstring isn't setMatt Johnston2020-03-181-6/+14
* Improve address logging on early exit messages (#83)Kevin Darbyshire-Bryant2020-03-182-15/+11
* mergeMatt Johnston2020-03-143-12/+5
|\
| * Set SSH_ORIGINAL_COMMAND for "dropbear -c" too, fix build withoutMatt Johnston2020-03-142-10/+4
| * Don't log authorized_keys command= every timeMatt Johnston2020-03-141-2/+1