summaryrefslogtreecommitdiffhomepage
path: root/configure.ac
AgeCommit message (Expand)Author
2020-06-23check for poly1305_init in other libtomcrypt configure testMatt Johnston
2020-05-28Use Linux getrandom() to ensure random device is initialisedMatt Johnston
2020-05-27Mention libtom version requirements, check for poly1305 in libtomcryptMatt Johnston
2020-05-26Update LibTomMath to 1.2.0 (#84)Steffen Jaeckel
2020-03-27When explicitly passing --disable-fuzz to ./configure fuzz was actuallyAlexander Dahl
2020-03-10Update remaining advise to edit options.hAlexander Dahl
2019-05-15Rename EPKA -> PluginMatt Johnston
2019-05-15External Public-Key Authentication API (#72)fabriziobertocci
2018-11-06Remove incorrect _POSIX_C_SOURCEMatt Johnston
2018-11-05- Add adaptive authentication failure delayMatt Johnston
2018-03-04set up CXX for fuzzing buildMatt Johnston
2018-03-03Fix CFLAGS for configureMatt Johnston
2018-02-28more portable for `which hg` testMatt Johnston
2018-02-28Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston
2018-02-28- #if not #ifdef for DROPBEAR_FUZZMatt Johnston
2018-02-28merge from mainMatt Johnston
2018-02-27Remove unused tests for headers and functionsMatt Johnston
2018-02-21print hg revidMatt Johnston
2018-02-17merge from mainMatt Johnston
2018-02-16Add Spectre v2 mitigations for GCC (#54)Loganaden Velvindron
2018-02-11build: Remove unused constructs: `space' and `AC_PROG_MAKE_SET'Michael Witten
2018-02-09generate list of libtomcrypt directories automaticallyMatt Johnston
2018-02-08Test for -Wno-pointer-sign, move CFLAGS tests into a macroMatt Johnston
2018-01-25Merge pull request #48 from DengkeDu/dengke/configure-add-variable-to-allow-o...Matt Johnston
2018-01-23merge up to dateMatt Johnston
2018-01-23fix updates to libtomcrypt/libtommath for out of tree buildsMatt Johnston
2017-07-11configure: add a variable to allow openpty check to be cachedEric BĂ©nard
2017-06-27document --enable-static in place of STATIC=1Matt Johnston
2017-06-27add --enable-static configure argument. disable conflicting harden flagsMatt Johnston
2017-06-27improve configure --help alignmentMatt Johnston
2017-06-24merge from mainMatt Johnston
2017-06-24test for -pie linker flag as well, for LinuxMatt Johnston
2017-06-24merge from mainMatt Johnston
2017-06-24set hardened compiler/linker flags by defaultMatt Johnston
2017-06-23test for linux/pkt-sched.h rather than SO_PRIORITYMatt Johnston
2017-06-23mergeMatt Johnston
2017-06-23Compile with -fno-strict-overflow if possible.Matt Johnston
2017-06-14merge from mainMatt Johnston
2017-06-03Merge pull request #38 from armcc/masterMatt Johnston
2017-06-02Set configure #defines to 1. Escape some strings for m4Matt Johnston
2017-05-19add wrapfd. improve fuzzer in makefileMatt Johnston
2017-05-12copy over some fuzzing code from AFL branchMatt Johnston
2016-09-16Fix libtomcrypt/libtommath linking orderAndre McCurdy
2016-07-27Fix configure options using AC_ARG_ENABLEStefan Hauser
2016-03-16Use memset_s or explicit_bzeroMatt Johnston
2015-11-30The '==' comparision operator is not defined by POSIX, use '=' insteadJuergen Daubert
2015-11-26Another attempt at test for crypt()Matt Johnston
2015-11-26Backed out changeset fbcd0a20e667Matt Johnston
2015-11-26AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt()Matt Johnston
2015-10-21Test for crypt() rather than crypt.hMatt Johnston