aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Land #1100 - mop up dll name breakageTheo Buehler2024-10-024-4/+10
|\
| * Only use DLL_NAME_WITH_SOVERSION for cmake >= 3.27Theo Buehler2024-10-023-3/+9
| | | | | | | | Suggested by Viktor Szakats in #1084
| * Revert "bump minimum CMake version for DLL_NAME_WITH_SOVERSION"Theo Buehler2024-10-021-1/+1
|/ | | | This reverts commit 5feccf86658d09b917c005bfb43191dd38f38c83.
* Land #1079, Switch to check_symbol_exists() for simple casesBrent Cook2024-10-012-18/+23
|\
| * Switch to check_symbol_exists() in simplest casesTheo Buehler2024-08-212-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
* | Land #1084, Append version to dll on CMakeBrent Cook2024-10-015-17/+11
|\ \
| * | properly specify define for shared librariesBrent Cook2024-10-011-1/+1
| | |
| * | bump minimum CMake version for DLL_NAME_WITH_SOVERSIONBrent Cook2024-10-011-1/+1
| | |
| * | Append version to dll on CMakeYang Kun2024-08-213-15/+9
| |/
* | Clean up and expand ChangeLogTheo Buehler2024-09-121-3/+10
| |
* | Update man linksTheo Buehler2024-09-091-8/+0
| |
* | Update ChangeLogTheo Buehler2024-09-091-0/+1
| |
* | Update ChangeLogTheo Buehler2024-09-011-2/+13
| |
* | DES met jsing. And it never looked quite the same again.Theo Buehler2024-08-312-37/+8
| |
* | Be better at grep...Theo Buehler2024-08-311-1/+0
| |
* | Update man linksTheo Buehler2024-08-311-3/+0
| |
* | enc_read.c is goneTheo Buehler2024-08-312-2/+0
| |
* | ui_util.c was removedTheo Buehler2024-08-312-2/+0
| |
* | conf_api.h was removed, conf_local.h was addedTheo Buehler2024-08-312-1/+3
| |
* | Adjust for whirlpool removalTheo Buehler2024-08-315-19/+2
| |
* | Update man linksTheo Buehler2024-08-291-11/+1
| |
* | Remove evp_pkey_checkTheo Buehler2024-08-293-11/+0
| |
* | Link x509_siginfo.c to the buildTheo Buehler2024-08-282-0/+2
| |
* | Update ChangeLogTheo Buehler2024-08-261-0/+2
| |
* | ChangeLog: fix grammarTheo Buehler2024-08-251-1/+1
| |
* | Update ChangeLogTheo Buehler2024-08-251-0/+4
| |
* | Land #1090 - update CI actionsTheo Buehler2024-08-254-12/+8
|\ \
| * | ci: update actionsJoshua Sing2024-08-264-12/+8
|/ /
* | Land #1085 - fix includedirTheo Buehler2024-08-221-1/+1
|\ \ | |/ |/|
| * Fix includedir on CMakeYang Kun2024-08-211-1/+1
|/
* regen man linksTheo Buehler2024-08-171-9/+0
|
* Regen netcat patchTheo Buehler2024-08-171-10/+10
|
* Tweak ChangeLogTheo Buehler2024-08-131-3/+4
|
* Tweak ChangeLogTheo Buehler2024-08-121-1/+2
|
* Update ChangeLogTheo Buehler2024-08-121-0/+3
|
* Land #1080 - adjust for crypto_arch.hTheo Buehler2024-08-1112-43/+169
|\
| * Disable mips32 in CI for nowTheo Buehler2024-08-111-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
| * ... and testsTheo Buehler2024-08-112-0/+63
| |
| * And adapt libsslTheo Buehler2024-08-112-0/+72
| |
| * Initial cut for crypto_arch.hTheo Buehler2024-08-116-41/+30
| |
| * Need to copy over crypto_arch.hTheo Buehler2024-08-111-1/+3
|/
* Update ChangeLogTheo Buehler2024-08-101-1/+1
|
* ui_compat.h was removedTheo Buehler2024-08-101-1/+1
|
* Land #1081 - replace CMAKE_SYSTEM_PROCESSOR with HOST_*Theo Buehler2024-08-071-5/+4
|\
| * cmake: replace `CMAKE_SYSTEM_PROCESSOR` with `HOST_*`Viktor Szakats2024-08-071-5/+4
|/ | | | Follow-up to e99a7dd931065e4b3535cb3e2e8bee8c3db0afaf #1075
* Update ChangeLogTheo Buehler2024-08-061-0/+1
|
* regen man linksTheo Buehler2024-08-031-0/+4
|
* regen patchesTheo Buehler2024-08-023-9/+9
|
* update ChangeLogTheo Buehler2024-08-021-3/+4
|
* Land #1075 - Fix asm detection for mingw/amd64Theo Buehler2024-08-021-1/+1
|\