summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
8 daysMerge flags for OpenSSL 3.x versions.Darren Tucker
2024-04-03notify systemd on listen and reloadDamien Miller
2024-03-30Check if OpenSSL implementation supports DSA.Darren Tucker
2024-03-30Fix OpenSSL ED25519 support detectionAlkaid
2024-03-07Prefer openssl binary from --with-ssl-dir directory.Darren Tucker
2024-03-06add a --without-retpoline configure optionDamien Miller
2024-02-22more descriptive configure test nameDamien Miller
2024-02-19Improve error message for OpenSSL header check.Darren Tucker
2024-02-06Add --disable-fd-passing option.Darren Tucker
2024-01-11upstream: make DSA key support compile-time optional, defaulting todjm@openbsd.org
2023-12-18better detection of broken -fzero-call-used-regsDamien Miller
2023-11-21Stop using -fzero-call-used-regs=allDarren Tucker
2023-11-21Allow for vendor prefix on clang version numbers.Darren Tucker
2023-10-30Add OpenSSL 3.3.0 as a known dev version.Darren Tucker
2023-10-20Have configure find PuTTY and Conch binaries.Darren Tucker
2023-10-20upstream: Allow overriding the locations of the Dropbear binariesdtucker@openbsd.org
2023-10-12Correct arg order for ED255519 AC_LINK_IFELSE test.Darren Tucker
2023-10-12upstream: add support for reading ED25519 private keys in PEM PKCS8djm@openbsd.org
2023-09-10Use zero-call-used-regs=used with Apple compilers.Darren Tucker
2023-08-19Fix zlib version check for 1.3 and future version.Darren Tucker
2023-03-24put back SSLeay_version compat in configure testDamien Miller
2023-03-24remove support for old libcryptoDamien Miller
2023-02-01fix libfido2 detection without pkg-configDamien Miller
2023-01-07Use autoconf to find openssl binary.Darren Tucker
2023-01-07Check openssl_bin path is executable before using.Darren Tucker
2023-01-06Set OPENSSL_BIN from OpenSSL directory.Darren Tucker
2022-12-06Fix typo in comment. Spotted by tim@Darren Tucker
2022-11-30Use -fzero-call-used-regs=used on clang 15.Darren Tucker
2022-11-23If we haven't found it yet, recheck for sys/stat.h.Darren Tucker
2022-11-07Fix setres*id checks to work with clang-16.Darren Tucker
2022-11-06configure.ac: Fix -Wstrict-prototypesSam James
2022-11-06configure.ac: Add <pty.h> include for openptySam James
2022-11-02Check for sockaddr_in.sin_len.Darren Tucker
2022-10-31OpenSSL dev branch is 302 not 320.Darren Tucker
2022-10-18OpenSSL dev branch now identifies as 3.2.0.Darren Tucker
2022-10-14Fix snprintf configure test for clang 15Harmen Stoppels
2022-08-11Add a timegm implementation from Heimdal via Samba.Darren Tucker
2022-08-05compat code for fido_dev_is_winhello()Corinna Vinschen
2022-08-05Factor out getrnd() and rename to getentropy().Darren Tucker
2022-08-04Include CHANNEL and FIDO2 libs in configure outputDarren Tucker
2022-07-27Move stale-configure check as early as possible.Darren Tucker
2022-07-27Move libcrypto into CHANNELLIBS.Darren Tucker
2022-07-27Group libcrypto and PRNGD checks together.Darren Tucker
2022-07-27Do not link scp, sftp and sftp-server w/ zlib.Darren Tucker
2022-07-25Remove workarounds for OpenSSL missing AES-CTR.Darren Tucker
2022-07-25Remove workarounds for OpenSSL missing AES-GCM.Darren Tucker
2022-07-15Add AUDIT_ARCH_PPC to supported seccomp arches.Darren Tucker
2022-07-13Remove special casing of crypt().Darren Tucker
2022-07-13Only refuse to use OpenSSL 3.0.4 on x86_64.Darren Tucker
2022-07-12Refuse to use OpenSSL 3.0.4 due to potential RCE.Darren Tucker