summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
2019-01-22Allow building against OpenSSL dev (3.x) version.Darren Tucker
2019-01-21Make --with-rpath take a flag instead of yes/no.Darren Tucker
2019-01-21conditionalise ECDSA PKCS#11 supportDamien Miller
2019-01-21Check for cc before gcc.Darren Tucker
2019-01-18Add minimal fchownat and fchmodat implementations.Darren Tucker
2019-01-18Add a minimal implementation of utimensat().Darren Tucker
2018-11-25Improve OpenSSL_add_all_algorithms check.Darren Tucker
2018-11-23fix configure test for OpenSSL versionDamien Miller
2018-11-23refactor libcrypto initialisationDamien Miller
2018-11-16Test for OPENSSL_init_crypto before using.Darren Tucker
2018-11-16Remove fallback check for /usr/local/ssl.Darren Tucker
2018-11-10AC_CHECK_SIZEOF() no longer needs a second argument.Dag-Erling Smørgrav
2018-11-08Simplify OpenSSL 1.1 function checks.Darren Tucker
2018-11-05Fix pasto for HAVE_EVP_CIPHER_CTX_SET_IV.Darren Tucker
2018-10-27Check for the existence of openssl version funcs.Darren Tucker
2018-10-26fix builds on OpenSSL <= 1.0.xDamien Miller
2018-10-23remove remaining references to SSLeayDamien Miller
2018-10-17Require OpenSSL 1.1.x series 1.1.0g or greaterV_7_9_P1Damien Miller
2018-10-16Remove gcc spectre mitigation flags.Darren Tucker
2018-10-12Check if snprintf understands %zu.Darren Tucker
2018-09-13adapt -portable to OpenSSL 1.1x APIDamien Miller
2018-08-13configure: work around GCC shortcoming on CygwinCorinna Vinschen
2018-07-31Remove support for S/KeyDamien Miller
2018-07-02Add implementation of getline.Darren Tucker
2018-06-08Remove ability to override $LD.Darren Tucker
2018-04-13Using "==" in shell tests is not portable.Darren Tucker
2018-04-13prefer to use getrandom() for PRNG seedingDamien Miller
2018-04-10Many typo fixes from Karsten WeissDamien Miller
2018-03-30Disable native strndup and strnlen on AIX.Darren Tucker
2018-03-25 Use libiaf on all sysv5 systemsTim Rice
2018-03-12Add AC_LANG_PROGRAM to AC_COMPILE_IFELSE.Darren Tucker
2018-03-08configure.ac: properly set seccomp_audit_arch for MIPS64Vicente Olivert Riera
2018-03-08configure.ac: detect MIPS ABIVicente Olivert Riera
2018-03-05Disable UTMPX on SunOS4.Darren Tucker
2018-03-05Check for and work around buggy fflush(NULL).Darren Tucker
2018-03-03Add strndup for platforms that need it.Darren Tucker
2018-02-27Check dlopen has RTLD_NOW before enabling pkcs11.Darren Tucker
2018-02-27Check for attributes on prototype args.Darren Tucker
2018-02-26Hook up flock() compat code.Darren Tucker
2018-02-26XMSS-related files get includes.hDamien Miller
2018-02-26Invert sense of getpgrp test.Darren Tucker
2018-02-26Add no-op getsid implmentation.Darren Tucker
2018-02-26bsd-statvfs: include sys/vfs.h, check for f_flags.Darren Tucker
2018-02-26Handle calloc(0,x) where different from malloc.Darren Tucker
2018-02-26Add prototype for readv if needed.Darren Tucker
2018-02-26Check for raise and supply if needed.Darren Tucker
2018-02-26Check for bzero and supply if needed.Darren Tucker
2018-02-23Check for ifaddrs.h for BindInterface.Darren Tucker
2018-02-22Add headers for sys/audit.h.Darren Tucker
2018-02-18Remove now-unused check for getrusage.Darren Tucker