aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tweak changelogTheo Buehler2024-11-051-1/+1
|
* -ec{,p}_oct.cTheo Buehler2024-11-032-4/+0
|
* Simplify patch and use %lluTheo Buehler2024-11-031-11/+5
|
* Land #1122 - fix uid_t printing portabilityTheo Buehler2024-11-031-0/+21
|\
| * Print uid_t portably with PRIu64.Jonas 'Sortie' Termansen2024-11-021-0/+21
|/
* Land #1121 - fix ec_asn1_test for Emscripten ASANTheo Buehler2024-11-021-0/+1
|\
| * Try to fix Emscripten ASAN OOM for ec_asn1_testTheo Buehler2024-11-021-0/+1
|/
* Land #1230 - move from error to warning for unknown OSTheo Buehler2024-11-022-4/+5
|\
| * Warn on unsupported operating systemsJonas 'Sortie' Termansen2024-11-022-1/+5
| |
| * Assume unknown operating systems use ELF.Jonas 'Sortie' Termansen2024-11-022-5/+2
| | | | | | | | | | | | | | | | There's a lot of new Unix-like operating systems out that that might port LibreSSL (my Sortix is among them) and they all use ELF. If the operating system doesn't use ELF or isn't an Unix, it doesn't have a chance at working out of this box anyway, and this change makes LibreSSL work on a generic and sufficiently featured POSIX system.
* | Update ChangeLogTheo Buehler2024-11-021-1/+3
|/
* +ec_convert.c -ec_print.cTheo Buehler2024-10-302-2/+2
|
* Update ChangeLogTheo Buehler2024-10-291-0/+1
|
* Land #1119 - ensure cmake install honors --prefixTheo Buehler2024-10-291-2/+2
|\
| * Merge 4f20970ac6c0dc089b7d2a69b22afcb065fb4ff7 into ↵Viktor Szakats2024-10-291-2/+2
|/| | | | | | | f9df014f5991e243d28ab903e403d0d68aaeb3c6
| * cmake: use `CMAKE_INSTALL_SYSCONFDIR`Viktor Szakats2024-10-291-2/+2
| | | | | | | | | | | | | | | | | | Replace `${CMAKE_INSTALL_PREFIX}/etc` with `${CMAKE_INSTALL_SYSCONFDIR}`. It makes the install step honor the `--prefix` option. Fixes #1118
* | Update ChangeLogTheo Buehler2024-10-291-0/+1
| |
* | Tweak ChangeLogTheo Buehler2024-10-281-1/+1
|/
* Update ChangeLogTheo Buehler2024-10-261-0/+1
|
* Missing .Theo Buehler2024-10-241-1/+1
|
* Tweak changelogTheo Buehler2024-10-231-1/+1
|
* Update ChangeLogTheo Buehler2024-10-221-0/+1
|
* ec_check.c was removedTheo Buehler2024-10-192-2/+0
|
* Remove -DWHIRLPOOL_ASMTheo Buehler2024-10-185-8/+0
|
* Update ChangeLogTheo Buehler2024-10-181-0/+2
|
* Fix conditional nestingTheo Buehler2024-10-181-1/+1
|
* Hook i386 crypto_cpu_caps to buildTheo Buehler2024-10-182-0/+5
|
* Also disable cpu caps on windows i386Theo Buehler2024-10-181-0/+20
|
* disable cpu caps on windows for nowTheo Buehler2024-10-181-0/+20
|
* Hook up crypto_cpu_caps_init()Theo Buehler2024-10-187-17/+12
|
* Update ChangeLogTheo Buehler2024-10-181-0/+1
|
* conf_mall.c is no moreTheo Buehler2024-10-182-2/+0
|
* ec_cvt.c hit the atticTheo Buehler2024-10-182-2/+0
|
* sync Changelog from stable branchBrent Cook2024-10-161-0/+2
|
* Land #1112 - fix gettimeofday prototype mismatchTheo Buehler2024-10-151-1/+1
|\
| * Make gettimeofday() definition match the prototypeTheo Buehler2024-10-151-1/+1
|/ | | | Should fix #1111
* Land #1109 - Add daily FreeBSD runnerTheo Buehler2024-10-151-0/+71
|\
| * ci: add freebsd workflowJoshua Sing2024-10-151-0/+71
| |
* | Merge ChangeLogs for 3.9.2, 3.9.1, and 3.8.4Theo Buehler2024-10-151-0/+20
|/
* Update ChangeLogTheo Buehler2024-10-151-0/+2
|
* Update ChangeLogTheo Buehler2024-10-151-1/+1
|
* Land #1108 - Fix CMake build for FreeBSDTheo Buehler2024-10-151-0/+4
|\
| * Fix CMake build on FreeBSDTheo Buehler2024-10-151-0/+4
|/ | | | | | | FreeBSD's libc has a stub implementation of pthread_once() that returns ENOSYS and doesn't seem to call the init routine. You need to link with pthread for this to work. This PR does this and fixes regress failures for CMake builds on this platform. This likely never worked.
* Update ChangeLogTheo Buehler2024-10-121-0/+3
|
* ChangeLog: fix typoTheo Buehler2024-10-111-1/+1
|
* CI: bump macos-12 to 15Theo Buehler2024-10-111-1/+1
| | | | https://github.com/actions/runner-images/issues/10721
* Start ChangeLog for 4.1Theo Buehler2024-10-111-1/+6
|
* Land #1105 - link err_test to buildTheo Buehler2024-10-082-0/+10
|\
| * Link err_test to buildTheo Buehler2024-10-082-0/+10
|/
* Land #1104, don't override language property for ASM files as CBrent Cook2024-10-082-5/+1
|\