Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-24 | test dss key parameter lengths exactly | Matt Johnston | |
2017-06-24 | test for -pie linker flag as well, for Linux | Matt Johnston | |
2017-06-24 | set hardened compiler/linker flags by default | Matt Johnston | |
2017-06-23 | test for linux/pkt-sched.h rather than SO_PRIORITY | Matt Johnston | |
2017-06-23 | set PAM_RHOST | Matt Johnston | |
2017-05-26 | fix null pointer crash | Matt Johnston | |
2017-05-21 | Fix null pointer dereference found by libfuzzer | Matt Johnston | |
2017-05-25 | limit input size | Matt Johnston | |
2017-05-25 | don't exit encountering short lines | Matt Johnston | |
2017-05-23 | split out checkpubkey_line() separately | Matt Johnston | |
2017-06-16 | increase min DSS and RSA lengths | Matt Johnston | |
2017-06-16 | check p and q lengths | Matt Johnston | |
2017-06-23 | Compile with -fno-strict-overflow if possible. | Matt Johnston | |
Needed for curve25519-donna https://github.com/agl/curve25519-donna/issues/31 | |||
2017-06-15 | fix missing arglist NULL terminator | Matt Johnston | |
2017-06-14 | improve value range validation | Matt Johnston | |
2017-05-26 | add m_mp_free_multi, be more careful freeing when failing to load keys | Matt Johnston | |
2017-06-03 | Merge pull request #38 from armcc/master | Matt Johnston | |
Fix libtomcrypt/libtommath linking order | |||
2017-06-03 | Merge pull request #40 from fperrad/20161119_lint | Matt Johnston | |
more lintings | |||
2017-06-02 | when pointer, use NULL instead of 0 | Francois Perrad | |
2017-06-02 | Set configure #defines to 1. Escape some strings for m4 | Matt Johnston | |
2017-06-02 | Merge pull request #37 from shauser88/configure-fixes | Matt Johnston | |
Fix configure options using AC_ARG_ENABLE | |||
2017-06-02 | Merge pull request #39 from fperrad/20161118_lint | Matt Johnston | |
fix indentation | |||
2017-06-02 | Merge pull request #34 from bengardner/gitignore | Matt Johnston | |
Add .gitignore file | |||
2017-06-02 | Merge pull request #33 from bengardner/termcodes | Matt Johnston | |
termcodes: make VEOL2, VWERASE, VLNEXT, ECHOCTL, and ECHOKE optional | |||
2017-06-02 | Merge pull request #32 from bengardner/ERR_label | Matt Johnston | |
Change label name _ERR to LBL_ERR | |||
2017-06-02 | Merge pull request #31 from bengardner/PATH_DEVNULL | Matt Johnston | |
Use DROPBEAR_PATH_DEVNULL instead of undefined _PATH_DEVNULL | |||
2017-06-01 | rename hidden variable | Francois Perrad | |
in function tcp_acceptor() struct sockaddr_storage addr; char* addr = NULL; | |||
2017-06-01 | fix DEBUG_* condition | Francois Perrad | |
2017-06-01 | use #ifdef DROPBEAR_PRNGD_SOCKET instead of #if | Francois Perrad | |
2017-06-01 | fix indentation | Francois Perrad | |
2017-05-20 | add cve and patch link | Matt Johnston | |
2017-05-18 | merge main | Matt Johnston | |
2017-05-18 | merge 2017.75 | Matt Johnston | |
2017-05-18 | Added signature for changeset 5c9207ceedae | Matt Johnston | |
2017-05-18 | Added tag DROPBEAR_2017.75 for changeset c31276613181 | Matt Johnston | |
2017-05-18 | fix changelog for atomic dropbearkey | Matt Johnston | |
2017-05-17 | bump version to 2017.75 | Matt Johnston | |
2017-05-17 | changes for 2017.75 | Matt Johnston | |
2016-11-19 | Use atomic key generation in all cases | Matt Johnston | |
2016-11-19 | Use atomic key generation in all cases | Matt Johnston | |
2016-11-18 | Merge pull request #27 from fperrad/20160325_lint | Matt Johnston | |
more linting | |||
2016-11-18 | Merge pull request #26 from fperrad/kill_kr | Matt Johnston | |
remove K&R old style code | |||
2016-11-15 | initialize variable and protect against NULL dereferencement | Francois Perrad | |
2016-11-15 | initialize variable | Francois Perrad | |
2016-11-15 | remove duplicated include | Francois Perrad | |
2016-11-15 | upgrade atomicio | Francois Perrad | |
in order to remove K&R code in atomicio.c now, vwrite comes from atomicio.h | |||
2016-11-15 | upgrade strlcat | Francois Perrad | |
in order to remove K&R code | |||
2016-09-16 | Fix libtomcrypt/libtommath linking order | Andre McCurdy | |
To prevent build failures when using system libtom libraries and linking with --as-needed, LIBTOM_LIBS should be in the order -ltomcrypt -ltommath, not the other way around, ie libs should be prepended to LIBTOM_LIBS as they are found, not appended. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> | |||
2016-09-15 | add CVEs and patch urls | Matt Johnston | |
2016-09-09 | merge | Matt Johnston | |