summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* only link ssh-sk-helper against libfido2Damien Miller2019-12-141-1/+0
* Check if memmem is declared in system headers.Darren Tucker2019-12-111-1/+1
* compile sk-dummy.so with no-PIE version of LDFLAGSDamien Miller2019-11-291-1/+3
* (yet) another x-platform fix for sk-dummy.soDamien Miller2019-11-291-0/+16
* Enable -Wimplicit-fallthrough if supportedDarren Tucker2019-11-181-0/+1
* Add wrappers for other ultrix headers.Darren Tucker2019-11-151-8/+10
* Remove ultrix realpath hack.Darren Tucker2019-11-151-1/+0
* configure flag to built-in security key supportDamien Miller2019-11-151-1/+11
* don't fatal if libfido2 not foundDamien Miller2019-11-151-2/+1
* upstream: directly support U2F/FIDO2 security keys in OpenSSH bydjm@openbsd.org2019-11-151-0/+33
* statfs might be defined in sys/mount.h.Darren Tucker2019-11-031-0/+4
* Only enable U2F if OpenSSL supports ECC.Darren Tucker2019-11-021-34/+40
* Add flags needed to build and work on Ultrix.Darren Tucker2019-11-011-1/+17
* Hook up fnmatch for platforms that don't have it.Darren Tucker2019-11-011-0/+2
* Use sftp_realpath if no native realpath.Darren Tucker2019-11-011-0/+1
* Configure flags for haiku from haikuports.Darren Tucker2019-11-011-0/+2
* autoconf pieces for U2F supportDamien Miller2019-11-011-9/+48
* Add implementation of localtime_r.Darren Tucker2019-10-291-0/+1
* Make sure we have struct statfs before using.Darren Tucker2019-10-281-1/+1
* Define UINT32_MAX if needed.Darren Tucker2019-10-281-0/+11
* Add a function call stackprotector tests.Darren Tucker2019-10-241-4/+10
* tweak warning flagsDamien Miller2019-08-301-1/+3
* proc_pidinfo()-based closefrom() for OS XDamien Miller2019-08-301-0/+3
* Re-apply portability changes to current sha2.{c,h}.Darren Tucker2019-07-231-10/+6
* Hook memmem compat code into build.Darren Tucker2019-07-161-0/+1
* fix typo that prevented detection of Linux VRFDamien Miller2019-07-101-1/+1
* remove realpath() compat replacementDamien Miller2019-07-081-28/+0
* Fix typo in man page formatter selector.Darren Tucker2019-05-151-1/+1
* Use "doc" man page format if mandoc present.Darren Tucker2019-05-101-5/+5
* Remove unused variables from RLIMIT_NOFILE test.Darren Tucker2019-04-301-2/+1
* 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