2020-10-29 |
Matt Johnston |
Added tag DROPBEAR_2020.81 for changeset 4b984c42372d
|
2020-10-29 |
Matt Johnston |
Changelog for 2020.81
DROPBEAR_2020.81
|
2020-10-25 |
Matt Johnston |
Add first try at fuzzing custom mutator
|
2020-10-25 |
Matt Johnston |
merge from main
|
2020-10-24 |
Matt Johnston |
Disable stderr output for fuzzer by default
|
2020-10-23 |
Matt Johnston |
Add some more variation to fuzzer random number generation
|
2020-10-23 |
Matt Johnston |
Move fuzzing code to fuzz/ subdirectory, improve Makefile.in
|
2020-10-24 |
Matt Johnston |
Make "Too many remote algorithms" exit rather than log
|
2020-10-24 |
Matt Johnston |
Add buf_decrpos()
|
2020-10-23 |
Matt Johnston |
Increase MAX_PROPOSED_ALGO to 50, warn if exceeded
|
2020-10-21 |
Matt Johnston |
Fix #ifdef DROPBEAR_FUZZ (caught by linter)
|
2020-10-20 |
Matt Johnston |
Load password and key for client fuzzer.
|
2020-10-20 |
Matt Johnston |
Don't sort objects, it breaks -lcrypt ordering
|
2020-10-19 |
Matt Johnston |
Add ubsan fuzz run to Travis CI too
|
2020-10-19 |
Matt Johnston |
Use Dropbear's random source rather than libtommath's platform
|
2020-10-19 |
Matt Johnston |
Avoid passing NULL to memcpy
|
2020-10-18 |
Matt Johnston |
Fix fuzzer build
|
2020-10-18 |
Matt Johnston |
Merge fuzz branch
|
2020-10-18 |
Matt Johnston |
Allocate real file descriptors for fuzz input with dup()
fuzz
|
2020-10-18 |
Matt Johnston |
Disallow extra kexinit messages
fuzz
|
2020-10-18 |
Matt Johnston |
Add fuzzer-client_nomaths, fix client fuzzer
fuzz
|
2020-10-18 |
Matt Johnston |
Get client fuzzer building and starting (fails straight away)
fuzz
|
2020-10-15 |
Matt Johnston |
Make wrapfd share a common buffer for all FDs
fuzz
|
2020-10-15 |
Matt Johnston |
merge from main
fuzz
|
2020-10-08 |
Matt Johnston |
Avoid gnu extension conditional operator
|
2020-07-28 |
Matt Johnston |
Change secure.ucc.asn.au/hg to hg.ucc.asn.au
|
2020-06-26 |
Matt Johnston |
Added signature for changeset 88f63b8b0f13
|
2020-06-26 |
Matt Johnston |
Added tag DROPBEAR_2020.80 for changeset 73646de50f13
|
2020-06-26 |
Matt Johnston |
version 2020.80
DROPBEAR_2020.80
|
2020-06-26 |
Matt Johnston |
merge coverity from main
coverity coverity
|
2020-06-26 |
Guilhem Moulin |
Don't choke on disabled authorized_keys(5) options
|
2020-06-26 |
Matt Johnston |
update CHANGES for 2020.80
|
2020-06-26 |
Matt Johnston |
Some notes on style
|
2020-06-25 |
Matt Johnston |
Refer to libtom license files
|
2020-06-23 |
Matt Johnston |
merge
|
2020-06-23 |
Ilya |
fix trace messages (#105)
|
2020-06-23 |
Matt Johnston |
move GNU_SOURCE earlier
|
2020-06-23 |
Matt Johnston |
check for poly1305_init in other libtomcrypt configure test
|
2020-06-23 |
Matt Johnston |
_GNU_SOURCE for random
|
2020-06-18 |
Matt Johnston |
Disable toom and karatsuba for new libtommath
|
2020-06-15 |
Matt Johnston |
Added signature for changeset 4877afd51e04
|
2020-06-15 |
Matt Johnston |
Added tag DROPBEAR_2020.79 for changeset e2e4929d057b
|
2020-06-15 |
Matt Johnston |
can't call "make lint" without configure
DROPBEAR_2020.79
|
2020-06-15 |
Matt Johnston |
changelog for 2020.79
|
2020-06-15 |
Gabor Z. Papp |
Fix "make install" for manpages in out-of-tree builds
|
2020-06-15 |
Matt Johnston |
Add DEVELOPING.md
|
2020-06-15 |
Matt Johnston |
Delay seedrandom until connections
|
2020-06-15 |
Vladislav Grishenko |
Disallow leading lines before the ident for server (#102)
|
2020-06-10 |
Matt Johnston |
Disable by default 3des, cbc, hmac-sha1-96, x11 forwarding
|
2020-06-10 |
Matt Johnston |
Remove blowfish
|
2020-06-10 |
Matt Johnston |
avoid zero length array in base64_decode
|
2020-06-10 |
Matt Johnston |
Merge libtomcrypt v1.18.2
|
2020-06-10 |
Matt Johnston |
Fix whitespace changes vs upstream libtomcrypt
|
2020-05-31 |
Vladislav Grishenko |
Sync curve25519 license
|
2020-06-10 |
Kazuo Kuroi |
Set IOV_MAX for IRIX
|
2020-05-29 |
Matt Johnston |
void return types for curve25519
|
2020-05-29 |
Matt Johnston |
Remove unused DEBUG_FORKGPROF
|
2020-05-29 |
Vladislav Grishenko |
Fix ChaCha20 on 32-bit platforms (#99)
|
2020-05-28 |
Matt Johnston |
Don't warn when SO_PRIORITY fails
|
2020-05-28 |
Matt Johnston |
Fix typo DROPBEAR_NORMAL_DH
|
2020-05-28 |
Vladislav Grishenko |
Allow DH to be completely disabled (#97)
|
2020-05-28 |
Matt Johnston |
Fix warning for unused prngd branch
|
2020-05-28 |
Matt Johnston |
Fix indentation and add braces
|
2020-05-28 |
Matt Johnston |
merge
|
2020-05-28 |
Matt Johnston |
Use Linux getrandom() to ensure random device is initialised
|
2020-05-28 |
Matt Johnston |
set up early logging name
|
2020-05-28 |
Matt Johnston |
initialise variable to stop warning
|
2020-05-27 |
Matt Johnston |
Avoid oss-fuzz $SANITIZER causing wrong build
|
2020-05-26 |
Matt Johnston |
Mention libtom version requirements, check for poly1305 in libtomcrypt
|
2020-05-26 |
Matt Johnston |
Bring back -Werror and improve travis tests
|
2020-05-26 |
Steffen Jaeckel |
Update LibTomMath to 1.2.0 (#84)
|
2020-05-26 |
Matt Johnston |
try rearrange travis build matrix
|
2020-05-26 |
Matt Johnston |
.travis.yml needs spaces not tabs
|
2020-05-26 |
Matt Johnston |
update travis to Ubuntu focal to provide chacha20
|
2020-05-26 |
Matt Johnston |
Fix untested rsa-sha256 change to fuzzer-verify
|
2020-05-26 |
Matt Johnston |
Make "dbclient -m help -c help" work
|
2020-05-26 |
Matt Johnston |
fix typo
|
2020-05-26 |
Matt Johnston |
Get rid of unused "none" cipher option
|
2020-05-26 |
Matt Johnston |
cast to fix warning
|
2020-05-25 |
Matt Johnston |
merge rsa-sha256
|
2020-05-25 |
Matt Johnston |
rsa-sha256 for ssh-agent
|
2020-05-24 |
Matt Johnston |
send and handle SSH_MSG_EXT_INFO only at the correct point
|
2020-05-24 |
Matt Johnston |
run linter
|
2020-05-24 |
Matt Johnston |
Add linter for #ifdef
|
2020-05-21 |
Matt Johnston |
Make server send SSH_MSG_EXT_INFO
|
2020-05-21 |
Matt Johnston |
Make DEBUG_NOFORK a #if not #ifdef
|
2020-05-18 |
Matt Johnston |
ext-info handling for server-sig-algs
|
2020-05-17 |
Matt Johnston |
split signkey_type and signature_type for RSA sha1 vs sha256
|
2020-04-06 |
Matt Johnston |
use sigtype where appropriate
|
2020-05-25 |
Vladislav Grishenko |
CBC mode cleanup (#95)
|
2020-05-25 |
Vladislav Grishenko |
Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)
|
2020-05-25 |
Vladislav Grishenko |
Mention Ed25519 in dropbearkey man (#94)
|
2020-05-25 |
jcmathews |
Add files via upload (#90)
|
2020-05-25 |
Haelwenn Monnier |
scp.c: Port OpenSSH CVE-2018-20685 fix (#80)
|
2020-03-27 |
Alexander Dahl |
When explicitly passing --disable-fuzz to ./configure fuzz was actually
|
2020-03-10 |
Alexander Dahl |
Update remaining advise to edit options.h
|
2020-03-18 |
Matt Johnston |
Handle early exit when addrstring isn't set
|
2020-03-18 |
Kevin Darbyshire-Bryant |
Improve address logging on early exit messages (#83)
|
2020-03-14 |
Matt Johnston |
merge
|
2020-03-14 |
Matt Robinson |
Fallback for key gen without hard link support (#89)
|
2020-03-14 |
Matt Johnston |
Set SSH_ORIGINAL_COMMAND for "dropbear -c" too, fix build without
|
2020-03-14 |
Matt Johnston |
Don't log authorized_keys command= every time
|
2020-03-14 |
zciendor |
MOTD enabled by default as the manpage says (#87)
|
2020-03-11 |
Vladislav Grishenko |
Add Ed25519 support (#91)
|
2019-10-18 |
Matt Johnston |
bring back fsync_parent_dir
|
2019-09-17 |
Matt Johnston |
Bring back Dropbear patch to avoid setting AR/LD/RANLIB in LTM
|
2019-09-17 |
Steffen Jaeckel |
Prime-related bugfixes (#81)
|
2019-09-16 |
Steffen Jaeckel |
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
|
2019-05-15 |
Matt Johnston |
Rename EPKA -> Plugin
|
2019-05-15 |
fabriziobertocci |
External Public-Key Authentication API (#72)
|
2019-03-27 |
Matt Johnston |
Added signature for changeset ebcdb893992d
|
2019-03-27 |
Matt Johnston |
Added tag DROPBEAR_2019.78 for changeset 009d52ae26d3
|