aboutsummaryrefslogtreecommitdiff
path: root/ssl (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-08don't override language property for ASM files as CBrent Cook2-5/+1
As of CMake 3.20, this causes the files to be built _as_ C, instead of just with a C compiler. This also properly specifies the languages in the project call.
2024-10-07add OpenBSD 7.6 branchBrent Cook1-1/+1
2024-10-06use TIMEVAL typedef with select()Brent Cook1-1/+1
This prevents the compatibility struct timeval definition in sys/time.h from potentially getting used with select() here. https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-select
2024-10-06for poll timeout -1, set loop time more reasonablyBrent Cook1-2/+2
Otherwise it sets looptime to -1, which was skipped by select() and caused 100% cpu busy looping.
2024-10-06Attempt to fix 2038 problem with MSVCTheo Buehler2-1/+12
2024-10-02Pull if() statement out of argument listTheo Buehler3-9/+9
Pointed out by @vszakats in #1100
2024-10-02fix syslog_r and pipe2 detectionTheo Buehler2-3/+3
2024-10-02Fix syslog_r detectionTheo Buehler1-1/+1
2024-10-02Only use DLL_NAME_WITH_SOVERSION for cmake >= 3.27Theo Buehler3-3/+9
Suggested by Viktor Szakats in #1084
2024-10-02Revert "bump minimum CMake version for DLL_NAME_WITH_SOVERSION"Theo Buehler1-1/+1
This reverts commit 5feccf86658d09b917c005bfb43191dd38f38c83.
2024-10-01properly specify define for shared librariesBrent Cook1-1/+1
2024-10-01bump minimum CMake version for DLL_NAME_WITH_SOVERSIONBrent Cook1-1/+1
2024-09-12Clean up and expand ChangeLogTheo Buehler1-3/+10
2024-09-09Update man linksTheo Buehler1-8/+0
2024-09-09Update ChangeLogTheo Buehler1-0/+1
2024-09-01Update ChangeLogTheo Buehler1-2/+13
2024-08-31DES met jsing. And it never looked quite the same again.Theo Buehler2-37/+8
2024-08-31Be better at grep...Theo Buehler1-1/+0
2024-08-31Update man linksTheo Buehler1-3/+0
2024-08-31enc_read.c is goneTheo Buehler2-2/+0
2024-08-31ui_util.c was removedTheo Buehler2-2/+0
2024-08-31conf_api.h was removed, conf_local.h was addedTheo Buehler2-1/+3
2024-08-31Adjust for whirlpool removalTheo Buehler5-19/+2
2024-08-29Update man linksTheo Buehler1-11/+1
2024-08-29Remove evp_pkey_checkTheo Buehler3-11/+0
2024-08-28Link x509_siginfo.c to the buildTheo Buehler2-0/+2
2024-08-26Update ChangeLogTheo Buehler1-0/+2
2024-08-25ChangeLog: fix grammarTheo Buehler1-1/+1
2024-08-25Update ChangeLogTheo Buehler1-0/+4
2024-08-26ci: update actionsJoshua Sing4-12/+8
2024-08-21Fix includedir on CMakeYang Kun1-1/+1
2024-08-21Append version to dll on CMakeYang Kun3-15/+9
2024-08-21Switch to check_symbol_exists() in simplest casesTheo Buehler2-18/+23
There are a few exceptions. Some require _GNU_SOURCE, some are in the weird strings.h header, some are probably too new to be found in the standard locations. Fixes #1077
2024-08-17regen man linksTheo Buehler1-9/+0
2024-08-17Regen netcat patchTheo Buehler1-10/+10
2024-08-13Tweak ChangeLogTheo Buehler1-3/+4
2024-08-12Tweak ChangeLogTheo Buehler1-1/+2
2024-08-12Update ChangeLogTheo Buehler1-0/+3
2024-08-11Disable mips32 in CI for nowTheo Buehler1-1/+1
OpenBSD has long dropped support for this architecture. If someone wants to revive the port, they are more than welcome to file a PR that reenables them. discussed with jsing
2024-08-11... and testsTheo Buehler2-0/+63
2024-08-11And adapt libsslTheo Buehler2-0/+72
2024-08-11Initial cut for crypto_arch.hTheo Buehler6-41/+30
2024-08-11Need to copy over crypto_arch.hTheo Buehler1-1/+3
2024-08-10Update ChangeLogTheo Buehler1-1/+1
2024-08-10ui_compat.h was removedTheo Buehler1-1/+1
2024-08-07cmake: replace `CMAKE_SYSTEM_PROCESSOR` with `HOST_*`Viktor Szakats1-5/+4
Follow-up to e99a7dd931065e4b3535cb3e2e8bee8c3db0afaf #1075
2024-08-06Update ChangeLogTheo Buehler1-0/+1
2024-08-03regen man linksTheo Buehler1-0/+4
2024-08-02regen patchesTheo Buehler3-9/+9
2024-08-02update ChangeLogTheo Buehler1-3/+4