summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Allow building against OpenSSL dev (3.x) version.Darren Tucker2019-01-221-1/+2
* Make --with-rpath take a flag instead of yes/no.Darren Tucker2019-01-211-22/+23
* conditionalise ECDSA PKCS#11 supportDamien Miller2019-01-211-0/+1
* Check for cc before gcc.Darren Tucker2019-01-211-1/+1
* Add minimal fchownat and fchmodat implementations.Darren Tucker2019-01-181-0/+2
* Add a minimal implementation of utimensat().Darren Tucker2019-01-181-0/+1
* Improve OpenSSL_add_all_algorithms check.Darren Tucker2018-11-251-1/+10
* fix configure test for OpenSSL versionDamien Miller2018-11-231-1/+1
* refactor libcrypto initialisationDamien Miller2018-11-231-7/+8
* Test for OPENSSL_init_crypto before using.Darren Tucker2018-11-161-0/+1
* Remove fallback check for /usr/local/ssl.Darren Tucker2018-11-161-20/+4
* AC_CHECK_SIZEOF() no longer needs a second argument.Dag-Erling Smørgrav2018-11-101-4/+4
* Simplify OpenSSL 1.1 function checks.Darren Tucker2018-11-081-113/+37
* Fix pasto for HAVE_EVP_CIPHER_CTX_SET_IV.Darren Tucker2018-11-051-1/+1
* Check for the existence of openssl version funcs.Darren Tucker2018-10-271-5/+12
* fix builds on OpenSSL <= 1.0.xDamien Miller2018-10-261-1/+8
* remove remaining references to SSLeayDamien Miller2018-10-231-5/+6
* Require OpenSSL 1.1.x series 1.1.0g or greaterV_7_9_P1Damien Miller2018-10-171-9/+13
* Remove gcc spectre mitigation flags.Darren Tucker2018-10-161-9/+0
* Check if snprintf understands %zu.Darren Tucker2018-10-121-0/+23
* adapt -portable to OpenSSL 1.1x APIDamien Miller2018-09-131-1/+111
* configure: work around GCC shortcoming on CygwinCorinna Vinschen2018-08-131-2/+9
* Remove support for S/KeyDamien Miller2018-07-311-50/+0
* Add implementation of getline.Darren Tucker2018-07-021-0/+1
* Remove ability to override $LD.Darren Tucker2018-06-081-4/+5
* Using "==" in shell tests is not portable.Darren Tucker2018-04-131-1/+1
* prefer to use getrandom() for PRNG seedingDamien Miller2018-04-131-0/+2
* Many typo fixes from Karsten WeissDamien Miller2018-04-101-5/+5
* Disable native strndup and strnlen on AIX.Darren Tucker2018-03-301-0/+2
* Use libiaf on all sysv5 systemsTim Rice2018-03-251-5/+1
* Add AC_LANG_PROGRAM to AC_COMPILE_IFELSE.Darren Tucker2018-03-121-4/+4
* configure.ac: properly set seccomp_audit_arch for MIPS64Vicente Olivert Riera2018-03-081-2/+16
* configure.ac: detect MIPS ABIVicente Olivert Riera2018-03-081-0/+21
* Disable UTMPX on SunOS4.Darren Tucker2018-03-051-0/+1
* Check for and work around buggy fflush(NULL).Darren Tucker2018-03-051-0/+10
* Add strndup for platforms that need it.Darren Tucker2018-03-031-0/+1
* Check dlopen has RTLD_NOW before enabling pkcs11.Darren Tucker2018-02-271-1/+4
* Check for attributes on prototype args.Darren Tucker2018-02-271-0/+12
* Hook up flock() compat code.Darren Tucker2018-02-261-0/+1
* XMSS-related files get includes.hDamien Miller2018-02-261-0/+1
* Invert sense of getpgrp test.Darren Tucker2018-02-261-2/+10
* Add no-op getsid implmentation.Darren Tucker2018-02-261-0/+1
* bsd-statvfs: include sys/vfs.h, check for f_flags.Darren Tucker2018-02-261-0/+18
* Handle calloc(0,x) where different from malloc.Darren Tucker2018-02-261-2/+17
* Add prototype for readv if needed.Darren Tucker2018-02-261-1/+1
* Check for raise and supply if needed.Darren Tucker2018-02-261-0/+1
* Check for bzero and supply if needed.Darren Tucker2018-02-261-0/+3
* Check for ifaddrs.h for BindInterface.Darren Tucker2018-02-231-0/+1
* Add headers for sys/audit.h.Darren Tucker2018-02-221-1/+15
* Remove now-unused check for getrusage.Darren Tucker2018-02-181-1/+0