summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Expand)AuthorAgeFilesLines
* htole64() etc for systems without endian.hDamien Miller2024-10-271-1/+0
* Remove references to systrace and pledge sandboxes.Darren Tucker2024-10-181-19/+2
* declare defeat trying to detect C89 compilersDamien Miller2024-09-091-14/+0
* fix previous; check for C99 compound literalsDamien Miller2024-09-091-6/+7
* test for compiler feature needed for ML-KEMDamien Miller2024-09-091-0/+13
* upstream: pull post-quantum ML-KEM/x25519 key exchange out fromdjm@openbsd.org2024-09-091-9/+0
* upstream: Add experimental support for hybrid post-quantum key exchangedjm@openbsd.org2024-09-021-0/+9
* Add compat functions for EVP_Digest{Sign,Verify}.Darren Tucker2024-08-171-0/+2
* sync TEST_MALLOC_OPTIONS for OpenBSDDamien Miller2024-08-151-1/+1
* Class-imposed login restrictionsYuichiro Naito2024-07-201-0/+2
* Fix detection of setres*id on GNU/HurdSamuel Thibault2024-07-031-0/+7
* upstream: disable the DSA signature algorithm by default; okdjm@openbsd.org2024-06-171-18/+13
* Merge flags for OpenSSL 3.x versions.Darren Tucker2024-04-251-5/+2
* notify systemd on listen and reloadDamien Miller2024-04-031-0/+1
* Check if OpenSSL implementation supports DSA.Darren Tucker2024-03-301-8/+31
* Fix OpenSSL ED25519 support detectionAlkaid2024-03-301-1/+1
* Prefer openssl binary from --with-ssl-dir directory.Darren Tucker2024-03-071-1/+9
* add a --without-retpoline configure optionDamien Miller2024-03-061-2/+10
* more descriptive configure test nameDamien Miller2024-02-221-1/+1
* Improve error message for OpenSSL header check.Darren Tucker2024-02-191-2/+2
* Add --disable-fd-passing option.Darren Tucker2024-02-061-0/+10
* upstream: make DSA key support compile-time optional, defaulting todjm@openbsd.org2024-01-111-0/+12
* better detection of broken -fzero-call-used-regsDamien Miller2023-12-181-2/+2
* Stop using -fzero-call-used-regs=allDarren Tucker2023-11-211-2/+5
* Allow for vendor prefix on clang version numbers.Darren Tucker2023-11-211-3/+4
* Add OpenSSL 3.3.0 as a known dev version.Darren Tucker2023-10-301-1/+1
* Have configure find PuTTY and Conch binaries.Darren Tucker2023-10-201-0/+3
* upstream: Allow overriding the locations of the Dropbear binariesdtucker@openbsd.org2023-10-201-0/+6
* Correct arg order for ED255519 AC_LINK_IFELSE test.Darren Tucker2023-10-121-3/+3
* upstream: add support for reading ED25519 private keys in PEM PKCS8djm@openbsd.org2023-10-121-0/+24
* Use zero-call-used-regs=used with Apple compilers.Darren Tucker2023-09-101-2/+8
* Fix zlib version check for 1.3 and future version.Darren Tucker2023-08-181-1/+1
* put back SSLeay_version compat in configure testDamien Miller2023-03-241-1/+10
* remove support for old libcryptoDamien Miller2023-03-241-66/+30
* fix libfido2 detection without pkg-configDamien Miller2023-02-011-1/+1
* Use autoconf to find openssl binary.Darren Tucker2023-01-071-5/+3
* Check openssl_bin path is executable before using.Darren Tucker2023-01-071-3/+5
* Set OPENSSL_BIN from OpenSSL directory.Darren Tucker2023-01-061-0/+6
* Fix typo in comment. Spotted by tim@Darren Tucker2022-12-061-1/+1
* Use -fzero-call-used-regs=used on clang 15.Darren Tucker2022-11-301-12/+23
* If we haven't found it yet, recheck for sys/stat.h.Darren Tucker2022-11-231-1/+8
* Fix setres*id checks to work with clang-16.Darren Tucker2022-11-071-3/+6
* configure.ac: Fix -Wstrict-prototypesSam James2022-11-061-4/+4
* configure.ac: Add <pty.h> include for openptySam James2022-11-061-0/+3
* Check for sockaddr_in.sin_len.Darren Tucker2022-11-021-0/+10
* OpenSSL dev branch is 302 not 320.Darren Tucker2022-10-301-1/+1
* OpenSSL dev branch now identifies as 3.2.0.Darren Tucker2022-10-171-1/+1
* Fix snprintf configure test for clang 15Harmen Stoppels2022-10-131-3/+3
* Add a timegm implementation from Heimdal via Samba.Darren Tucker2022-08-111-0/+1
* compat code for fido_dev_is_winhello()Corinna Vinschen2022-08-051-0/+1